]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods/OpenSRF
removing overly agressive locale normalization
[OpenSRF.git] / src / perlmods / OpenSRF /
2008-07-17 dbsMerge the following patches from Kevin Beswick:
2008-05-07 ericksonchecking socket connect state before sending final...
2008-03-31 ericksonThis patch replaces the regex-based XML stream parsing...
2008-03-09 ericksonadded special case to avoid wrapping boolean objects
2008-03-09 mikeradd JSON::XS-based true/false support
2008-03-05 ericksonAdded support for multi-router registration
2008-01-30 mikerturn \d{1,10} into a number on the wire
2008-01-06 ericksonusing new C-based JSON parser: JSON::XS - this new...
2007-12-05 ericksonAdded support for "migratable" opensrf services.
2007-12-05 ericksonreturning if config is not defined since next line...
2007-11-30 mikerremoving confusing dead code
2007-11-20 mikerremoving some debug logging
2007-11-20 mikerpropogate locale from server to client
2007-11-20 mikerthinko, sorry
2007-11-20 ericksonCleaned up exception messages so they will not be bloat...
2007-11-20 mikerdebug logging
2007-11-20 mikerthinko, sorry
2007-11-20 mikerstill working on the perl locale stuff
2007-11-20 mikerpushing locale through in the perl
2007-11-08 dbsAnd let's not double-log messages. Sigh.
2007-11-08 dbsFormat the date and time with leading zeroes to be...
2007-11-06 mikermake the perl local support match the C version
2007-11-04 dbsAvoid an "undefined variable" Perl warning when we...
2007-10-30 dbsMake Logger a little more robust by setting a default...
2007-10-16 dbsI'm pretty sure we want $log here, as in all the other...
2007-10-10 dbsMore typos, as I read through logs.
2007-10-10 dbsFix some typos found while trying to improve osrf error...
2007-08-03 mikerformatting ... they are all tabs! ;)
2007-08-02 mikerunbreaking the perl session locale stuff
2007-08-02 mikerinitial sender_locale support ... probably going to...
2007-07-20 ericksonMerging changes from branches/new-json2
2007-07-06 mikera little bit more cleanup from previous DOM/DomianObjec...
2007-07-04 mikerdo the process separation dance on server bootstrapping...
2007-07-04 mikerremoving vestigial DOM code from back when opensrf...
2007-07-02 ericksonupdated the sylog and activity log file handling to...
2007-07-02 mikerCompleting the JSON perl module move started by patch...
2007-07-02 mikerPatch from Dan Scott to move JSON to OpenSRF::Utils...
2007-06-29 mikerPatch from Dan Scott to move perl OpenSRF core bootstra...
2007-06-22 mikerallow the OSRF_HOSTNAME env variable to specify the...
2007-05-23 mikerFrom Dan Scott: EOL Whitespace is now stripped in the...
2007-04-26 mikercompletely untested and possibly broken settings extent...
2007-04-03 mikerTypo reported by Dan Scott
2007-03-29 ericksonremoved some old code and the unnecessary select-as...
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-22 ericksonadded "use Net::Domain" in the package that calls hostf...
2007-03-20 mikerusing Net::Domain instead of the shell to get the fqdn...
2007-03-07 ericksonrefactored the unix::server config handling by getting...
2007-02-07 ericksonremoving old, unused child_finish_hook
2007-02-07 ericksonadded child exit handling code and example
2007-01-25 ericksonAdded support for the opensrf XID, which is a transacti...
2006-12-11 ericksonremoved two warning logs to prevent the unixserver...
2006-11-21 ericksonrefactored redunant perl2JSON call
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-09-15 mikerfixing month calculation in interval_to_seconds
2006-09-06 ericksonelevated response log to info because it is crucial...
2006-09-06 ericksonadded .1 second sleep to inbound processer when it...
2006-09-05 ericksonmoved processing duration up to info
2006-08-30 ericksonadded var check to prevent warnings on the numerous...
2006-08-30 mikerchopping up dup messages in Client::process()
2006-08-20 ericksontruncate messages more to prevent syslog overflow errors
2006-08-17 mikerlogging cleanup
2006-08-14 ericksonremove method call that does not exist
2006-08-11 ericksonlogging put errors instead of throwing exception
2006-08-08 ericksontesting multi-message fix in parser
2006-07-17 ericksonlogging the session id at client creation time for...
2006-07-08 mikerfixing typo in the bowels
2006-07-06 mikeradding client-side stream push method; working on the...
2006-06-29 ericksonremoved debug warning
2006-06-29 ericksonremoved runtime print statement .. interfering with...
2006-06-29 ericksoncleaning up startup logging
2006-06-29 mikerfixing old fieldmapper_lookup generator
2006-06-22 mikeradding a tree filter for future common use
2006-05-22 ericksonlimiting message size to prevent syslog warnings piling up
2006-05-22 ericksonadded error message for cached data on a closed socket
2006-05-16 ericksonadded some error logging
2006-05-05 mikeradding ability to set recv_timeout per session
2006-04-24 mikerfixing recursion bug
2006-04-21 mikerdebuging changes
2006-04-21 ericksonadded some more diagnostic logging
2006-04-21 mikermoving debuging to INTERNAL
2006-04-21 ericksonchecking for socket connected-ness on sysread
2006-04-20 mikeroptional hash function parameter; minor debuging
2006-04-20 mikersmarter default "recv"
2006-04-20 mikerdate clensing works properly now... oops
2006-04-14 ericksonadded a flush_socket method to the jabber client code...
2006-04-07 ericksonremoved depracated call
2006-04-06 mikerstreamlining collection
2006-04-06 mikeradding duration timing to requests
2006-04-06 mikeroopsie ... off-by-one potentially causing unbalanced...
2006-04-06 mikermodding the result, instead of inside the hash function
2006-04-05 mikerMultiSession, YAY
2006-04-05 mikerremoving session cache; adding support for quiet remote...
2006-03-29 ericksonreplaced regex with CORE::time
2006-03-29 ericksonadded basic opensrf.system.time method
2006-03-27 mikeronly handle timezone if there was actually a time
2006-03-27 mikerimproving datetime parsing in clense_ISO8601()
2006-03-10 mikerfixed sig building (I hope)
next