about summary refs log tree commit homepage
DateCommit message (Expand)
2010-11-16unicorn 3.0.0pre1 v3.0.0pre1
2010-11-16preread_input: no-op for non-rewindable "rack.input"
2010-11-13tee_input: restore read position after #size
2010-11-12*_input: make life easier for subclasses/modules
2010-11-11http_parser: ensure keepalive is disabled when reset
2010-11-11configurator: enable "rewindable_input" directive
2010-11-11add stream_input class and build tee_input on it
2010-11-11switch versions to 3.0.0pre
2010-11-07tee_input: switch to simpler API for parsing trailers
2010-11-06http_parser: add HttpParser#next? method
2010-11-06enable HTTP keepalive support for all methods
2010-10-28t0012: fix race condition in reload
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