about summary refs log tree commit homepage
path: root/lib/unicorn/http_server.rb
DateCommit message (Expand)
2017-02-21Add after_worker_exit configuration option
2016-10-25relocate website to https://bogomips.org/unicorn/
2016-01-07various documentation updates
2015-11-01golf down conditional for socket activation
2015-10-27sd_listen_fds emulation cleanup
2015-07-15doc: remove references to old servers
2015-07-05emulate sd_listen_fds for systemd support
2015-06-27apply TCP socket options on inherited sockets
2015-06-26doc: update some invalid URLs
2015-06-10ensure body is closed during hijack
2015-06-04http_server: remove a few more accessors and constants
2015-05-20process SIGWINCH unless stdin is a TTY
2015-05-07favor kgio_wait_readable for single FD over select
2015-04-07favor more string literals for cold call sites
2015-03-01reduce and localize constant string use
2015-02-18explain 11 byte magic number for self-pipe
2015-02-12http_server: favor ivars over constants
2015-02-06favor "a.b(&:c)" form over "a.b { |x| x.c }"
2015-02-06doc: update support status for Ruby versions
2015-02-05favor IO#close_on_exec= over fcntl in 1.9+
2015-02-05remove 1.8, <= 1.9.1 fallback for missing IO#autoclose=
2015-01-18use the monotonic clock under Ruby 2.1+
2014-12-21remove SSL support
2014-11-27http_server: save 450+ bytes of memory on x86-64
2014-05-29http: remove xftrust options
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