about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2013-12-09rework master-to-worker signaling to use a pipe
2013-11-26always write PID file early for compatibility
2013-11-07stream_input: avoid IO#close on client disconnect
2013-11-01construct listener_fds Hash in 1.8.6 compatible way
2013-10-29configurator: validate :reuseport for boolean-ess
2013-10-26license: allow all future versions of the GNU GPL
2013-10-25http_server: fixup comments for PID file renaming
2013-10-25avoid IO_PURGATORY on Ruby 1.9+
2013-10-25support SO_REUSEPORT on new listeners (:reuseport)
2013-10-24attempt to rename PID file when possible
2013-10-20workaround reopen atomicity issues for stdio vs non-stdio
2013-08-17http_server: improve handling of client-triggerable socket errors
2013-06-07Make -N/--no-default-middleware option work
2013-04-05doc: update documentation for systemd + PrivateTmp users
2013-02-09http_request: drop conditional assignment for hijack
2013-02-08http_request: remove FIXME for rack.version clarification
2013-02-08auto-generate Unicorn::Const::UNICORN_VERSION
2013-01-29Merge branch 'hijack'
2013-01-29Add -N or --no-default-middleware option.
2013-01-22ignore normal Rack response at request-time hijack
2013-01-22support for Rack hijack in request and response
2012-12-07unicorn 4.5.0 - check_client_connection option v4.5.0
2012-12-04fix const error responses for Rainbows!
2012-11-29unicorn 4.5.0pre1 - check_client_connection option v4.5.0pre1
2012-11-29check_client_connection: document local-only requirement
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2012-10-11unicorn 4.4.0 - minor updates v4.4.0
2012-10-01util: only consider regular files as logs
2012-08-06do not touch TCP_NOPUSH/TCP_CORK at all by default
2012-08-02bind listeners after loading for preload_app users
2012-04-29unicorn 4.3.1 - shutdown() fixes v4.3.1
2012-04-27stream_input: call shutdown(2) if a client EOFs on us
2012-04-27http_server: ignore ENOTCONN (mostly from shutdown(2))
2012-04-17unicorn 4.3.0 - minor fixes and updates v4.3.0
2012-04-12shutdown client socket for apps which fork in background
2012-04-11misc documentation spelling fixes
2012-03-26unicorn 4.2.1 - minor fix and doc updates v4.2.1
2012-03-20log EPERM errors from invalid pid files
2012-02-29Start the server if another user has a PID matching our stale pidfile.
2012-01-28unicorn 4.2.0 v4.2.0
2011-12-13cleanup exception handling on SIGUSR1
2011-12-13quiet possible IOError from SIGUSR1 (reopen logs)
2011-12-05socket_helper: fix grammerr fail
2011-12-05socket_helper: set SO_KEEPALIVE on TCP sockets
2011-12-05socket_helper: remove out-of-date comment for TCP_NODELAY
2011-11-15configurator: limit timeout to 30 days
2011-10-04OobGC: force GC.start
2011-09-15add preliminary SSL support
2011-09-14Detect daemonization via configuration.
2011-09-09http_server: update comment on tick == 0