about summary refs log tree commit homepage
DateCommit message (Expand)
2010-02-17tests: import basic TAP library from Rainbows!
2010-02-17GNUmakefile: remove old, lower-case variables
2010-02-13http: fix memory leak exposed in concurrent servers
2010-02-09reorder commonly accessed HttpServer struct members
2010-02-08test_http_parser_ng: remove redundant "coding: binary"
2010-02-08examples/init.sh: add "reopen-logs" target
2010-02-08examples/init.sh: reenable set -u
2010-02-08Rakefile: autoload rubygems
2010-01-25KNOWN_ISSUES: background threads + Logger monkey patch
2010-01-19initialize signal handlers before writing pid file
2010-01-19remove unused MAX_HEADER constant
2010-01-19bump version to 0.97.0pre
2010-01-19TODO: test suite passes under FreeBSD
2010-01-19FAQ entry for Rails 2.3.x + Rack 1.1.x incompatibility
2010-01-07unicorn 0.96.0 - Rack 1.1 bump v0.96.0
2010-01-07Merge branch 'rack-1.1'
2010-01-05http_response: disallow blank, multi-value headers
2010-01-05local.mk.sample: use rack-1.1.0
2010-01-05bump Rails test to 2.3.5
2010-01-05Merge branch 'ready_pipe'
2010-01-05NEWS: generation depends on .manifest
2009-12-29launcher: no point in sync-ing $stdin
2009-12-29launcher: fix compatibility with other servers
2009-12-28clarify errors when listeners fail to bind
2009-12-28clarify errors when listeners fail to bind
2009-12-28launcher: descriptive error message on startup failure
2009-12-27Avoid leaking ready pipe file descriptor to workers
2009-12-26exit with failure if master dies when daemonized
2009-12-26bump "rack.version" env to [1,1]
2009-12-25doc: update manpages since we got new features
2009-12-25bin/*: shebangs should be educational
2009-12-21unicorn 0.95.3 v0.95.3
2009-12-21build: favor upper-case variable names in Makefiles
2009-12-21tee_input: rdoc for all public methods
2009-12-21GNUmakefile: nuke *.rbc files when generating RDoc
2009-12-19http: allow userinfo component in absoluteURIs
2009-12-14set env["rack.logger"] for applications
2009-12-13simplify pid assignment
2009-12-07Rakefile: add Freshmeat.net update task
2009-12-07unicorn 0.95.2 v0.95.2
2009-12-07http_request: small cleanup/code reduction
2009-12-07doc: add ISSUES document
2009-12-06doc/ChangeLog: make LOG_VERSION sane if dirty
2009-12-06doc/NEWS.atom: add xhtml, remove shortlog from text
2009-12-06doc/HACKING: "git format-patch" with "-M" is better
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-29Add rake-compiler support for cross compiles
2009-11-23configurator: shorten rdoc, link to examples instead
2009-11-23publish_doc task includes examples directory
2009-11-23Add examples for nginx and unicorn