about summary refs log tree commit homepage
DateCommit message (Expand)
2021-12-25unicorn 6.1.0 v6.1.0
2021-12-25doc: v3 .onion updates, nntp => nntps, minor wording changes
2021-12-25drop Ruby version warning, fix speling errer
2021-12-25epollexclusive: remove rb_gc_force_recycle call
2021-10-24allow Ruby to deduplicate remaining globals
2021-10-04use EPOLLEXCLUSIVE on Linux 4.5+
2021-10-04worker_loop: get rid of select() avoidance hack
2021-10-04http_server: get rid of Process.ppid check
2021-10-04HACKING: drop outdated information about pandoc
2021-10-04makefile: reduce unnecessary rebuilds
2021-10-04extconf.rb: get rid of unnecessary checks
2021-09-26drop unnecessary IO#close_on_exec=true assignment
2021-09-26drop Ruby 1.9.3 support, require 2.0+ for now
2021-05-01test_util: less excessive encoding tests
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