]> git.evergreen-ils.org Git - Evergreen.git/history - OpenSRF/src/perlmods
failing on non-existant column instead of silently ignoring it
[Evergreen.git] / OpenSRF / src / perlmods /
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-07 mikerexperimental port of the C parser (it is slower...)
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)
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...
2006-01-19 mikeradded lookup_class and lookup_hint methods to support...
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-13 mikerreduce the overhead of JSONification by removing multip...
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 mikercleaning up the pretty printer
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-19 mikertouchup on the unicode handler
2005-11-10 mikerarg! cut-n-paste error
2005-11-09 mikerfixing unicode escaping in JSON
2005-11-07 mikerstripping bad characters
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 mikermatching non-letter and non-number
2005-09-06 mikermatching non-letter and non-number
2005-09-06 mikermatching non-letter and non-number
2005-09-06 mikermatching non-letter and non-number
2005-09-06 mikernormalizing wide chars
2005-09-06 ericksonchanged router binary to opensrf_router to prevent...
2005-09-02 ericksonYoung C server code added
2005-08-25 ericksontypo
2005-08-25 mikerprotect hash keys by quoting
2005-08-25 mikerprotect hash keys by quoting
2005-08-25 mikerprotect hash keys by quoting
next