about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
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
2011-06-13change TCP defaults to favor low latency
2011-06-11runtime stack size reductions
2011-06-09unicorn 3.7.0 - minor feature update v3.7.0
2011-06-07configurator: add :ipv6only directive