]> git.evergreen-ils.org Git - Evergreen.git/history - OpenSRF/src/libstack
adding MARC cn extraction
[Evergreen.git] / OpenSRF / src / libstack /
2006-02-16 ericksontesting cache timeout resets without removing the item...
2006-01-31 ericksonadded a default freeItem function for freeing list...
2006-01-30 ericksonAdded additional param to all the osrfLog* calls which...
2005-12-08 ericksonstarted work on xul-based requestor/recipient holds
2005-12-07 ericksonadded a NO_SESSION event for when a login session does...
2005-12-06 ericksonAdded new C event code for handling the auth login...
2005-12-01 ericksonadded some log statements, fixed some typos
2005-11-30 ericksonremoved these since the C code is now using the unified...
2005-11-30 ericksonfinal C code logging patchups
2005-11-29 ericksonmoved C code to a unified logging framework which curre...
2005-11-09 ericksonadded pop method to osrf_list
2005-11-07 ericksonrolling back hostname change because of mysterious...
2005-11-07 ericksondurrrr.. typo
2005-11-07 ericksonhandling 'hostname' more carefully
2005-11-02 ericksonmoved session code to osrfHash and osrfList instead...
2005-11-02 ericksoncleaned up the code some
2005-11-01 ericksonadded the <language> block to the opensrf app config...
2005-10-18 ericksonmade the JID functions safer
2005-10-11 ericksonsome more sanity checks
2005-10-10 ericksonvarious tweaks
2005-10-05 ericksonslight C api change, method options are now passed...
2005-10-04 ericksonadded atomic method cabilities
2005-10-03 ericksonadded list and hash code based on libJudy
2005-09-15 ericksonsome api changes
2005-09-12 ericksonchanged around the status method some
2005-09-12 ericksonadded the md5 server (opensrf.version)
2005-09-09 ericksonadded caching and cache initialize routine to the boots...
2005-09-07 ericksonchanged initialize to osrfAppInitialize and childInit...
2005-09-06 ericksonsmall bug fixes
2005-09-06 ericksonchanged router binary to opensrf_router to prevent...
2005-09-06 ericksonadded CONNECT handling
2005-09-02 ericksonadded some more api wrappers
2005-09-02 ericksonadded dbmath
2005-09-02 ericksonYoung C server code added
2005-09-01 ericksonchanged the CC_OPTS and LD_FLAGS to CFLAGS, LDFLAGS...
2005-08-31 ericksonall opensrf related headers are shoved into opensrf/*.h
2005-08-31 ericksonsee diffs
2005-08-31 ericksonadding config code
2005-08-31 ericksonnew json api changes
2005-08-26 ericksonadding utility methods
2005-08-25 ericksonremoved 'test' dependency
2005-08-25 ericksonforgot to add these...
2005-08-25 ericksoncleaning up the JSON code some
2005-08-22 ericksonfixed problem where a NULL unixconfig was causing segfault
2005-08-22 ericksonmoved router, gateways to a single config file opensrf_...
2005-08-21 ericksonmake install.sh slightly smarter
2005-08-16 ericksonmoved transport code over to utils/socket_bundle so...
2005-08-12 ericksoncode cleanup and memory debugging
2005-08-11 ericksonmoved C over to all JSON all the time
2005-07-25 ericksonadded handler for STATUS_CONTINUE
2005-07-15 ericksonremoved all of the old libjson dependencies
2005-07-06 ericksonchanged lame code to smarter code -> dumping document...
2005-06-28 ericksonslowly replacing libjson with objson calls..
2005-06-19 ericksonoops :)
2005-06-19 ericksontook the config functions from generic_utils and put...
2005-06-19 ericksonmore tweaking to point to the right header files, etc.
2005-06-19 ericksonagain... moving header files to their home locations...
2005-06-19 ericksonslimmed down makefiles which get most of their vars...
2005-06-08 ericksonadded stateless hack for now
2005-06-06 ericksonadded objson
2005-05-02 ericksonbug squashing party on the gateway. we now explicitly...
2005-04-26 ericksonutility for string arrays
2005-04-25 ericksonadded some debugging when hunting memory error
2005-04-25 ericksonadded the ability to bypass JSON parsing for adding...
2005-04-09 ericksonaltered debug message that was causing problems
2005-04-09 ericksonadded some debugging
2005-04-04 ericksonadded some debugging
2005-04-01 ericksonadded handling for jabber errors
2005-03-31 ericksonon connect, we only connect if we're not already connected
2005-03-31 ericksonfixed bug where session id's were always coming up...
2005-03-31 ericksonadded a field to store the original JSON string receive...
2005-03-15 ericksonfound the (i believe) the remaining leaks in the transp...
2005-03-15 ericksonmemory leak cleaning, more to come.
2005-03-14 ericksonfixed makefile to remove the .so file
2005-03-12 ericksonfound leaked xml string
2005-03-06 ericksonsaw and fixed memory leak.
2005-03-04 ericksonfixed some memory logic errors
2005-03-03 ericksonpass up internal server errors as user exceptions
2005-03-03 mikeradding -fPIC for x86_64 support
2005-03-03 ericksonadded some basic exception handling and propogation
2005-03-03 ericksonfixed logic error in message building. we now dynamical...
2005-03-02 ericksonfixed DISCONNECT message formatting
2005-03-01 ericksonsanity checking on request complete
2005-03-01 ericksonif no params, send an empty array
2005-03-01 ericksonadded 'named' configs.
2005-02-24 ericksoncleaned some stuff out of the makefile
2005-02-24 ericksonugh
2005-02-24 ericksonOK. This is the first early C version of the OpenSRF...