about summary refs log tree commit homepage
DateCommit message (Expand)
2010-04-19http: negative/invalid Content-Length raises exception
2010-04-19avoid nuking workers after waking up from suspend/hibernate
2010-04-19prefer explicit requires when possible
2010-04-08unicorn: load constants after app has loaded
2010-04-08bin/*: remove unnecessary listeners variable
2010-04-08unicorn_rails: rename variable for consistency
2010-04-08unicorn_rails: respect user's encoding in config.ru in 1.9
2010-04-08unicorn_rails: use TOPLEVEL_BINDING for eval
2010-03-24KNOWN_ISSUES: document Array#shuffle / Array#sample issue under 1.9
2010-03-20tests: fix to run under Ruby 1.9.2dev
2010-03-01unicorn 0.97.0 - polishing and cleaning up v0.97.0
2010-03-01load the Etc module up front
2010-03-01configurator "user" directive outside of after_fork
2010-02-28bin/*: remove redundant $DEBUG check
2010-02-28respect user's encoding in config.ru in 1.9
2010-02-28unicorn_rails: small scoping cleanup
2010-02-28put switch parsing for config.ru into Unicorn.builder
2010-02-27tee_input: do not #dup string buffers
2010-02-26tee_input: avoid instance variables, it's a struct
2010-02-25unicorn_rails: make this "working_directory"-aware
2010-02-25doc: clarify the intent of `unicorn_rails`
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'