]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perl/lib/OpenSRF/Server.pm
LP1999823: Bump libtool library version
[OpenSRF.git] / src / perl / lib / OpenSRF / Server.pm
2019-06-07 John MerriamLP#1824184: Change potentially slow log statements...
2019-01-04 Galen CharltonLP#1729610: return new OpenSRF status if backlog queue...
2019-01-04 Mike RylanderLP#1729610: Add some debug/internal logging to backlog...
2019-01-04 Mike RylanderLP#1729610: Allow queuing (for a while) during child...
2018-11-05 Bill EricksonLP#1706147 Perl Force-Recycle drone option
2017-09-08 Bill EricksonLP#1697029 Log and exit on write to dead child
2014-08-20 Bill EricksonLP#1341687 listeners log/drop XMPP error msgs
2013-09-04 Bill EricksonLP1204123 SIGUSR2 causes router re-register (Perl/C)
2013-09-04 Bill EricksonLP1204123 SIGUSR1 causes router unregister (Perl/C)
2013-09-04 Bill EricksonLP1204123 SIGTERM causes graceful shutdown (Perl)
2013-09-04 Bill EricksonLP1204123 Set SIGCHLD handler to DEFAULT for children...
2013-03-17 Bill EricksonMinor whitespace repairs in Server.pm
2013-03-17 Bill EricksonPerl SIGHUP handling and config reloading
2012-03-07 Bill EricksonRefresh child file handles on status read
2012-02-20 Bill EricksonPerl parent/child write improvements
2012-02-20 Bill EricksonPerl pipe reading overhaul : data size header
2012-01-04 Bill EricksonSync parent/child write/read with lock file
2011-10-28 Bill EricksonAdd SIGPIPE retry handling to child data sysread
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-11 dbsAdd hints to increase max_children config variable...
2010-11-29 ericksondon't clean up child attributes until we're done with...
2010-11-29 ericksonadd fault tolerance (e.g. recover from interrupted...
2010-10-12 ericksonimplemented an optional per-service stderr log for...
2010-09-01 ericksonReplace Net::Server with local pre-forking server