about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2011-09-03http_server: a few more things eligible for GC in worker
2011-08-29add GPLv3 option to the license
2011-08-25unicorn 4.1.1 - fix last-resort timeout accuracy v4.1.1
2011-08-23fix sleep/timeout activation accuracy
2011-08-20unicorn 4.1.0 - small updates and fixes v4.1.0
2011-08-19close race if an exit signal hits the worker before trap
2011-08-19Rack::Chunked and ContentLength middlewares by default
2011-08-19filter exception messages with control characters
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-07-01socket_helper: fix undefined variable for logging
2011-06-29unicorn 4.0.1 - regression bugfixes v4.0.1
2011-06-29configurator: limit timeout to 32-bit INT_MAX-1
2011-06-29fix per-worker listen directive in after_fork hook
2011-06-27configurator: truncate timeouts to 32-bit LONG_MAX
2011-06-27unicorn 4.0.0 - for mythical hardware! v4.0.0
2011-06-27slightly faster worker process spawning
2011-06-25reenable heartbeat checking for idle workers
2011-06-24allow multiline comments in config.ru