about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-08-180.10.0r - rainbows! v0.10.0r
2009-08-18Rainbows!
2009-08-18http_response: allow reentrancy
2009-08-18tee_input: allow using Revactor::TCP::Socket objects
2009-08-16unicorn 0.90.0 v0.90.0
2009-08-16app/inetd: explicitly close pipe descriptors on CatBody#close
2009-08-15Remove explicit requires for Rack things
2009-08-15const: remove unused constants
2009-08-15http_response: pass through unknown status codes
2009-08-15Fix documentation for Util.reopen_logs
2009-08-15tee_input: make interface more usable outside of Unicorn
2009-08-15http_request: reinstate empty StringIO optimization
2009-08-10http: rename read_body to filter_body
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-07-19unicorn 0.9.2 v0.9.2
2009-07-19app/exec_cgi: fix 1.9 compatibility
2009-07-19Remove core Tempfile dependency (1.9.2-preview1 compat)
2009-07-16HttpRequest: no need for a temporary variable
2009-07-16http_request: don't support apps that close env["rack.input"]
2009-07-16move all #gets logic to tee_input out of chunked_reader
2009-07-15Rename unicorn/http11 => unicorn_http
2009-07-09unicorn 0.9.1 (merge 0.8.2) v0.9.1
2009-07-09unicorn 0.8.2 v0.8.2
2009-07-09always set FD_CLOEXEC on sockets post-accept()
2009-07-08Minor cleanups to core
2009-07-08Re-add support for non-portable socket options
2009-07-08Retry listen() on EADDRINUSE 5 times ever 500ms
2009-07-08Unbind listeners as before stopping workers
2009-07-04Minor cleanups to core
2009-07-04Favor Struct members to instance variables
2009-07-03Avoid temporary array creation
2009-07-01unicorn 0.9.0 v0.9.0
2009-07-01Force streaming input onto apps by default
2009-07-01tee_input: avoid ignoring initial body blob
2009-07-01Move "Expect: 100-continue" handling to the app
2009-07-01Re-add support for non-portable socket options
2009-06-30Retry listen() on EADDRINUSE 5 times ever 500ms
2009-06-30Unbind listeners as before stopping workers
2009-06-30TrailerParser integration into ChunkedReader
2009-06-30trailer_parser: set keys with "HTTP_" prefix
2009-06-30TeeInput: use only one IO for tempfile
2009-06-30chunked_reader: Add test for chunk parse failure
2009-06-30Add trailer_parser for parsing trailers
2009-06-29http_request: tighter Transfer-Encoding: "chunked" check
2009-06-29Only send "100 Continue" when no body has been sent
2009-06-29ACK clients on "Expect: 100-continue" header
2009-06-29http_request: force BUFFER to be Encoding::BINARY
2009-06-29chunked_reader: simpler interface
2009-06-29configurator: provide stream_input (true|false) option
2009-06-29inetd: fix broken constant references