about summary refs log tree commit homepage
DateCommit message (Expand)
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
2015-08-22stream_input: favor String#clear over String#replace
2015-07-15doc: remove references to old servers
2015-07-15configurator: document net.core.somaxconn sysctl dependency
2015-07-08test_exec: disable systemd inheritance test
2015-07-06unicorn 5.0.0.pre2 - another prerelease! v5.0.0.pre2
2015-07-05test/unit/test_response.rb: compatibility with older test-unit
2015-07-05emulate sd_listen_fds for systemd support
2015-06-30http_response: reduce size of multi-line header path
2015-06-30reduce constants and optimize for Ruby 2.2
2015-06-30reflect changes in Rack::Utils::HTTP_STATUS_CODES
2015-06-27apply TCP socket options on inherited sockets
2015-06-26doc: update some invalid URLs
2015-06-15unicorn 5.0.0.pre1 - incompatible changes! v5.0.0.pre1
2015-06-10ensure body is closed during hijack
2015-06-06FAQ: reorder bit on Rack 1.1.x and Rails 2.3.x
2015-06-06http: move response_start_sent into the C ext
2015-06-06move the socket into Rack env for hijacking
2015-06-04http_response: simplify regular expression
2015-06-04http_server: remove a few more accessors and constants
2015-06-01www: install NEWS.atom.xml properly
2015-06-01http_response: avoid special-casing for Rack < 1.5
2015-05-29http: use rb_hash_clear in Ruby 2.0+
2015-05-20ISSUES: discourage HTML mail strongly, welcome nyms
2015-05-20process SIGWINCH unless stdin is a TTY
2015-05-18FAQ: add note about ECONNRESET errors from bodies