]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods
smarter default "recv"
[OpenSRF.git] / src / perlmods /
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
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-08-04 mikerooops... octal ;)
2005-07-29 mikerfixing number bug in JSON
2005-07-28 mikerpassing numbers as bare strings
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 ericksonmoved back to nulls
2005-07-15 mikerremove extranious "null"s from JSON
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
next