about summary refs log tree commit homepage
path: root/test/http.rb
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2014-09-07http_common: correctly handle empty header values
2014-09-03test/http: plug race condition in FIFO test
2013-08-23http: remove Status: header from all responses
2013-07-12test/http: disable time-dependent test under valgrind
2013-07-10ioq: implement and enable generic I/O queues
2013-02-18copyright comment updates for 2013 (part 2)
2013-02-09tests: fix several Ruby warnings
2013-01-17http: avoid MSG_MORE on HEAD responses
2012-03-26test/http: skip entire test if missing IO.copy_stream
2012-03-03http: allow headers up to UINT16_MAX in size
2012-02-25implement graceful shutdown for outstanding requests
2012-02-17tests: minor refactoring to reduce common code
2012-02-11http: workaround redundant slashes generated by mogadm
2012-02-11test/http: ensure mtime test only checks seconds
2012-02-06tests: fix running tests from a subdirectory
2012-02-06tests: better parallelization of slow Ruby tests
2012-02-05tests: centralize some test logic in test/helper
2012-02-01tests: turn Ruby warnings into errors
2012-01-31http: Date: and Last-Modified: response headers
2012-01-31enable chunked HTTP PUT support
2012-01-18initial HTTP GET/HEAD support