]> git.evergreen-ils.org Git - OpenSRF.git/history - src/router/osrf_router.c
Finished adding doxygen-style comments to document the app session
[OpenSRF.git] / src / router / osrf_router.c
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
2008-04-12 mikerPatch from Scott McKellar:
2008-04-11 mikerPatch from Scott McKellar (with commentary on future...
2008-03-10 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-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-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 ericksonmoved C code to a unified logging framework which curre...
2005-10-18 ericksonmade the JID functions safer
2005-10-11 ericksonsome more sanity checks
2005-10-03 ericksonadded list and hash code based on libJudy