]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Daemon.pm
update copyrights for 2018
[public-inbox.git] / lib / PublicInbox / Daemon.pm
2018-02-07 Eric Wongupdate copyrights for 2018
2016-12-12 Eric Wongdaemon: set $now time for NNTP shutdown
2016-08-02 Eric Wongdaemon: do not chdir unless daemonizing
2016-07-29 Eric Wongdaemon: re-enable SIGWINCH without setsid
2016-07-06 Eric Wongdaemon: disable USR2/TTIN/TTOU/WINCH in workers
2016-06-21 Eric Wongdaemon: disable SIGWINCH unless explicitly daemonized
2016-06-18 Eric Wongdaemon: be less misleading about graceful shutdown
2016-06-11 Eric Wongdaemon: reset unused signal handlers to default in...
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-23 Eric Wongdaemon: ignore SIGWINCH when connected to terminal
2016-05-21 Eric Wongdaemon: simplify forking
2016-05-21 Eric Wonglocalize $/ in more places to avoid potential problems
2016-04-30 Eric Wongdaemon: graceful shutdown warning and limit removal
2016-03-17 Eric Wongdaemon: expand @ARGV paths for running in '/'
2016-03-11 Eric Wongdaemon: fixup usage of the '-l' switch with IP/INET6...
2016-03-08 Eric Wongdaemon: allow using IO::Socket::IP over INET6
2016-03-05 Eric Wongdaemon: sockname detects listeners correctly
2016-03-05 Eric Wongdaemon: document optional Net::Server dependency
2016-03-05 Eric Wongdaemon: simplify parent death handling
2016-03-05 Eric Wongdaemon: avoid cyclic references for once-used callbacks
2016-03-05 Eric Wongdaemon: drop listener sockets ASAP on termination
2016-03-04 Eric Wongdaemon: simplify socket inheriting, slightly
2016-03-04 Eric Wongdaemon: support listening on Unix domain sockets
2016-03-03 Eric Wongdaemon: introduce host_with_port for identifying sockets
2016-03-03 Eric Wongdaemon: avoid polluting the main package
2016-02-29 Eric Wongdistinguish error messages intended for users vs developers
2016-02-27 Eric Wongdaemon: refresh before forking
2016-02-26 Eric Wongdaemon: update comment about usage in httpd
2015-09-30 Eric Wongdaemon: always autoflush stdout/stderr
2015-09-25 Eric Wongdaemon: fix various permissions + daemon issues
2015-09-24 Eric Wongnntpd: hoist out daemon management code