]> git.evergreen-ils.org Git - OpenSRF.git/history - src/gateway/osrf_json_gateway.c
Apply the const qualifier to one variable. Tidy up white space.
[OpenSRF.git] / src / gateway / osrf_json_gateway.c
2010-03-22 scottmkApply the const qualifier to one variable. Tidy up...
2009-12-15 scottmkReplace calls to osrfAppSessionMakeRequest() with
2009-11-25 scottmkReplacing calls to the old JSON parser with calls to the
2009-09-13 scottmkIn osrf_json_gateway.c: added the const qualifier to...
2008-12-30 ericksonmultidomain is required. no use for a static list...
2008-10-24 ericksonthe pool cleanup handler which was thought to only...
2008-08-20 dbsLog the locale for each request in the activity log
2008-07-27 erickson* remove the objson API compat layer.
2008-07-25 ericksonremoving default config path so we don't have to mangle...
2008-07-17 dbsMerge the following patches from Kevin Beswick:
2008-06-24 ericksonadded some cleanup code on child exit to ensure friendl...
2008-01-31 mikerPatch from Scott McKellar:
2008-01-07 mikerMemory leak fixes for the old-style gateway:
2008-01-01 mikerPatch from Scott McKellar; use camelCase instead of...
2007-10-25 mikerPatch from Scott McKellar to increase const correctness...
2007-09-30 mikerBroad patch from Dan Scott to move towards better memor...
2007-08-03 mikermore locale cleanup
2007-08-03 mikerarg ... left out one minor fix
2007-08-03 mikerformatting fixes; protect against NULL apache setting
2007-08-02 mikerinitial sender_locale support ... probably going to...
2007-07-20 ericksonMerging changes from branches/new-json2
2007-06-14 ericksonAdded a new XML-2-JSON utility for converting XMLized...
2007-05-09 mikerprintf family format fixup found (har har) and suggeste...
2007-01-26 ericksonadded timeout url param to set the request timeout
2007-01-25 ericksonAdded support for the opensrf XID, which is a transacti...
2006-12-13 ericksonreplaced (printf style) format buffer calls with non...
2006-09-06 ericksonwhen the gateway is not bootstrapped.. it is useless...
2006-09-01 ericksondoing better job of propogating network errors up the...
2006-08-19 ericksonsending authtoken in request header and logging to...
2006-08-19 ericksonupdated log output to be more srfsh-ish
2006-08-04 ericksonput time into resource to ensure uniqueness accross...
2006-07-27 ericksonlogging all requests + params to activity log
2006-06-22 ericksonremoved old code
2006-06-20 ericksonremoved some unused non-apache2.2 friendly code
2006-06-07 ericksonadded IP addresses to log line
2006-05-09 ericksonadded request duration
2006-05-04 ericksonadding cookie parsing - disabled in gateway for now
2006-04-20 ericksongateway now requires a list of allowed services
2006-04-14 ericksonmore debugging
2006-04-12 ericksonadded more debugging
2006-04-07 ericksonadded some additional logging and some cleanup function...
2006-03-17 ericksonformatting errors as JSON strings so they come accross...
2006-02-27 mikeradding xml format support to the gateway
2006-02-24 ericksonre-vamped gateway to make it more stable and faster.