about summary refs log tree commit homepage
DateCommit message (Expand)
2020-09-08unicorn 5.7.0 v5.7.0
2020-09-08PATCH: doc: add IMAP/IMAPS mailbox info
2020-09-06Update ruby_version requirement to allow ruby 3.0
2020-07-30build: revamp and avoid unnecessary rebuilds
2020-07-30test_helper: support TAIL= env for watching tests
2020-07-26unicorn 5.6.0 - early_hints support v5.6.0
2020-07-24configurator: SIGHUP resets early_hints if unset
2020-07-24test_server: test_early_hints: fix test reliability
2020-07-16Add early hints support
2020-04-27unicorn 5.5.5 v5.5.5
2020-04-16prevent single listener from monopolizing a worker
2020-03-24unicorn 5.5.4 v5.5.4
2020-03-19http: improve RFC 7230 conformance
2020-01-31unicorn 5.5.3 v5.5.3
2020-01-20test_upload: use spawn to simplify redirects
2020-01-20test_helper: remove unused `chunked_spawn'
2020-01-20test/exec/test_exec: bring worker_processes down to 2
2020-01-20doc: s/bogomips.org/yhbt.net/g
2019-12-20unicorn 5.5.2 v5.5.2
2019-12-15doc: replace pandoc-"Markdown" with real manpages
2019-12-15test_util: get rid of some unused variables in tests
2019-12-15Merge remote-tracking branch 'origin/ts/tmpio'
2019-12-11tmpio: workaround File#path being tainted on unlink
2019-07-03examples/unicorn@.service: note the NonBlocking flag
2019-05-12test/benchmark/uconnect: test for accept loop speed
2019-05-12test/benchmark/readinput: demo for slowly uploading clients
2019-05-12test/benchmark/ddstream: demo for slowly reading clients
2019-05-06unicorn 5.5.1 v5.5.1
2019-05-03Rescue failed pipe resizes due to permissions
2019-04-22doc: switch homepage to dark216
2019-04-15doc: stop advertising mailing list subscription
2019-04-15doc: unicorn_rails: clarify that it is intended for rails <= 2.x
2019-03-06unicorn_rails: fix regression with Rails >= 3.x in app build
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