about summary refs log tree commit homepage
DateCommit message (Expand)
2010-06-08unicorn 0.990.0 - inching towards 1.0 v0.990.0
2010-06-08cleanup makefiles, restore aggregation screwup
2010-06-08GNUmakefile: add test-all and test-integration targets
2010-06-08test: mark failing tests for Rubinius
2010-06-08update test infrastructure to run Rubinius tests
2010-06-08reopen_logs: no need to preserve encoding args
2010-06-08test_socket_helper: additional test for path equality
2010-06-08reopen_logs: avoid modifying ObjectSpace while iterating
2010-06-08spew backtrace when config reloading fails
2010-06-08test-exec: fix racyness in HUP test
2010-06-08cleanup master_sleep loop
2010-06-08test_http_parser: memory usage test for non-MRI
2010-06-08workaround IO#reopen bug in rbx when reopening logs
2010-06-08http: move Version: header check into a less common path
2010-06-08http: ignore Version: header if explicitly set by client
2010-06-05File.readable? and File.writable? are more readable
2010-06-04configurator: logger: drop "close" requirement
2010-06-04doc: emphasize the importance of stderr_path
2010-06-04tests: disable Rails 2.x tests under Ruby 1.9.2
2010-06-03gemspec: add development dependency on isolate
2010-06-03test: rails 3: automatically run isolate if needed
2010-06-03test: http_parser_ng: fix broken assertion
2010-06-03tests: add preliminary Rails 3 tests
2010-06-03move Rails 2.3.x test to Rails 2.3.8
2010-06-03unicorn_rails: avoid duplicating config.ru logic
2010-05-18doc: PHILOSOPHY: update Rainbows! section
2010-05-18doc: Sandbox: updates for Isolate 2.x
2010-05-18doc: unicorn.1: the command name is "unicorn"
2010-05-14add Unicorn::OobGC middleware
2010-05-07doc: KNOWN_ISSUES: add Sandbox page link
2010-05-07doc: add Sandbox document for bundler/isolate users
2010-05-07http: allow horizontal tab as leading whitespace in header values
2010-05-06doc: kill Dir.chdir example
2010-05-06examples: add big_app_gc monkey patch
2010-05-06unicorn 0.99.0 - simplicity wins v0.99.0
2010-05-06always load Rack up front at startup
2010-05-06GNUmakefile: update RAA and Freshmeat on release
2010-05-04unicorn 0.98.0 v0.98.0
2010-05-04README: avoid needless links to /Unicorn.html module
2010-04-30add global Unicorn.listener_names method
2010-04-26GNUmakefile: fix backwards compat links for manpages
2010-04-26GNUmakefile: rdoc 2.5.x compatibility
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