about summary refs log tree commit homepage
DateCommit message (Expand)
2010-10-27unicorn 2.0.0 - mostly internal cleanups v2.0.0
2010-10-27Merge branch '1.1.x-stable'
2010-10-27Merge branch 'maint'
2010-10-27unicorn 1.1.5 v1.1.5
2010-10-27examples/unicorn.conf: add a note about throttling signals
2010-10-27unicorn 1.0.2 v1.0.2 maint
2010-10-27doc: stop using deprecated rdoc CLI options
2010-10-27gemspec: depend on Isolate 3.0.0 for dev
2010-10-27doc: stop using deprecated rdoc CLI options
2010-10-27gemspec: depend on Isolate 3.0.0 for dev
2010-10-27doc: stop using deprecated rdoc CLI options
2010-10-27gemspec: depend on Isolate 3.0.0 for dev
2010-10-27configurator: reloading with unset values restores default
2010-10-27configurator: use "__send__" instead of "send"
2010-10-27configurator: reloading with unset values restores default
2010-10-27configurator: use "__send__" instead of "send"
2010-10-27configurator: reloading with unset values restores default
2010-10-27configurator: use "__send__" instead of "send"
2010-10-27Rakefile: capture prerelease tags
2010-10-27Rakefile: don't post freshmeat on empty changelogs
2010-10-27configurator: switch to normal class
2010-10-27Rakefile: capture prerelease tags
2010-10-27Rakefile: don't post freshmeat on empty changelogs
2010-10-27fix delays in signal handling
2010-10-27fix delays in signal handling
2010-10-27reduce master process wakeups
2010-10-26master: remove limit on queued signals
2010-10-09unicorn 2.0.0pre3 - more small fixes v2.0.0pre3
2010-10-09add PrereadInput middleware to get around TeeInput
2010-10-08bump kgio dependency
2010-10-08build: automatically call isolate on updates
2010-10-08bump kgio dependency to 1.3.0
2010-10-07gemspec: bump kgio version
2010-10-07http: fix behavior with pipelined requests
2010-10-07unicorn 2.0.0pre2 - releases are cheap v2.0.0pre2
2010-10-07http: remove unnecessary rb_str_update() calls
2010-10-07start using more compact parser API
2010-10-07http_server: avoid method redefinition warnings
2010-10-07http: allow this to be used as a request object
2010-10-06bin/unicorn: show "RACK_ENV" in --help
2010-10-06Raiefile: capture prerelease tags
2010-10-06unicorn 2.0.0pre1 - a boring "major" release v2.0.0pre1
2010-10-06gemspec: depend on newer isolate
2010-10-06various cleanups and reduce indentation
2010-10-05upgrade to kgio 1.2.0
2010-10-05GNUmakefile: fix isolate invocation
2010-10-05tee_input: use kgio to avoid stack traces on EOF
2010-10-05http: raise empty backtrace for HttpParserError
2010-10-05tests: do not invoke isolate in test install dest
2010-10-05test_tee_input: use a socketpair()