about summary refs log tree commit homepage
DateCommit message (Expand)
2017-03-08doc: add version annotations for new features doc-5.3.0
2017-03-08Merge remote-tracking branch 'origin/chroot'
2017-03-01t0011-active-unix-socket.sh: fix race condition in test
2017-02-23Add after_worker_ready configuration option chroot
2017-02-23Add support for chroot to Worker#user
2017-02-23Fix code example in after_worker_exit documentation
2017-02-21Add after_worker_exit configuration option
2017-02-21t/t0012-reload-empty-config.sh: access ivars directly if needed
2017-02-15Revert "remove response_start_sent"
2017-02-13http_request: freeze constant strings passed IO#write
2017-02-13remove response_start_sent
2017-02-10tee_input: simplify condition for IO#write
2016-11-28TUNING: document THP caveat for Linux users
2016-11-09drop rb_str_set_len compatibility replacement
2016-10-31unicorn 5.2.0 v5.2.0
2016-10-31build: "install-gem" target avoids network
2016-10-31TODO: remove Rack 2.x item
2016-10-30Merge remote-tracking branch 'origin/website-move'
2016-10-30Merge remote-tracking branch 'origin/rfc2616-sec19.3'
2016-10-30Merge remote-tracking branch 'origin/jr/init'
2016-10-25relocate website to https://bogomips.org/unicorn/
2016-10-20Add some tolerance (RFC2616 sec. 19.3)
2016-07-28doc: update gmane URLs to point to our own archives
2016-06-20examples/logrotate.conf: update example for systemd
2016-06-13doc: systemd should only kill master in example
2016-06-07examples/init.sh: update to reduce upgrade raciness jr/init
2016-04-01unicorn 5.1.0 - rack is optional, again v5.1.0
2016-03-31doc: further trimming to reduce noise
2016-03-17doc: reference --keep-file-descriptors for "bundle exec"
2016-01-27unicorn 5.1.0.pre1 - rack is optional, again v5.1.0.pre1
2016-01-27doc update for ClientShutdown exceptions class
2016-01-27rack is optional at runtime, required for dev
2016-01-09doc: bump olddoc to ~> 1.2 for extra NNTP URL
2016-01-07various documentation updates
2015-12-13http: TypedData C-API conversion
2015-11-17unicorn 5.0.1 - continuing to violate Rack SPEC v5.0.1
2015-11-17add .gitattributes for Ruby method detection
2015-11-17examples: add systemd socket and service files
2015-11-17http_response: allow nil values in response headers
2015-11-01unicorn 5.0.0 - most boring major release. EVER. v5.0.0
2015-11-01manpage: reference systemd socket activation feature
2015-11-01doc updates
2015-11-01gemspec: relax Ruby version requirement for old RubyGems
2015-11-01golf down conditional for socket activation
2015-10-27inheriting sockets from UNICORN_FD does not close them
2015-10-27sd_listen_fds emulation cleanup
2015-10-15doc: DESIGN: update old statements.
2015-10-15unicorn.conf.rb: remove mention of REE-specific setting
2015-10-05doc: update mail archive info
2015-08-22gemspec: limit to 1.9.3 and 2.x