about summary refs log tree commit homepage
DateCommit message (Expand)
2009-03-10HttpRequest: update comment regarding short writes v0.1.0
2009-03-10HttpRequest: set binmode on tempfiles
2009-03-10http11: mark private methods as static
2009-03-10http11: remove unnecessary CPP definitions
2009-03-09update TODO
2009-03-09Remove sinatra example
2009-03-09Add -s/--server switch for compatibility with rackup
2009-03-09Documentation updates
2009-03-09Configurator: document reasons for lowering backlog
2009-03-09test_exec: increase backlog to 128
2009-03-09Revert "Remove -P/--pid switch from CLI"
2009-03-09Revert "exec: disable embedded switch parsing in config.ru"
2009-03-09Unicorn::Configurator: documentation
2009-03-09Remove COPYING, it is redundant with LICENSE
2009-03-09Force rdoc 2.4.1 to run for me
2009-03-04README: documentation update
2009-03-04Add before_exec hook
2009-03-04Remove "directory" config option
2009-03-04Ensure we always try to have a default listener
2009-03-04Ensure reopened std{out,err}_paths can be rotated
2009-03-03unicorn/http11: hopefully fix gem installation
2009-03-03test_exec: remove extraneous fcntl require
2009-03-03configurator: update the per-worker listen example
2009-03-03require Rack as late as possible in execution
2009-03-03Raise ArgumentError if listeners are empty
2009-03-03Add configurator test
2009-03-03fix typo (DEFAULT_LISTENER => DEFAULT_LISTEN)
2009-03-03Allow stderr_path and stdout_path to be set in the config
2009-03-03Load the app _after_ forking workers by default
2009-03-03Rakefile: remove unused move_extensions code
2009-03-03Handle Errno::EINTR during IO.select in workers
2009-03-03Make USR1 rotate log files by default
2009-03-03Add Unicorn::Util for a reopen_logs method
2009-03-03symlink-aware start_ctx[:cwd]
2009-03-03Unlink the pid file explicitly when master exits
2009-03-03test_exec: avoid mis-teardown just in case...
2009-03-03Begin to allow deferred app creation/loading
2009-03-03test_exec: avoid hiding error when binary can't be found
2009-03-03Remove unnecessary separators in help text
2009-03-03Remove -P/--pid switch from CLI
2009-03-03test_exec: higher timeouts for log reading
2009-03-03test_exec: be more liberal regarding terminal output
2009-03-03test/exec: avoid letting child processes unlink tempfiles
2009-03-03test for "unicorn --help" output
2009-03-03exec: disable embedded switch parsing in config.ru
2009-03-03test_exec: simplify check for unicorn binary
2009-03-03test/aggregate: remove Ruby version from output
2009-03-03.gitignore: updates to be more flexible
2009-02-25rename http11 => unicorn/http11
2009-02-23Update Manifest