about summary refs log tree commit homepage
DateCommit message (Expand)
2009-09-14http: use rb_str_{update,flush} if available
2009-09-14http: compile with -fPIC
2009-09-14http: no-op rb_str_modify() for Rubies without it
2009-09-14http: define OFFT2NUM macro on Rubies without it
2009-09-14http: support Rubies without the OBJ_FROZEN macro
2009-09-14CONTRIBUTORS: fix capitalization for why
2009-09-09http_response: don't "rescue nil" for body.close
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-07doc/SIGNALS: fix the no-longer-true bit about socket options
2009-09-06http: ignore Host: continuation lines with absolute URIs
2009-09-06http: rb_gc_mark already ignores immediates
2009-09-06http: NIL_P(var) instead of var == Qnil
2009-09-06http: verbose assertions
2009-09-06http: extra assertion when advancing p manually
2009-09-06http: remove needless goto
2009-09-06http: use explicit elses for readability
2009-09-06http: refactor keepalive tracking to functions
2009-09-06http: switch to macros for bitflag handling
2009-09-06http: clarify the setting of the actual header in the hash
2009-09-06http: cleanup and avoid potential signedness warning
2009-09-04README: update with current version
2009-09-04unicorn 0.91.0 v0.91.0
2009-09-04Redirect files in binary mode
2009-09-03Support HTTP/0.9 entity-body-only responses
2009-09-03http: add HttpParser#headers? method
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-09-02test to ensure stderr goes *somewhere* when daemonized
2009-09-02launcher: defer daemonized redirects until config is read
2009-09-02test_http_parser_ng: fix failing HTTP/0.9 test case
2009-09-01http: support for simple HTTP/0.9 GET requests
2009-09-01http: extension-methods allow any tokens
2009-08-29unicorn_http: "fix" const warning
2009-08-20tee_input: fix rdoc
2009-08-18http: support for multi-line HTTP headers
2009-08-18http: make strings independent before modification
2009-08-18examples/echo: "Expect:" value is case-insensitive
2009-08-17Documentation updates
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-15Make launchers __END__-aware
2009-08-15TODO: remove keep-alive/pipelining
2009-08-15http: support for "Connection: keep-alive"
2009-08-15update TODO
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-15GNUmakefile: Fix "install" target
2009-08-15http: fix warning when sizeof(off_t) == sizeof(long long)
2009-08-15Drop the micro benchmarks