]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perl
Fix unit tests for Python in a twistd instance
[OpenSRF.git] / src / perl /
2011-03-02 ericksonconsistent w/ sigpipe handling in osrf 1.6, provide...
2011-02-22 dbsResolve encoding problem found by attempting to registe...
2011-01-31 dbsUse an Exporter-approved version number (only one decim...
2011-01-31 dbsCorrect copy/paste error in Build.PL metadata
2011-01-26 dbsOpenSRF::UnixServer doesn't live here any more
2011-01-26 dbsSet the correct number of expected tests so that we...
2011-01-21 ericksonmake the api CALL log line consistent across Perl and...
2011-01-11 dbsAdd hints to increase max_children config variable...
2010-12-13 ericksonon second thought, removing debug sleep method, which...
2010-11-30 dbsPrepare for version 2.0.0 with versioning for 2.0.0
2010-11-29 ericksondon't clean up child attributes until we're done with...
2010-11-29 ericksonadded opensrf.system.sleep method; takes 1 param (secon...
2010-11-29 ericksonavoid calling sysread when select exited from interruption.
2010-11-29 ericksonadd fault tolerance (e.g. recover from interrupted...
2010-11-24 gmcno longer need FreezeThaw
2010-11-09 dbsAdd a streaming version of the split() method in simple...
2010-10-26 ericksonconsistent w/ the C libs, only log server message proce...
2010-10-25 ericksonlog message processing duration at INFO level, instead...
2010-10-12 ericksonimplemented an optional per-service stderr log for...
2010-10-07 ericksonin json encoder, replace 2 sub calls w/ 1 hash lookup...
2010-09-28 dbsWork around a Net::Domain bug that can result in fqdn...
2010-09-28 mikerreturn the trace-augmented message as written to the log
2010-09-13 ericksonremoving vestigial references to Inbound.pm, which...
2010-09-09 dbsBump trunk version number for OpenSRF up to 1.8.0;...
2010-09-05 dbsUpdate the manifest for Perl modules to avoid build...
2010-09-01 gmcremove executable bit from module files that don't...
2010-09-01 ericksonReplace Net::Server with local pre-forking server
2010-08-13 dbsMake log length in Perl logger a configurable value...
2010-08-04 mikeralways use respond_complete to finish a request, whethe...
2010-08-03 mikerMike, when adding the length, actually add the length...
2010-07-29 mikerAdd response chunking support to the Perl implementatio...
2010-02-23 dbsSimple demo of text services; returning a string, an...
2010-01-25 ericksonAdded some fault tolerance to the inbound-to-unixserver...
2010-01-19 ericksonPatch from Joe Atzberger:
2010-01-19 dbsGet on board the typo train - woo woooooo!
2010-01-19 mikerkeep the typo around for a while ... sorry, dbs ;)
2010-01-19 dbsAddress long-standing typo: clense_ISO8601
2009-09-18 sboyetteLogServer was removed from distro but not from MANIFEST...
2009-09-15 sboyettePOD/docs cleanup
2009-09-15 sboyette100% test coverage
2009-09-15 sboyetteWIP
2009-09-15 sboyetteWIP
2009-09-15 sboyettemore test
2009-09-15 sboyettesync
2009-09-15 sboyettestowing WIP
2009-09-15 sboyetteWIP
2009-08-31 ericksonrepaired partial change from 'class' to 'pkg'. added...
2009-08-28 sboyettechanged 'my' globals to 'our' globals for testing purposes
2009-08-28 sboyettefirst tests
2009-08-28 sboyettemore cleanup and documentation in progress
2009-08-28 sboyetteyanking LogServer test file
2009-08-28 sboyetteremoving use of LogServer
2009-08-28 sboyetteremoving _json_hint_to_class
2009-08-28 sboyetteshuffling around, adding POD stubs
2009-08-25 sboyetteremoving OSRF::Utils::LogServer at berick's suggestion
2009-08-25 sboyetterearranging things a bit, docs. no actual code changes.
2009-08-25 sboyettenew test files for Utils breakout
2009-08-25 sboyetteremoved $VERSION construct which caused undef warnings...
2009-08-25 sboyettemethod prettyJSON doesnt exist anymore
2009-08-25 sboyetteditto
2009-08-25 sboyettethat last version change was rather poorly timed, as...
2009-08-21 sboyettelocal doc updates for recent changes. wondering how...
2009-08-21 sboyettepreƫmptive version bump
2009-08-21 sboyette'make check' works as promised. perl tests moved to...
2009-08-20 sboyetteupdating MANIFEST for Module::Build-ness
2009-08-17 sboyetteadded separate install fail diagnostic message
2009-08-17 sboyetteremoving files no longer needed
2009-08-17 sboyette'make' will now just plain make again without proceedin...
2009-08-17 sboyetteGoing back to dumping a script (unbreaking non-root...
2009-08-13 sboyetteAdded DISTCLEANFILES to make "make distclean" work...
2009-08-13 sboyetteBuild.PL built; build/test/install all selfcontained...
2009-08-13 sboyetteM::B changes
2009-08-13 sboyetteM::B changes
2009-07-29 ericksonset the 'from' address in outbound xmpp messages
2009-07-28 ericksonreduce unnecessary calls to fcntl() while reading from...
2009-06-04 mikerteach interval_to_seconds about HH:MM:SS format time...
2009-06-04 mikerteach interval_to_seconds about negative intervals
2009-06-03 ericksonflush_socket now flushes data through the xml stream...
2009-04-28 ericksondon't set stream state to disconnected on a non-stream...
2009-02-28 ericksondon't try to close the socket if it's not there
2009-02-17 ericksongotta protect the JSONObject2Perl() when decoding array...
2009-02-17 ericksonnot sure why this is an issue now (different perl/json...
2009-01-25 ericksonmake config parsing more tolerant
2009-01-20 ericksonrepaired config data structure ref check for registerin...
2009-01-19 sboyetteinitial checkin for perl Makefile.am
2008-12-22 ericksonhandle the case where only one service is registered...
2008-12-22 ericksonrunning in no-router/single-service mode was checking...
2008-12-18 sboyetteOpenSRF.pm version changes
2008-11-20 ericksonin the interest of clearing some log cruft, move two...
2008-10-13 ericksonio::socket::inet, somewhere between version 1.29 and...
2008-09-25 ericksonremoved a bunch of old, unused code. removed code...
2008-09-25 ericksonchange from info to debug log
2008-09-22 ericksonmake sure we send the log xid in outbound messages
2008-09-15 dbs Typo - because typos in error messages just make me...
2008-08-25 ericksonremoved misplaced "my"
2008-08-22 mikeradding explicit request timeout detection
2008-08-19 sboyettecan has use tests for all modules
2008-08-19 sboyettemissing deps found via testing
2008-08-19 sboyettetypo
2008-08-19 sboyetteOpenSRF::Util::JSON requires JSON::XS, not JSON
next