about summary refs log tree commit homepage
DateCommit message (Expand)
2010-02-24unicorn_rails: avoid namespace conflicts in config.ru
2010-02-24unicorn_rails: make this Rails 3-compatible
2010-02-22util: simplify chown_logs
2010-02-22avoid needlessly preallocating read buffer
2010-02-19update TODO
2010-02-18.gitignore: add "*.o" object files
2010-02-18http: document CFLAGS used for development
2010-02-18http: const correctness fixes
2010-02-18http: cleanup globals and ABI namespace
2010-02-18http: avoid signedness warnings
2010-02-18Unicorn::builder to wrap our Rack::Builder usage
2010-02-18graceful handling of bad config.ru + HUP w/ preload_app
2010-02-17test-lib: don't croak if "error" is in the test name
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