about summary refs log tree commit homepage
path: root/lib/unicorn
DateCommit message (Expand)
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
2009-11-03configurator: update documentation for working_directory
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-03configurator: set ENV["PWD"] with working_directory, too
2009-11-03configurator: working_directory is expanded
2009-11-01configurator: add "working_directory" directive
2009-10-29unicorn 0.93.5 v0.93.5
2009-10-27unicorn 0.93.4 v0.93.4
2009-10-25workaround FreeBSD/OSX IO bug for large uploads
2009-10-24configurator: fix broken example in RDoc
2009-10-13show configuration file path in errors instead of '(eval)'
2009-10-09unicorn 0.93.3 v0.93.3
2009-10-09configurator: update with nginx fail_timeout=0 example
2009-10-07unicorn 0.93.2 v0.93.2
2009-10-06more-compatible TeeInput#read for POSTs with Content-Length
2009-10-02unicorn 0.93.1 v0.93.1
2009-10-02unicorn 0.93.0 v0.93.0
2009-10-02const: DEFAULT_PORT as a string doesn't make sense
2009-10-02configurator: listen :delay must be Numeric
2009-10-02configurator: update some migration examples
2009-09-30cleanup: use question mark op for 1-byte comparisons
2009-09-28configurator: remove DEFAULT_LOGGER constant
2009-09-28configurator: add colons in front of listen() options
2009-09-28configurator: update and modernize examples
2009-09-27cgi_wrapper: use Array#concat instead of +=
2009-09-27cgi_wrapper: simplify status handling in response