about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2015-06-30reflect changes in Rack::Utils::HTTP_STATUS_CODES
2015-06-10ensure body is closed during hijack
2015-06-06http: move response_start_sent into the C ext
2015-06-04http_server: remove a few more accessors and constants
2015-04-24tee_input: support for Rack::TempfileReaper middleware
2015-03-02http: remove experimental dechunk! method
2015-02-06test_socket_helper: do not depend on SO_REUSEPORT
2015-02-06fix uninstalled testing and reduce require paths
2015-02-06doc: update support status for Ruby versions
2015-02-05socket_helper: reduce constant lookups and caching
2014-12-21remove SSL support
2014-09-17http: reduce parser from 72 to 56 bytes on 64-bit
2014-08-18http: remove the keepalive requests limit
2014-08-18remove mongrel.rubyforge.org references
2014-08-17http_response: remove Status: header
2014-05-29http: remove xftrust options
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