about summary refs log tree commit homepage
path: root/test/unit
DateCommit message (Expand)
2009-04-16ensure responses always have the "Status:" header
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-12test_http_parser: fix broken URL in comment
2009-04-12http11: cleanup+safer rack.url_scheme handling
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
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-01test_upload: fix a race condition in unlink test
2009-03-31Better canonicalization of listener paths + tests
2009-03-29http11: use :http_body instead of "HTTP_BODY"
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-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-21Handle Rack multivalue headers correctly
2009-03-21HttpRequest test so our requests pass Rack::Lint
2009-03-21unicorn/http11: remove GATEWAY_INTERFACE
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
2009-03-03Add configurator test
2009-02-20test_upload: trap EPIPE if a connection shuts us down, too
2009-02-20test_upload: close urandom fd at teardown
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
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-09Remove hard dependency on Rack
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Support multiple listeners per-process
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g
2009-01-31No more special params hash.
2009-01-31Remove CGIWrapper.
2009-01-31Mongrel.run(app, opts)
2009-01-31Let the kernel schedule some shit.
2009-01-31Cleanup.
2009-01-31Started in test_server
2009-01-31Fixed test threading?
2009-01-31removed test_stats