about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2013-11-04tests: fix SO_REUSEPORT tests for old Linux and non-Linux
2013-10-26license: allow all future versions of the GNU GPL
2013-10-25support SO_REUSEPORT on new listeners (:reuseport)
2013-08-17test_util: fix encoding test for Ruby trunk (2.1.0dev)
2013-05-08HttpParser#next? becomes response_start_sent-aware
2013-05-04test_signals: increase delay between Process.kill
2013-01-29test_exec: do not count '\n' as column width
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2012-11-13tests: remove assert_nothing_raised (part 2)
2012-08-06avoid assert_nothing_raised in unit tests
2012-07-28remove Rails-oriented integration tests
2012-01-27disable old Rails tests for Ruby 2.0.0
2011-12-17http: test case for "Connection: TE"
2011-11-15test_helper: ensure test client connects to valid address
2011-09-15add preliminary SSL support
2011-08-29add GPLv3 option to the license
2011-08-23test_helper: remove needless LOAD_PATH mangling
2011-08-11test_socket_helper: Socket#bind may fail with EINVAL if IPv6 is missing
2011-07-13http: reject non-LWS CTL chars (0..31 + 127) in field values
2011-06-29fix per-worker listen directive in after_fork hook
2011-06-17test_http_parser: fix for URI too long errors (#3)
2011-06-17ensure at_exit handlers run on graceful shutdown
2011-06-16replace fchmod()-based heartbeat with raindrops
2011-06-15test_http_parser: fix for URI too long errors (again)
2011-06-15test_response: httpdate is low resolution
2011-06-15test_http_parser: fix for URI too long errors
2011-06-13http: dechunk! method to enter dechunk mode
2011-06-10test/benchmark/stack.ru: app for measuring stack depth
2011-06-07configurator: add :ipv6only directive
2011-05-23strip trailing and leading linear whitespace in headers
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