]> git.evergreen-ils.org Git - OpenSRF.git/history - src/gateway
adding the http translator
[OpenSRF.git] / src / gateway /
2008-07-09 ericksonadding the http translator
2008-07-09 ericksonadded the string mangling to collapse a set of response...
2008-07-09 ericksonusing a static buffer to store the multipart content...
2008-07-08 ericksonfixed broken call to sizeof(). replaced ap_rvputs with...
2008-07-07 ericksoninitial C version of the opensrf http translator. ...
2008-07-01 dbsLinking:
2008-07-01 dbsLink osrf_json_gateway to objson and opensrf libraries...
2008-06-25 dbsPatch from Kevin Beswick to use autotools for OpenSRF...
2008-06-24 ericksonadded some cleanup code on child exit to ensure friendl...
2008-05-22 ericksonthe latest cleanup broke GET requests by essentially...
2008-05-15 ericksonPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar to replace some deprecated...
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-05-01 ericksonadded log line
2006-04-20 ericksongateway now requires a list of allowed services
2006-04-20 ericksonhandling any less-than zero returns
2006-04-17 ericksonap_get_client_block returns -1 on error.. detecting
2006-04-17 ericksonmore debugging, sanity checking read loop in apachetool...
2006-04-14 ericksonmore debugging
2006-04-13 ericksonadded some logging, etc.
2006-04-12 ericksonfixed bug
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-25 ericksonremoved mod_ils_gateway targets
2006-02-25 ericksonosrf_json_gateway is tested and working. removing this...
2006-02-24 ericksonre-vamped gateway to make it more stable and faster.
2006-01-30 ericksonAdded additional param to all the osrfLog* calls which...
2006-01-24 ericksonURL can now contain api_level as a param to set the...
2005-12-13 ericksongateway now assumes status is OK on a message unless...
2005-12-09 ericksonre-arranged the log code so that VA_LIST_TO_ARGS (which...
2005-12-08 ericksonstarted work on xul-based requestor/recipient holds
2005-12-07 ericksonsetting the logger app name for debugging
2005-12-02 ericksonadded content-type back into gateway
2005-12-01 ericksonadded qw(:level) to CDBI.pm because we were getting...
2005-11-30 ericksonfreeing json response object
2005-11-30 ericksonadded variable arg to jsonNewObject for formatted strings
2005-11-29 ericksonmoved C code to a unified logging framework which curre...
2005-10-13 ericksonadded newline in debug output
2005-10-05 ericksonlogging returned content at info level
2005-09-06 ericksonfixed makefile ommission
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-22 ericksonadded a header file for the gateway
2005-08-22 ericksonmoved router, gateways to a single config file opensrf_...
2005-08-17 ericksonfixed a problem in utils where I was using a va_list...
2005-08-16 ericksonadded the setting for unixpath
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-08-03 mikerremoving some minor debuging info
2005-08-03 mikerstaving off memory leaks
2005-08-03 mikereither my escaper is to naive, or something is wonky...
2005-08-03 mikerquoting xml characters, bug fixes
2005-08-02 mikerbugfix
2005-08-02 mikerbug fix
2005-08-02 mikermaking class handling more generic
2005-08-02 mikerfixing bare "array" inside fieldmapper objects
2005-08-02 mikerthe rest gatewaty, eets alive!
2005-08-02 mikerchanges to support the REST gateway
2005-07-26 ericksonmore install goodness, fixed some bugs, etc
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 gateway config file
2005-07-21 ericksonfixed issue where the err message was not getting set...
2005-07-15 ericksonremoved all of the old libjson dependencies
2005-07-05 erickson__param is now param
2005-06-19 ericksonrenamed some more apache makefile vars
2005-06-19 ericksonmoved apache header dir to the toplevel makefile
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-05-02 ericksonbug squashing party on the gateway. we now explicitly...
2005-04-25 ericksonadded some debugging when hunting memory error
next