about summary refs log tree commit homepage
DateCommit message (Expand)
2009-09-15Add new Documentation section for manpages
2009-09-15SIGNALS: use "Unicorn" when referring to the web server
2009-09-15Fix comment about speculative accept()
2009-09-15Update Manifest with mailmap
2009-09-15Add .mailmap file for "git shortlog" and other tools
2009-09-15http: add #endif comment labels where appropriate
2009-09-15http: cleanup assertion for memoized header strings
2009-09-15Update documentation for Rubinius support status
2009-09-14http: create a new string buffer on empty values
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