about summary refs log tree commit homepage
DateCommit message (Expand)
2021-03-17unicorn 6.0.0 - no more recycling Rack env v6.0.0
2021-03-15Merge remote-tracking branch 'origin/master' into v6-wip v6-wip
2021-03-15tests: force blocking I/O for Ruby 3.x
2021-03-13http_request: drop unnecessary #clear call
2021-03-13Allocate a new request for each client
2021-03-13bump version for 6.x development
2021-03-13test/test_helper: only unlink redirected logs from parent
2020-12-24unicorn 5.8.0 - rack.after_reply support v5.8.0
2020-12-24build: publish_doc: remove created.rid and index.html from site
2020-12-09Add rack.after_reply functionality
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+