]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods/OpenSRF/Utils
providing option to connect to memcache at general connect time
[OpenSRF.git] / src / perlmods / OpenSRF / Utils /
2007-12-05 ericksonreturning if config is not defined since next line...
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-10-30 dbsMake Logger a little more robust by setting a default...
2007-07-20 ericksonMerging changes from branches/new-json2
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-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-01-25 ericksonAdded support for the opensrf XID, which is a transacti...
2006-08-20 ericksontruncate messages more to prevent syslog overflow errors
2006-08-11 ericksonlogging put errors instead of throwing exception
2006-05-22 ericksonlimiting message size to prevent syslog warnings piling up
2006-02-13 ericksonmodule now dies with a message if bootstrap_client...
2005-12-16 ericksonremoved some "warns"
2005-12-14 ericksonescaping embedded %'s so syslog won't barf
2005-12-14 ericksonadded some NOT_FOUND events for record, copy, and circ...
2005-12-14 mikertruncating long log lines that go to syslog, as it...
2005-12-01 mikergive reasonably unique default for service name
2005-12-01 ericksonadded qw(:level) to CDBI.pm because we were getting...
2005-11-30 ericksonactivity log is now a standalone log target: file or...
2005-11-30 ericksonsetting log file to just "syslog" (instead of "syslog...
2005-11-30 ericksondrastically simplified logger code now supports logging...
2005-11-01 mikersettings client does not need to bootstrap itself,...
2005-07-26 ericksonusing Logger instead of Log
2005-06-07 ericksonStateless code, round 1...
2005-05-13 ericksonnow using the max persist time in the config file
2005-04-12 mikercach update
2005-04-12 ericksonchecking for only one server
2005-04-12 mikererror checking in Cache.pm
2005-04-07 mikeradded initial limiter and cache population
2005-03-15 ericksonfully bypassing persist if persist isn't true
2005-03-08 ericksonchanged 'slot' to 'key' for clarity, should have no...
2005-03-07 ericksonchecking for HASH ref explicitly
2005-03-04 ericksonadded _CACHEVAL_ to the slot names to make them a littl...
2005-03-03 ericksonnow magically does both memcache and persist caching...
2005-03-02 ericksonwe now return undef if any level of the sought config...
2005-03-02 ericksonnow do an explicit kill me on the session after the...
2005-03-01 ericksonaltered the cache a little to allow for the servers...
2005-03-01 ericksonchanged some ps output.
2005-02-28 mikerusing OO syntax
2005-02-28 mikerusing new client syntax
2005-02-23 ericksonfixed logic error
2005-02-23 ericksonadded a cache flag to the settings client
2005-02-16 ericksonfixed up the magic auto-introspection and made sure...
2005-02-16 ericksonfixed up to make the remote settings grabbing work...
2005-02-16 ericksonBeginnings of the new config parsing and client classes
2005-02-16 ericksonnew config settings
2005-02-07 ericksonchanged logger include
2005-02-04 phasefxInitial revision