]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2007-05-16 ericksonupdating to jdk1.5 build
2007-05-16 ericksonadded memcache lib to makefile
2007-05-16 ericksoncommitting added jars
2007-05-16 ericksonadded a memcache client and test
2007-05-16 ericksonadded a settings server client and test. made the...
2007-05-16 ericksonimplemented client bootstrap. created a status object...
2007-05-11 ericksonfixed some doc strings. added sample makefile
2007-05-11 ericksonadded a lot of documentation
2007-05-11 ericksonimplemented enough of the stack/session logic to make...
2007-05-10 ericksonadding more base objects, started on stack layer. added...
2007-05-10 ericksonadded JSON reading ability, including serializable...
2007-05-10 ericksonadded support for opensrf-serializable objects and...
2007-05-10 ericksonadded initial opensrf stack layer objects. more tuning...
2007-05-09 mikerprintf family format fixup found (har har) and suggeste...
2007-05-09 ericksonfixed some logic bugs with the body parsing, added...
2007-05-09 ericksonadded the woodstox stax jar files
2007-05-09 ericksonadded java jabber layer
2007-05-07 ericksonadded some more index sanity checks. added const quali...
2007-05-07 ericksonadded size check to constructor
2007-05-03 ericksoncommitting scott m's buffer protection patch
2007-04-29 mikerExiting with a usable error message rather than segfaulting
2007-04-28 mikerAvoiding memory leaks in string opperations
2007-04-26 mikercompletely untested and possibly broken settings extent...
2007-04-09 ericksonmade new child creation more robust
2007-04-03 mikerTypo reported by Dan Scott
2007-03-29 ericksonremoved some old code and the unnecessary select-as...
2007-03-29 ericksonapplied patch from Dan to provide an example usage
2007-03-26 ericksonforcing int on timeout values in process and timed_read
2007-03-26 ericksonadded an info log line to log the called method
2007-03-23 ericksonremoving install of deprecated files
2007-03-23 ericksonremoving deprecated files
2007-03-23 ericksonremoved the deprecated rest_gateway config; added comme...
2007-03-22 ericksonadded "use Net::Domain" in the package that calls hostf...
2007-03-22 mikerspacing adjustment
2007-03-22 mikeradjusting comment in example config re bug #518
2007-03-20 mikerusing Net::Domain instead of the shell to get the fqdn...
2007-03-19 ericksonadded more portable (perl) hostname fetching to pass...
2007-03-15 ericksonlowered some logging
2007-03-07 ericksonrefactored the unix::server config handling by getting...
2007-03-05 ericksonapplying spelling fixes and making db names/passwords...
2007-02-22 ericksonremoving unused log section
2007-02-22 ericksonadded the <client> block to the gateway. moving everyt...
2007-02-22 ericksondo a kill -9 after kill -s INT to make sure no stubborn...
2007-02-07 ericksonremoving old, unused child_finish_hook
2007-02-07 ericksonadded child exit handling code and example
2007-02-05 ericksonfixed bool parsing bug -- off by one on the string...
2007-02-05 ericksonadded a is-true wrapper for bool objects
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...
2007-01-18 ericksonremoved libjudy dependencies from makefiles
2007-01-05 ericksonreduced hash size (just now comitting, been like this...
2007-01-05 ericksonadding python libs
2007-01-02 mikerprintf format fix
2007-01-02 ericksonany unhandled char below ascii 32 will now be encoded...
2006-12-18 ericksonremoved big hash/array dependencies to remove libjudy...
2006-12-13 ericksonreplaced (printf style) format buffer calls with non...
2006-12-11 ericksonremoved two warning logs to prevent the unixserver...
2006-11-30 ericksonadded space in the utf buffer to handle 3-char characters
2006-11-27 mikeroff-by-one ... arg
2006-11-26 mikerhandle the first byte all special-like with utf-8
2006-11-22 mikerugly, but it does not warn
2006-11-22 mikerinline the utf8 stuff
2006-11-22 mikernew unicode stuff compiles now
2006-11-22 mikerswitching to some UTF8 code from perl
2006-11-22 mikerswitching to some UTF8 code from perl
2006-11-21 ericksonrefactored redunant perl2JSON call
2006-11-20 ericksoncommitting a simple jabber registration script
2006-10-11 ericksonadded a comment
2006-10-11 ericksonuncomment some unnecessary code
2006-10-10 ericksonadded a log line that will hopefully give us more info...
2006-10-10 ericksonchanged a log level to clear up some error logging
2006-10-03 ericksonchanged log line
2006-09-24 ericksonstateful backend sessions now only timeout of no reques...
2006-09-15 mikerfixing month calculation in interval_to_seconds
2006-09-12 ericksonNow, when no children are available to pass a request...
2006-09-09 ericksonfinally implemented opensrf.system.echo[.atomic] -...
2006-09-08 ericksonescaping hash keys
2006-09-06 ericksonelevated response log to info because it is crucial...
2006-09-06 ericksonwhen the gateway is not bootstrapped.. it is useless...
2006-09-06 ericksonadded .1 second sleep to inbound processer when it...
2006-09-05 ericksonelevated recv timeout to INFO cuz it is important
2006-09-05 ericksonmoved processing duration up to info
2006-09-05 ericksonadded message processing time to C stack
2006-09-04 ericksonadded logic to reconnect to jabber if the child receivi...
2006-09-03 ericksonfixed bug in child pipe reading code which limited...
2006-09-01 ericksondoing better job of propogating network errors up the...
2006-08-31 ericksonchanged format of log line just a little
2006-08-30 ericksonadded var check to prevent warnings on the numerous...
2006-08-30 mikerchopping up dup messages in Client::process()
2006-08-29 ericksonput free calls back in to free the xml from messages
2006-08-28 ericksonadded a log line
2006-08-28 ericksonremoved a bunch of old code
2006-08-27 ericksonmoved json parsing methods to non-printf style methods...
2006-08-27 ericksonchanged some logging
2006-08-21 ericksonadded escape for 0x1 char
2006-08-21 ericksonmore aggressive uniquness measures just to be sure
2006-08-20 ericksonclearing tmp buffer before use
2006-08-20 ericksontruncate messages more to prevent syslog overflow errors
2006-08-19 ericksonsending authtoken in request header and logging to...
2006-08-19 ericksonupdated log output to be more srfsh-ish
next