about summary refs log tree commit homepage
DateCommit message (Expand)
2014-02-05unicorn 4.8.2 - avoid race condition during worker startup v4.8.2
2014-02-01avoid race condition during worker startup
2014-01-29unicorn 4.8.1 v4.8.1
2014-01-29fix races/error handling in worker SIGQUIT handler
2014-01-11unicorn 4.8.0 - big internal changes, but compatible v4.8.0
2014-01-11GNUmakefile: add "check" target for running all tests
2013-12-09unicorn 4.8.0pre1 v4.8.0.pre1
2013-12-09rework master-to-worker signaling to use a pipe
2013-11-26doc: clarify SIGNALS and reference init example
2013-11-26always write PID file early for compatibility
2013-11-08t0300: kill off stray processes in test
2013-11-07stream_input: avoid IO#close on client disconnect
2013-11-04tests: fix SO_REUSEPORT tests for old Linux and non-Linux
2013-11-04unicorn 4.7.0 - minor updates, license tweak v4.7.0
2013-11-01bin/*: enforce -p/--port argument to be a valid integer
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-25tests: limit oobgc check to accepted sockets
2013-10-24attempt to rename PID file when possible
2013-10-20workaround reopen atomicity issues for stdio vs non-stdio
2013-09-30Rakefile: kill raa_update task
2013-09-11tests: upgrade several gems (rack, kgio, raindrops)
2013-09-04Sandbox: document SIGUSR2 + bundler issue with 2.0.0
2013-08-17test_util: fix encoding test for Ruby trunk (2.1.0dev)
2013-08-17http_server: improve handling of client-triggerable socket errors
2013-06-21unicorn 4.6.3 - fix --no-default-middleware option v4.6.3
2013-06-07Make -N/--no-default-middleware option work
2013-05-08HttpParser#next? becomes response_start_sent-aware
2013-05-04test_signals: increase delay between Process.kill
2013-04-05doc: update documentation for systemd + PrivateTmp users
2013-02-26unicorn 4.6.2 - HTTP parser fix for Rainbows! v4.6.2
2013-02-26http: avoid frozen string bug in filter_body
2013-02-24httpdate: minor size reduction in DSO
2013-02-21unicorn 4.6.1 - minor cleanups v4.6.1
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-02-06unicorn 4.6.0 - hijacking support v4.6.0
2013-02-04tests: "wc -l" portability for *BSDs
2013-02-04tests: "wc -c" portability for *BSDs
2013-02-04tests: replace non-portable "date +%s" with ruby equivalent
2013-02-04tests: remove utee
2013-01-29manpage: update middleware-related documentation
2013-01-29unicorn 4.6.0pre1 - hijacking support v4.6.0pre1
2013-01-29Merge branch 'hijack'
2013-01-29Add -N or --no-default-middleware option.