about summary refs log tree commit homepage
DateCommit message (Expand)
2009-09-18unicorn 0.92.0 v0.92.0
2009-09-18NEWS.atom.xml only lists the first 10 entries
2009-09-18man1/unicorn_rails: fix unescaped underscore
2009-09-18man1/unicorn: split out RACK ENVIRONMENT section
2009-09-18pandoc needs the standalone switch for manpages
2009-09-18NEWS.atom: file timestamp matches latest entry
2009-09-18doc: latest news is available through finger
2009-09-18html: add Atom feeds
2009-09-17Update TODO
2009-09-17doc: begin integration of HTML manpages into RDoc
2009-09-17GNUmakefile: package .tgz includes all generated files
2009-09-17Simplify and standardize manpages build/install
2009-09-17Documentation: don't force --rsyncable flag with gzip(1)
2009-09-17Add unicorn_rails(1) manpage
2009-09-17man1/unicorn: avoid unnecessary emphasis
2009-09-17launchers: deprecate ambiguous -P/--p* switches
2009-09-17unicorn_rails: close parentheses in help message
2009-09-17Remove Echoe and roll our own packaging/release...
2009-09-17doc: generate ChangeLog and NEWS file for RDoc
2009-09-17SIGHUP no longer drops lone, default listener
2009-09-16Avoid freezing objects that don't benefit from it
2009-09-16socket_helper: (FreeBSD) don't freeze the accept filter constant
2009-09-16test_exec: add extra tests for HUP and preload_app
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