]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods/OpenSRF
removed runtime print statement .. interfering with apache
[OpenSRF.git] / src / perlmods / OpenSRF /
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)
2006-03-06 mikeradding an ISO timestamp builder
2006-02-27 mikermore support for introspection paging
2006-02-19 mikerfixups, and starting a paged interface
2006-02-13 ericksonMoved some log messages from INFO to DEBUG level becaus...
2006-02-13 ericksonmodule now dies with a message if bootstrap_client...
2006-02-11 mikerrefactored copy targeter to use new JS copy tester...
2006-01-30 mikermoving to UNIVERSAL::require to suck in implementation...
2006-01-30 ericksonleaving parse methods early if proper fields aren't...
2006-01-27 ericksonremoved extraneous warn
2006-01-27 mikerturn of signature checking for now
2006-01-27 mikersort field and sort order support; signature fix for...
2006-01-27 ericksonChanged log level for "disconnect on timeout" because...
2006-01-27 mikermore opensearch fixup; bugfix for "no need to re-bootstrap"
2006-01-23 mikerupdates for the perm editor -- FM dance required
2006-01-22 mikerenabled param checking
2006-01-22 mikerenabling signature parsing; added "notes" pointer from...
2006-01-19 mikeradded (disabled) signature parsing and (disabled) param...
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-09 ericksonexplicitly returning STATUS_NOTFOUND when a method...
2005-12-09 ericksonfor some reason, doing "throw $err $err->stringify...
2005-12-08 ericksonChanged some log levels from INFO to DEBUG since they...
2005-12-05 ericksonincorporated ilseents.xml file into opac
2005-12-01 mikergive reasonably unique default for service name
2005-12-01 ericksonadded qw(:level) to CDBI.pm because we were getting...
2005-12-01 ericksonSetting the logging service name to the application...
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-22 ericksonif client has been bootstrapped and is currently connec...
2005-11-04 ericksonchecking <language> for perl in listener and unix children
2005-11-04 mikeradded "connected" method for stateful sessions
2005-11-02 mikermove the moved call to the right place...
2005-11-01 mikersettings client does not need to bootstrap itself,...
2005-11-01 ericksonadded the <language> block to the opensrf app config...
2005-09-23 mikerfixing up the date scrubber
2005-09-06 ericksonchanged router binary to opensrf_router to prevent...
2005-09-02 ericksonYoung C server code added
2005-08-12 mikergetting rid of some spurious warnings
2005-08-11 mikerfixing preconstructed Result test in AppSession
2005-08-11 mikerminor bug fixes and removal of some extra stringifications
2005-08-11 mikertesting reveals bugs, bugs get squashed!
2005-08-11 pinesmoving from XML to JSON in the core messaging
2005-07-27 ericksonmoved redirect to latest mod_perl
2005-07-27 ericksonmore config file mangling
2005-07-27 ericksonremoving unix files
2005-07-27 ericksonmore debugging
2005-07-26 ericksonusing Logger instead of Log
2005-07-26 ericksonmore install goodness, fixed random jserver bug
2005-07-25 ericksonadded a line of hopefull helpful debug output
2005-07-25 mikeradding echo method
2005-07-25 mikerdefault to api_level 1
2005-07-25 mikeradding new ContinueStatus message
2005-07-25 mikerusing implicit connect with "method_lookup" style calls...
2005-07-25 mikerrolling back useless logging change from earlier
2005-07-25 ericksonadded exception for when trying to send to non-existant...
2005-07-25 ericksonmade it so it doesn't complain about not having any...
2005-07-24 mikeradding MethodException backtrace
2005-07-24 mikerremoving duplicate "complete" messages by completing...
2005-07-15 mikeradding more fixup support for DateTime::Format::ISO8601...
2005-07-14 mikeradded date clenser so we can use DateTime::Format:...
2005-07-12 mikermaking introspection filter regexy
2005-07-11 mikeraliasing respond_complete to respond
2005-07-07 ericksonanother error message that we'll hopefully never see
2005-07-07 ericksonmethod not found now returns the name of the method...
2005-06-19 ericksonmore tweaking to point to the right header files, etc.
2005-06-17 ericksonrouter-less login mangling
2005-06-17 ericksonif no router, change the connecting resource
2005-06-17 ericksonregex to determine unix-ocity for the socket
next