]> git.evergreen-ils.org Git - OpenSRF.git/history - src/router
Forward-port r1919 from rel_1_2 to prevent Internet Explorer from making multipart...
[OpenSRF.git] / src / router /
2010-01-21 scottmkBug fix.
2009-12-20 scottmk1. In the parent router process: wait for all of the...
2009-11-15 scottmkReplace the the call to osrf_message_deserialize()
2009-11-09 scottmkMiscellaneous minor tweaks:
2009-11-05 scottmkSeveral bug fixes:
2009-11-05 scottmk1. Further refinement of comments.
2009-11-04 scottmk1. Added an osrfHashIterator as a member of osrfRouter...
2009-11-03 scottmk1. Changed several functions that were returning int...
2009-11-03 scottmkIn the main loop of the router: if the select call...
2009-11-02 scottmk1. Move the declaration of osrfRouter out of the header
2009-11-02 scottmkChanged the signal handling.
2009-10-31 scottmkFixed a bug in osrfRouterClassFree(). We were trying...
2009-10-31 scottmkTinkering with white space and comments. No
2009-09-29 scottmkWe routinely grab a chunk of configuration file that...
2009-09-29 scottmkComment out an error message added in the previous...
2009-09-28 scottmk1. Eliminated some memory leaks by replacing calls to
2009-09-28 scottmk1. Changed osrfLogFacilityToInt() so that it accepts
2009-08-13 sboyetteAdded DISTCLEANFILES to make "make distclean" work...
2009-01-29 scottmkThis update mainly tightens the error handling.
2009-01-08 scottmkPrepare for #inclusion in C++
2008-07-28 dbsCommit autotools patch from Kevin Beswick
2008-07-01 dbsLinking:
2008-06-25 dbsPatch from Kevin Beswick to use autotools for OpenSRF...
2008-04-12 mikerPatch from Scott McKellar:
2008-04-11 mikerPatch from Scott McKellar (with commentary on future...
2008-03-11 ericksonforcing router exit without friendly cleanup for now...
2008-03-10 mikerPatch from Scott McKellar:
2008-03-05 ericksonAdded support for multi-router registration
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar:
2007-11-19 mikeruber-patch from Scott McKellar cleans up large amounts...
2007-09-30 mikerBroad patch from Dan Scott to move towards better memor...
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