about summary refs log tree commit homepage
DateCommit message (Expand)
2010-04-26GNUmakefile: avoid FS namespace conflict
2010-04-26Merge branch 'maint'
2010-04-26Rakefile: hopefully fix optional rake-compiler support
2010-04-26http: pedantic fix for trailer-less chunked requests
2010-04-20KNOWN_ISSUES: fix error in isolate example :x
2010-04-20KNOWN_ISSUES: additional note for Isolate usage
2010-04-19unicorn 0.97.1 - fix HTTP parser for Rainbows!/Zbatery v0.97.1
2010-04-19http: negative/invalid Content-Length raises exception
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