about summary refs log tree commit homepage
DateCommit message (Expand)
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
2009-02-23Allow overriding :directory or via -C/--directory
2009-02-21Fix+test reexec error handling on bad inputs
2009-02-21test_exec: fix for temporary files not being cleaned
2009-02-21GNUMakefile: revamp for parallel 1.8/1.9 runs
2009-02-21Replace unicorn binary with something rackup-like
2009-02-21revamp configuration with Configurator DSL
2009-02-21Register default constants in Const module
2009-02-21Ignore ENV['PWD'] in default start context
2009-02-21socket: make bind_listen idempotent, really
2009-02-21.gitignore: add doc
2009-02-21test_helper: cleanup requires
2009-02-20test_upload: trap EPIPE if a connection shuts us down, too
2009-02-20test_upload: close urandom fd at teardown
2009-02-20http11: set SERVER_NAME env regardless of Host: header
2009-02-19http11: don't bother defining SERVER_SOFTWARE
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-13HttpResponse: use each instead of each_pair to iterate
2009-02-13continue ignoring SIGCHLD for now...
2009-02-13trap SIGCHLD and wakeup master on it
2009-02-13README: finish half-written sentence/paragraph
2009-02-13test_upload: fix rename under 1.8
2009-02-13Remove tempfile reuse from HttpRequest, upload tests
2009-02-13tests: replace process_based_port with unused_port
2009-02-11Update documentation
2009-02-11Add Sinatra example
2009-02-10add_listener logging includes fd= information
2009-02-10setup.rb friendliness
2009-02-10Set default process title
2009-02-10Add *.log and pkg/ to .gitignore
2009-02-10Update Manifest
2009-02-10add hot_config_file config parameter
2009-02-10Allow listen_backlog to be specified in config.
2009-02-10update README
2009-02-10Minor and insignificant cleanups and style changes
2009-02-09Use a short-as-possible path for worker Tempfiles
2009-02-09Prevent leakage of private pipes and tempfiles.
2009-02-09add add_listener method for use in configs
2009-02-09Delete UNICORN_* environment variables in workers
2009-02-09daemonization by setting UNICORN_DAEMONIZE env
2009-02-09Avoid starting the pipe until we need it
2009-02-09Add optional PID file support