about summary refs log tree commit homepage
DateCommit message (Expand)
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-08unicorn 1.1.0 - small changes and cleanups v1.1.0
2010-07-08cleanup "stringio" require
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-06-25test-exec: prefer ENV['PWD'] in working_directory tests
2010-06-17unicorn 1.0.0 - yes, this is a real project v1.0.0
2010-06-17doc: update CONTRIBUTORS
2010-06-17GNUmakefile: allow RSYNC variable to be overridden
2010-06-17t030[34]: proper temporary UNIX domain socket handling
2010-06-17tests: extra working_directory integration cases
2010-06-17tests: reenable more tests for rbx
2010-06-17revert rbx-only workaround for IO#reopen
2010-06-15workaround rbx not reopening logs to stderr/stdout
2010-06-14tee_input: update documentation for Rack 1.2
2010-06-14local.mk.sample: add 1.8.6-p114 to "full-test"
2010-06-14app/exec_cgi: rack.input may not respond to #size
2010-06-12http: fix rb_str_set_len() define for 1.8.6
2010-06-11t0005: Ruby 1.9.2 $LOAD_PATH fix
2010-06-11cleanup: use modules were applicable
2010-06-11doc: cleanup rdoc escaping in title, hopefully
2010-06-10unicorn 0.991.0 - startup improvements v0.991.0
2010-06-10test to ensure "unicorn fooapp.rb" respects working_directory
2010-06-10add test for erroring out when config.ru is bad
2010-06-10t0303: extra test for multiple listeners
2010-06-10docs: hopefully clarify preload_app=false behavior
2010-06-10README: more aggressively kill unnecessary links
2010-06-10examples/init: "upgrade" task waits for completion
2010-06-10tests: fix sha1 calculation for non-random_blob
2010-06-10t0303: set executable bit
2010-06-10my-tap-lib: fix race condition in verbose mode
2010-06-10tests: skip config.ru parsing tests under rbx
2010-06-10configurator: remove debugging output
2010-06-10fix alt-working_directory behavior for Rails 3
2010-06-10http: cleanups for latest Rubinius
2010-06-10unicorn_rails: no need to load ActionDispatch::Static