]> git.evergreen-ils.org Git - OpenSRF.git/history - src/router
added JSON gateway support
[OpenSRF.git] / src / router /
2007-07-20 ericksonMerging changes from branches/new-json2
2007-07-05 ericksonremoved some initial (non-error) stderr logging.
2007-06-25 mikeradding yet more router commands to gather some stats...
2007-06-25 mikeradding router commands to gather some stats about reque...
2007-01-25 ericksonAdded support for the opensrf XID, which is a transacti...
2006-08-28 ericksonadded a log line
2006-07-17 ericksonFixed issue: when the router received two messages...
2006-05-01 ericksonadded pointer check to prevent the router from crashing...
2006-03-03 ericksonmoved stderr line to a log line
2006-01-30 ericksonAdded additional param to all the osrfLog* calls which...
2006-01-05 ericksonmoved some warns that will happen often to info logs
2005-11-29 ericksonpatching up some more logging stuff
2005-11-29 ericksonmoved C code to a unified logging framework which curre...
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-03 ericksonremoving in favor of new router code
2005-10-03 ericksonadded list and hash code based on libJudy
2005-09-07 ericksonadded a function to check the file descriptor before...
2005-09-06 ericksonchanged router binary to opensrf_router to prevent...
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 ericksonnew json api changes
2005-08-24 ericksonfixed message hints to go with new code
2005-08-22 ericksonmoved router, gateways to a single config file opensrf_...
2005-08-20 ericksonupdated make process to copy over new web stuff and...
2005-08-16 ericksonmoved transport code over to utils/socket_bundle so...
2005-08-05 ericksonmuch work toward the dtd-on-the-fly architecture for...
2005-08-03 mikerdaemonizing and hushing warnings; logger reopens files...
2005-07-26 ericksonmore install goodness, fixed random jserver bug
2005-07-21 ericksonsmall tweaks and changes to make the install process...
2005-07-21 ericksonexample router config file
2005-07-15 ericksonremoved all of the old libjson dependencies
2005-07-14 ericksonfixed some a bug in jserver, added some debug lines
2005-07-08 ericksonadded some debugging, safety measures
2005-06-19 ericksonmore tweaking to point to the right header files, etc.
2005-06-19 ericksonslimmed down makefiles which get most of their vars...
2005-06-06 ericksonmoved sha.c
2005-04-20 ericksonaltered to use new osrf_message json string format
2005-03-11 ericksonfound likely candidate for router crash. on remove_ser...
2005-03-09 ericksonadded some debug lines
2005-03-02 ericksonadded an 'install' target to these makefiles that just...
2005-03-02 ericksonadded opensrf.system.method.all in the list of returned...
2005-03-02 ericksoncan't forget the header file ;)
2005-03-02 ericksonadded the ability to 'stream' results
2005-03-01 ericksonadded a opensrf.router.info.stats method which returns...
2005-03-01 ericksonadded 'named' configs.
2005-02-24 ericksonreturning empty array when no results
2005-02-24 ericksonadded "opensrf." to front of method name
2005-02-24 ericksonOK. This is the first early C version of the OpenSRF...
2005-02-21 ericksonadded a debug_handler for verbose output
2005-02-18 ericksonadded DIGEST style authentication to the clients
2005-02-09 ericksonadded la_time as timestamp and serve_count
2005-02-09 ericksonremoved the "libxml.h" dependency which is unnecessary...
2005-02-09 ericksonadded a router_command type of "query". The only suppo...
2005-02-07 ericksonadded an 'all'
2005-02-07 ericksonchanged some logging
2005-02-07 ericksonupdated to work with latest message code
2005-02-04 ericksonaltered makefile, header includes
2005-02-04 phasefxInitial revision