]> git.evergreen-ils.org Git - OpenSRF.git/history - src/gateway/osrf_http_translator.c
LP#1101254: remove memory leak in HTTP translator
[OpenSRF.git] / src / gateway / osrf_http_translator.c
2013-03-15 Galen CharltonLP#1101254: remove memory leak in HTTP translator
2013-01-19 Dan ScottSupport Apache 2.4 client IP address lookups
2012-11-08 Dan WellsLog redaction for sensitive input values, C side
2012-05-22 Galen Charltonfix up index/position type for calls of various osrfLis...
2012-03-07 Bill EricksonSet OpenSRF ingress value for srfsh/gateways
2010-08-16 scottmkSeveral minor and inconsequential changes:
2010-08-14 scottmkPedantic change for const-correctness: change three...
2010-01-28 dbsProvide a thread if the translator wasn't passed one...
2009-09-28 scottmk1. Changed osrfLogFacilityToInt() so that it accepts
2009-04-30 ericksonactivate the config options, need to that if you're...
2009-04-27 ericksonpass unknown string as second param to osrfLog to avoid...
2009-01-13 ericksonlike the old gateway, log the full request params as...
2009-01-13 ericksonset the log xid before we read the POST data
2009-01-13 ericksonneed a copy of the service when it's pulled from the...
2008-12-18 ericksonif we are only connecting, we are still connecting...
2008-12-18 ericksonwrap the top case statement in brackets... i guess...
2008-12-18 ericksoncorrectly capture the JID of the backend server process...
2008-10-24 ericksondisable the new internal logging of sent data by default.
2008-10-24 ericksonthe pool cleanup handler which was thought to only...
2008-09-23 ericksonset log xid on outbound messages
2008-09-19 ericksonsetting/clearing log XID. honoring client log xid...
2008-09-15 ericksonconfig file, context, and cache server now have apache...
2008-07-24 ericksonreturning server error on disconnected jabber socket
2008-07-09 ericksoncommented out the testing debug line
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. ...