about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2009-12-14set env["rack.logger"] for applications
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-21test_exec: sleep a little longer to avoid race :<
2009-11-18Do not expand paths given on the shell
2009-11-15tee_input: expand client error handling
2009-11-15test_server: ensure stderr is written to before reading
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-11-13raise Unicorn::ClientShutdown if client aborts in TeeInput
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-11-04test_exec: ensure master is killed after test
2009-11-04http: extra test for bytewise chunked bodies
2009-11-04http: allow headers/trailers to be written byte-wise
2009-11-04tests for RACK_ENV preservation
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-01configurator: add "working_directory" directive
2009-10-31test_signals: avoid portability issues with fchmod(2)
2009-10-30test_helper: connect(2) may fail with EINVAL
2009-10-13configurator: stop testing for non-portable listens
2009-10-07tests for read-in-full vs readpartial semantics
2009-10-02test_helper: unused_port rejects 8080 unconditionally
2009-10-02configurator: listen :delay must be Numeric
2009-10-01Avoid a small window when a pid file can be empty
2009-09-30rails: RAILS_RELATIVE_URL_ROOT may be set in Unicorn config
2009-09-27test_signals: ensure we can parse pids in response
2009-09-17SIGHUP no longer drops lone, default listener
2009-09-16test_exec: add extra tests for HUP and preload_app
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-06http: ignore Host: continuation lines with absolute URIs
2009-09-03Support HTTP/0.9 entity-body-only responses
2009-09-03http: add HttpParser#headers? method
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-09-02test to ensure stderr goes *somewhere* when daemonized
2009-09-02test_http_parser_ng: fix failing HTTP/0.9 test case
2009-09-01http: support for simple HTTP/0.9 GET requests
2009-08-18http: support for multi-line HTTP headers
2009-08-15Remove explicit requires for Rack things
2009-08-15http: support for "Connection: keep-alive"
2009-08-15http_response: pass through unknown status codes
2009-08-15Drop the micro benchmarks
2009-08-15tee_input: make interface more usable outside of Unicorn
2009-08-15http_request: reinstate empty StringIO optimization
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-10http: rename read_body to filter_body
2009-08-10test_signals: unlink log files of KILL-ed process
2009-08-09test_exec: wait for worker readiness
2009-08-09test_util: explicitly close tempfiles for GC-safety
2009-08-09http: join repeated headers with a comma
2009-08-09http: add test for invalid trailer
2009-08-09http: unit tests for overflow and bad lengths
2009-08-09Switch to Ragel/C-based chunk/trailer parser