about summary refs log tree commit homepage
DateCommit message (Expand)
2019-03-04unicorn 5.5.0 v5.5.0
2018-12-28Links: add historical mongrel dev list mirror
2018-12-26use rb_gc_register_mark_object
2018-12-20unicorn 5.5.0.pre1 v5.5.0.pre1
2018-12-19README: minor updates and additional disclaimer
2018-12-13doc/ISSUES: add links to git clone-able mail archives of our dependencies
2018-12-12deduplicate strings VM-wide in Ruby 2.5+
2018-10-18doc: update more URLs to use HTTPS and avoid redirects
2018-09-21Support default_middleware configuration option
2018-09-18tests: ensure -N/--no-default-middleware not supported in config.ru
2018-09-13Make Worker#user support different process primary group and log file group
2018-08-20socket_helper: add hint for FreeBSD users for accf_http(9)
2018-08-20shrink pipes under Linux
2018-07-23Merge branch '5.4-stable'
2018-07-23use IO#wait instead of kgio_wait_readable
2018-07-23remove random seed reset atfork
2018-07-23unicorn 5.4.1 v5.4.1 5.4-stable
2018-05-01quiet some mismatched indentation warnings
2018-02-24Use IO#wait instead to fix test for Ruby 1.9
2017-12-23unicorn 5.4.0 v5.4.0
2017-12-23ISSUES: add a note about Debian BTS interopability
2017-12-22tests: cleanup some unused variable warnings
2017-12-16avoid reusing env on hijack
2017-11-16require 'pp' if $DEBUG is set by Rack app
2017-10-03Merge remote-tracking branch 'origin/5.3-stable'
2017-10-03unicorn 5.3.1 v5.3.1 5.3-stable
2017-10-03fix GC issue on rb_global_variable array
2017-10-03fix GC issue on rb_global_variable array
2017-04-08reduce method calls with String#start_with?
2017-04-01unicorn 5.3.0 v5.3.0
2017-03-27test_exec: SO_KEEPALIVE value only needs to be true (take #2)
2017-03-26Check for Socket::TCP_INFO constant before trying to get TCP_INFO
2017-03-24Check for SocketError on first ccc attempt
2017-03-24doc: note after_worker_exit is also 5.3.0+
2017-03-24unicorn 5.3.0.pre1 v5.3.0.pre1
2017-03-23doc: add version annotations for new features
2017-03-23gemspec: remove olddoc from build dependency
2017-03-23Merge remote-tracking branch 'origin/worker_exec'
2017-03-23Merge branch 'ccc-tcp-v3'
2017-03-23http_server: initialize @pid ivar
2017-03-23input: update documentation and hide internals.
2017-03-23doc: remove private email support address
2017-03-22test_ccc: use a pipe to synchronize test ccc-tcp-v3
2017-03-21ISSUES: expand on mail archive info + subscription disclaimer
2017-03-21http_request: support proposed Raindrops::TCP states on non-Linux
2017-03-15Merge remote-tracking branch 'origin/ccc-tcp-v3'
2017-03-14doc: fix links to raindrops project
2017-03-14test_exec: SO_KEEPALIVE value only needs to be true
2017-03-14tests: keep disabled tests defined
2017-03-14test-lib: expr(1) portability fix