2009-04-01 |
Eric Wong | unicorn_rails: cleanup path mapping usage
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | Use {read,write}_nonblock on the pipe
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | unicorn_rails: minor cleanup for dead variable
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | configurator: remove unnecessary SocketHelper include
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | Better canonicalization of listener paths + tests
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | cgi_wrapper: ensure "Status:" header is not set
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | GNUmakefile: add test-exec and test-unit targets
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | unicorn_rails: give more info when aborting
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | app/old_rails/static: define missing constant
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | bin/*: parse CLI switches in config.ru sooner
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | test_exec: fix another race condition
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | Fix default listener setup
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | test_exec: fix response bodies
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | test_exec: fix race conditions
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | Avoid having two pid files pointing to the same pid
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | http11: use :http_body instead of "HTTP_BODY"
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | configurator: favor "listen" directive over "listeners"
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | configurator: per-listener backlog, {rcv,snd}buf config
|
commit | commitdiff | tree |
2009-03-29 |
Eric Wong | TODO: update roadmap to 1.0.0
|
commit | commitdiff | tree |
2009-03-29 |
Eric Wong | test_response: ensure response body is closed
|
commit | commitdiff | tree |
2009-03-29 |
Eric Wong | test_response: ensure closed socket after write
|
commit | commitdiff | tree |
2009-03-28 |
Eric Wong | Always try to send a valid HTTP response back
|
commit | commitdiff | tree |
2009-03-28 |
Eric Wong | Remove needless line break
|
commit | commitdiff | tree |
2009-03-28 |
Eric Wong | test_server: quieter tests
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | No need to disable luserspace buffering on client socket
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | style: symbols instead of strings for signal names
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | Deferred log rotation in workers
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | Don't allow failed log rotation to to break app
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Merge commit 'v0.2.3'
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | unicorn 0.2.3
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Ensure Tempfiles are unlinked after every request
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Don't bother unlinking UNIX sockets
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Socket: add {snd,rcv}buf opts to bind_listen
|
commit | commitdiff | tree |
2009-03-24 |
Eric Wong | simplify the HttpParser interface
|
commit | commitdiff | tree |
2009-03-24 |
Eric Wong | HttpRequest: small improvement for GET requests
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | unicorn_rails: support non-Rack versions of Rails
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | Don't bother unlinking UNIX sockets
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | Streamline rack environment generation
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | HttpResponse: speed up non-multivalue headers
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | Merge commit 'origin/benchmark' into release
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | benchmark: header values must be strings
|
commit | commitdiff | tree |
2009-03-23 |
Eric Wong | All new benchmarks, old ones removed Signed-off-by: Eric Wong <normalperson@yhbt.net>
|
commit | commitdiff | tree |
2009-03-22 |
Eric Wong | unicorn 0.2.2
|
commit | commitdiff | tree |
2009-03-22 |
Eric Wong | Handle Rack multivalue headers correctly
|
commit | commitdiff | tree |
2009-03-21 |
Eric Wong | Simplify code for sleeping/waking up the master
|
commit | commitdiff | tree |
2009-03-21 |
Eric Wong | Rotate master logs before workers.
|
commit | commitdiff | tree |
2009-03-21 |
Eric Wong | HttpRequest: correctly reference logger
|
commit | commitdiff | tree |
2009-03-21 |
Eric Wong | HttpRequest test so our requests pass Rack::Lint
|
commit | commitdiff | tree |
2009-03-21 |
Eric Wong | http11: don't set headers Rack doesn't like
|
commit | commitdiff | tree |
2009-03-21 |
Eric Wong | unicorn/http11: remove GATEWAY_INTERFACE
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | unicorn_rails: remove unnecessary Rack-loading logic
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | documentation/disclaimer updates
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | Process management cleanups
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | Add Unicorn::App::ExecCgi
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | HttpResponse: close body if it can close
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | Remove Mongrel stuff from CHANGELOG
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | Trap WINCH to QUIT children without respawning
|
commit | commitdiff | tree |
2009-03-20 |
Eric Wong | Move listen path and address expansion to Configurator
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | unicorn_rails: fix standard pid path setup
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | start libifying common launcher code
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | Fix link to Rubyforge releases page
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | unicorn v0.2.1, fix the Manifest
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | unicorn 0.2.0
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | Documentation updates, prepare for 0.2.0
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | Add unicorn_rails script for Rails 2.3.2
|
commit | commitdiff | tree |
2009-03-19 |
Eric Wong | Add signal queueing for test reliability
|
commit | commitdiff | tree |
2009-03-18 |
Eric Wong | gracefully die if working dir is invalid at fork
|
commit | commitdiff | tree |
2009-03-18 |
Eric Wong | tests: do not trust (our correct use of) 1.9 encodings Signed-off-by: Eric Wong <normalperson@yhbt.net>
|
commit | commitdiff | tree |
2009-03-17 |
Eric Wong | Allow binding to UNIX sockets relative to "~"
|
commit | commitdiff | tree |
2009-03-17 |
Eric Wong | Start _Known Issues_ section in README
|
commit | commitdiff | tree |
2009-03-11 |
Eric Wong | HttpRequest: update comment regarding short writes
|
commit | commitdiff | tree |
2009-03-11 |
Eric Wong | HttpRequest: set binmode on tempfiles
|
commit | commitdiff | tree |
2009-03-11 |
Eric Wong | http11: mark private methods as static
|
commit | commitdiff | tree |
2009-03-11 |
Eric Wong | http11: remove unnecessary CPP definitions
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | update TODO
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Remove sinatra example
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Add -s/--server switch for compatibility with rackup
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Documentation updates LICENSE: copyright is for me (Eric Wong), not Zed since this
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Configurator: document reasons for lowering backlog
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | test_exec: increase backlog to 128
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Revert "Remove -P/--pid switch from CLI"
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Revert "exec: disable embedded switch parsing in config.ru"
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Unicorn::Configurator: documentation
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Remove COPYING, it is redundant with LICENSE
|
commit | commitdiff | tree |
2009-03-09 |
Eric Wong | Force rdoc 2.4.1 to run for me
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | README: documentation update
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | Add before_exec hook
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | Remove "directory" config option
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | Ensure we always try to have a default listener
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | Ensure reopened std{out,err}_paths can be rotated
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | unicorn/http11: hopefully fix gem installation
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | test_exec: remove extraneous fcntl require
|
commit | commitdiff | tree |
2009-03-04 |
Eric Wong | configurator: update the per-worker listen example
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | require Rack as late as possible in execution
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | Raise ArgumentError if listeners are empty
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | Add configurator test
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | fix typo (DEFAULT_LISTENER => DEFAULT_LISTEN)
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | Allow stderr_path and stdout_path to be set in the...
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | Load the app _after_ forking workers by default
|
commit | commitdiff | tree |
2009-03-03 |
Eric Wong | Rakefile: remove unused move_extensions code
|
commit | commitdiff | tree |