]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perl
Added some comments, tinkered with white space;
[OpenSRF.git] / src / perl /
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
2008-08-18 sboyettemerging perl CPANification/normalization branch work