about summary refs log tree commit homepage
path: root/test/unit
DateCommit message (Expand)
2019-12-15test_util: get rid of some unused variables in tests
2018-12-12deduplicate strings VM-wide in Ruby 2.5+
2018-08-20shrink pipes under Linux
2018-05-01quiet some mismatched indentation warnings
2018-02-24Use IO#wait instead to fix test for Ruby 1.9
2017-12-22tests: cleanup some unused variable warnings
2017-03-23Merge branch 'ccc-tcp-v3'
2017-03-22test_ccc: use a pipe to synchronize test ccc-tcp-v3
2017-03-15Merge remote-tracking branch 'origin/ccc-tcp-v3'
2017-03-14tests: keep disabled tests defined
2017-03-08revert signature change to HttpServer#process_client
2017-03-08new test for check_client_connection
2017-03-08check_client_connection: use tcp state on linux ccc-tcp-v2
2017-02-15Revert "remove response_start_sent"
2017-02-13remove response_start_sent
2016-10-20Add some tolerance (RFC2616 sec. 19.3)
2015-12-13http: TypedData C-API conversion
2015-11-17http_response: allow nil values in response headers
2015-07-05test/unit/test_response.rb: compatibility with older test-unit
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-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
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
2011-12-17http: test case for "Connection: TE"
2011-09-15add preliminary SSL support
2011-08-29add GPLv3 option to the license
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-17test_http_parser: fix for URI too long errors (#3)
2011-06-17ensure at_exit handlers run on graceful shutdown