about summary refs log tree commit homepage
DateCommit message (Expand)
2010-08-28make log reopens more robust in multithreaded apps
2010-08-24bin/*: more consistent --help output
2010-08-07miscellaneous loop and begin cleanups
2010-08-07log ERROR messages if workers exit with failure
2010-07-16SIGTTIN works after SIGWINCH
2010-07-16SIGTTIN works after SIGWINCH
2010-07-13Merge branch '1.1.x-stable'
2010-07-13unicorn 1.1.2 - fixing upgrade rollbacks v1.1.2
2010-07-13Merge commit 'v1.0.1' into 1.1.x-stable
2010-07-13unicorn 1.0.1 - bugfixes only v1.0.1
2010-07-13SIGHUP deals w/ dual master pid path scenario
2010-07-13launcher: do not re-daemonize when USR2 upgrading
2010-07-13SIGHUP deals w/ dual master pid path scenario
2010-07-13launcher: do not re-daemonize when USR2 upgrading
2010-07-13SIGHUP deals w/ dual master pid path scenario
2010-07-13launcher: do not re-daemonize when USR2 upgrading
2010-07-11unicorn 1.1.1 - fixing cleanups gone bad :x v1.1.1
2010-07-11tee_input: fix constant resolution for client EOF
2010-07-11tee_input: fix constant resolution for client EOF
2010-07-08unicorn 1.1.0 - small changes and cleanups v1.1.0
2010-07-08cleanup "stringio" require
2010-07-08cleanup "stringio" require
2010-07-08tee_input: safer record separator ($/) handling
2010-07-08prefer "[]" to "first"/"last" where possible
2010-07-08tee_input: safer record separator ($/) handling
2010-07-08prefer "[]" to "first"/"last" where possible
2010-07-08tee_input: safer record separator ($/) handling
2010-07-06socket_helper: disable documentation
2010-07-06socket_helper: cleanup FreeBSD accf_* detection
2010-07-06socket_helper: no reason to check for logger method
2010-07-06configurator: cleanup RDoc, un-indent
2010-07-06configurator: documentation for new accept options
2010-07-06socket_helper: move defaults to the DEFAULTS constant
2010-07-06doc: recommend absolute paths for -c/--config-file
2010-07-06socket_helper: tunables for tcp_defer_accept/accept_filter
2010-07-06http_response: this should be a module, not a class
2010-07-06http: avoid (re-)declaring the Unicorn module
2010-07-06tee_input: undent, avoid (re)-declaring "module Unicorn"
2010-07-06tee_input: allow tuning of client_body_buffer_size/io_size
2010-07-06tee_input: (nitpick) use IO#rewind instead of IO#seek(0)
2010-07-06socket_helper: disable documentation for internals
2010-07-06socket_helper: cleanup FreeBSD accf_* detection
2010-07-06socket_helper: no reason to check for logger method
2010-07-06configurator: cleanup RDoc, un-indent
2010-07-06configurator: documentation for new accept options
2010-07-06socket_helper: move defaults to the DEFAULTS constant
2010-07-05doc: recommend absolute paths for -c/--config-file
2010-07-03socket_helper: tunables for tcp_defer_accept/accept_filter
2010-06-28http_response: this should be a module, not a class
2010-06-25test-exec: prefer ENV['PWD'] in working_directory tests