about summary refs log tree commit homepage
path: root/lib/unicorn/http_server.rb
DateCommit message (Expand)
2015-04-22explain 11 byte magic number for self-pipe
2015-04-22doc: update support status for Ruby versions
2014-05-04http_server: handle premature grandparent death
2014-02-01avoid race condition during worker startup
2014-01-29fix races/error handling in worker SIGQUIT handler
2013-12-09rework master-to-worker signaling to use a pipe
2013-11-26always write PID file early for compatibility
2013-11-01construct listener_fds Hash in 1.8.6 compatible way
2013-10-25http_server: fixup comments for PID file renaming
2013-10-25avoid IO_PURGATORY on Ruby 1.9+
2013-10-24attempt to rename PID file when possible
2013-08-17http_server: improve handling of client-triggerable socket errors
2013-01-22ignore normal Rack response at request-time hijack
2013-01-22support for Rack hijack in request and response
2012-12-04fix const error responses for Rainbows!
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2012-08-02bind listeners after loading for preload_app users
2012-04-27http_server: ignore ENOTCONN (mostly from shutdown(2))
2012-04-12shutdown client socket for apps which fork in background
2012-03-20log EPERM errors from invalid pid files
2012-02-29Start the server if another user has a PID matching our stale pidfile.
2011-12-13cleanup exception handling on SIGUSR1
2011-12-13quiet possible IOError from SIGUSR1 (reopen logs)
2011-09-15add preliminary SSL support
2011-09-14Detect daemonization via configuration.
2011-09-09http_server: update comment on tick == 0
2011-09-03http_server: a few more things eligible for GC in worker
2011-08-23fix sleep/timeout activation accuracy
2011-08-19close race if an exit signal hits the worker before trap
2011-08-11http_server: small simplification for redirects
2011-08-11future-proof against close-on-exec by default
2011-08-02trap death signals in the worker sooner
2011-07-20http_server: explicitly disable close-on-exec for listeners
2011-06-29fix per-worker listen directive in after_fork hook
2011-06-27slightly faster worker process spawning
2011-06-25reenable heartbeat checking for idle workers
2011-06-23http_server: avoid race conditions on SIGQUIT
2011-06-22http_server: remove unused variable
2011-06-17error logging is more consistent
2011-06-17add broken app test from Rainbows!
2011-06-17ensure at_exit handlers run on graceful shutdown
2011-06-16replace fchmod()-based heartbeat with raindrops
2011-06-15memory reductions in worker process
2011-06-15http_server: kill another stack frame off
2011-06-15http_server: factor out inherit_listeners! method
2011-06-15remove BasicSocket.do_not_reverse_lookup setting
2011-06-15http_server: get rid of EINTR checks
2011-06-15http_server: further reduce stack usage for app.call
2011-06-14http_server: small cleanups for attr assignments
2011-06-14http_server: do not rescue from proper exits