about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2009-05-25Switch to autoload to defer requires
2009-05-22Merge branch 'benchmark'
2009-05-22Define HttpRequest#reset if missing
2009-05-13test_response: correct OFS test
2009-05-13http_response: allow string status codes
2009-05-10Remove trickletest
2009-05-10Enforce minimum timeout at 3 seconds
2009-05-04Preserve 1.9 IO encodings in reopen_logs
2009-05-04Inline and remove the HttpRequest#reset method
2009-05-04test_signals: ready workers before connecting
2009-05-03Instant shutdown signals really mean instant shutdown
2009-05-03Safer timeout handling and test case
2009-05-03Merge commit 'origin/benchmark'
2009-05-03http_request: switch to readpartial over sysread
2009-05-03benchmark/*: updates for newer versions of Unicorn
2009-04-27test_upload: still uncomfortable with 1.9 IO encoding...
2009-04-25test_request: enable with Ruby 1.9 now Rack 1.0.0 is out
2009-04-24configurator: "listen" directive more nginx-like
2009-04-24SIGTT{IN,OU} {in,de}crements worker_processes
2009-04-23http_response: minor performance gains
2009-04-23test_socket_helper: disable GC for this test
2009-04-23test_exec: cleanup stale socket on exit
2009-04-23Fix data corruption with small uploads via browsers
2009-04-21test: empty port test for absolute URIs
2009-04-21http11: support underscores in URI hostnames
2009-04-21Stop extending core classes
2009-04-21http11: rfc2616 handling of absolute URIs
2009-04-21http11: make parser obey HTTP_HOST with empty port
2009-04-21HttpParser: set QUERY_STRING for Rack-compliance
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-16test_upload: ensure StringIO objects are binary
2009-04-16Small garbage reduction in HttpResponse
2009-04-16Fix forgotten Rails tests
2009-04-16ensure responses always have the "Status:" header
2009-04-14s/rotating/reopening/g in log messages
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