about summary refs log tree commit homepage
path: root/lib/unicorn
DateCommit message (Expand)
2010-04-19unicorn 0.97.1 - fix HTTP parser for Rainbows!/Zbatery v0.97.1
2010-03-01unicorn 0.97.0 - polishing and cleaning up v0.97.0
2010-03-01configurator "user" directive outside of after_fork
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-22util: simplify chown_logs
2010-02-22avoid needlessly preallocating read buffer
2010-01-19remove unused MAX_HEADER constant
2010-01-19bump version to 0.97.0pre
2010-01-07unicorn 0.96.0 - Rack 1.1 bump v0.96.0
2010-01-07Merge branch 'rack-1.1'
2010-01-05http_response: disallow blank, multi-value headers
2009-12-29launcher: no point in sync-ing $stdin
2009-12-29launcher: fix compatibility with other servers
2009-12-28launcher: descriptive error message on startup failure
2009-12-27Avoid leaking ready pipe file descriptor to workers
2009-12-26exit with failure if master dies when daemonized
2009-12-26bump "rack.version" env to [1,1]
2009-12-21unicorn 0.95.3 v0.95.3
2009-12-21tee_input: rdoc for all public methods
2009-12-07unicorn 0.95.2 v0.95.2
2009-12-07http_request: small cleanup/code reduction
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-23configurator: shorten rdoc, link to examples instead
2009-11-21unicorn 0.95.1 v0.95.1
2009-11-18Do not expand paths given on the shell
2009-11-15unicorn 0.95.0 v0.95.0
2009-11-15tee_input: client_error always raises
2009-11-15socket_helper: RDoc for constants
2009-11-15socket_helper: do not hide errors when setting socket options
2009-11-15replace "rescue => e" with "rescue Object => e"
2009-11-15tee_input: expand client error handling
2009-11-14const: no need to freeze HTTP_EXPECT
2009-11-14old_rails: autoload Static
2009-11-14old_rails/static: avoid freezing strings
2009-11-14preserve user/group ownership when reopening logs
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-11-13bump version to 0.95.0pre
2009-11-13configurator: update RDoc and comments in examples
2009-11-13tee_input: fix comment from an intermediate commit
2009-11-13raise Unicorn::ClientShutdown if client aborts in TeeInput
2009-11-13tee_input: don't shadow struct members
2009-11-11tee_input: better premature disconnect handling
2009-11-11tee_input: fix RDoc argument definition for tee
2009-11-05unicorn 0.94.0 v0.94.0
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-11-04tee_input: do not clobber trailer buffer on partial uploads
2009-11-04worker: user/group switching for after_fork hooks
2009-11-03Util.reopen_logs: remove needless Range