]> git.evergreen-ils.org Git - OpenSRF.git/history - src/gateway/osrf_http_translator.c
Performance tweak to the logging routines.
[OpenSRF.git] / src / gateway / osrf_http_translator.c
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. ...