about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2011-04-13fix some 1.9.3dev warnings
2011-04-01drop Rails 2.3.x tests
2011-02-10Revert "test_helper: simplify random port binding"
2011-02-07test_helper: avoid FD leakage/waste
2011-02-03test/unit: fix tests under Ruby 1.9.3dev
2011-02-02Fix Ruby 1.9.3dev warnings
2011-02-02test_helper: simplify random port binding
2011-02-02allow binding on IPv6 sockets with listen "[#{addr}]:#{port}"
2011-02-02http: parser handles IPv6 bracketed IP hostnames
2011-01-31test_upload: check size in server
2011-01-07http_response: do not skip Status header set by app
2011-01-05close client socket after closing response body
2011-01-05http_parser: add clear method, deprecate reset
2011-01-05http_response: simplify the status == 100 comparison
2011-01-04http_response: implement httpdate in C
2010-12-30http_response: do not account for $, being set
2010-12-30tests: test parser works with keepalive_requests=0
2010-12-26http: #keepalive? and #headers? work after #next?
2010-12-25http: fix typo in xftrust unit test
2010-12-21http: hook up "trust_x_forwarded" to configurator
2010-12-20http: allow ignoring X-Forwarded-* for url_scheme
2010-12-20http: update setting of "https" for rack.url_scheme
2010-12-20http: support keepalive_requests directive
2010-12-19http: delay clearing env on HttpParser#next?
2010-11-20tests: stream_input tests for mixed gets/read calls
2010-11-20stream_input: small cleanups and fixes
2010-11-18stream_input: read with zero length returns ''
2010-11-13tee_input: restore read position after #size
2010-11-11http_parser: ensure keepalive is disabled when reset
2010-11-11add stream_input class and build tee_input on it
2010-11-06http_parser: add HttpParser#next? method
2010-11-06enable HTTP keepalive support for all methods
2010-10-07http: fix behavior with pipelined requests
2010-10-07start using more compact parser API
2010-10-07http: allow this to be used as a request object
2010-10-05upgrade to kgio 1.2.0
2010-10-05tee_input: use kgio to avoid stack traces on EOF
2010-10-05http: raise empty backtrace for HttpParserError
2010-10-05test_tee_input: use a socketpair()
2010-10-05test_signals: enable test under Rubinius
2010-10-05start using kgio, the kinder, gentler I/O library
2010-10-04tee_input: update interface to use HttpRequest
2010-10-04http_response: avoid singleton method
2010-10-04avoid unlinking actively listening sockets
2010-08-30remove nasty ugly hacks at startup
2010-07-08cleanup "stringio" require
2010-07-03socket_helper: tunables for tcp_defer_accept/accept_filter
2010-06-25test-exec: prefer ENV['PWD'] in working_directory tests
2010-06-17tests: reenable more tests for rbx
2010-06-10tests: set NO_PROXY when running tests