about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
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-10-27inheriting sockets from UNICORN_FD does not close them
2015-10-27sd_listen_fds emulation cleanup
2015-07-08test_exec: disable systemd inheritance test
2015-07-05test/unit/test_response.rb: compatibility with older test-unit
2015-07-05emulate sd_listen_fds for systemd support
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)