about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2009-04-13Fix SIGINT/SIGTERM handling (broken in 0.5.0)
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-12test_http_parser: fix broken URL in comment
2009-04-12test_exec: fix potential races in fd leak test
2009-04-12http11: cleanup+safer rack.url_scheme handling
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
2009-04-10Restore unlinked UNIX sockets on SIGHUP
2009-04-10config: handle listener unbind/replace in config file
2009-04-10close listeners when removing them from our array
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-04-08test_request: tests esoteric/rare REQUEST_URIs
2009-04-05test_configurator: rename test name that never ran
2009-04-05Add test for :preload_app config option
2009-04-05Enforce umask 0000 with UNIX domain sockets
2009-04-03Add a test for signal recovery
2009-04-03configurator: allow hooks to be passed callable objects
2009-04-03test_helper: redirect_io uses append and sync
2009-04-02Add log directories to tests
2009-04-02test/rails: v2.1.2 + ActiveRecordStore all around
2009-04-01test_upload: fix a race condition in unlink test
2009-04-01FD_CLOEXEC all non-listen descriptors before exec
2009-04-01test_exec: add test case for per-worker listeners
2009-04-01test_rails: 4x speedup
2009-04-01Add more tests for Rails
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-31Rails stack tests for unicorn_rails
2009-03-31Better canonicalization of listener paths + tests
2009-03-29test_exec: fix another race condition
2009-03-29test_exec: fix response bodies
2009-03-29test_exec: fix race conditions
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-29configurator: favor "listen" directive over "listeners"
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-29test_response: ensure response body is closed
2009-03-29test_response: ensure closed socket after write
2009-03-27Always try to send a valid HTTP response back
2009-03-27test_server: quieter tests
2009-03-27style: symbols instead of strings for signal names
2009-03-27Deferred log rotation in workers
2009-03-25Merge commit 'v0.2.3'
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-25Socket: add {snd,rcv}buf opts to bind_listen
2009-03-24simplify the HttpParser interface
2009-03-22Merge commit 'origin/benchmark' into release
2009-03-22benchmark: header values must be strings
2009-03-22All new benchmarks, old ones removed
2009-03-21Handle Rack multivalue headers correctly
2009-03-21Rotate master logs before workers.
2009-03-21HttpRequest test so our requests pass Rack::Lint
2009-03-21unicorn/http11: remove GATEWAY_INTERFACE