about summary refs log tree commit homepage
DateCommit message (Expand)
2018-05-01tests: thread-safety fixes
2017-11-14fix some unused variables
2017-04-27test: allow setting TAIL env to watch error logs
2017-04-26test_rack_env: additional test for Rack environment
2017-04-20server: fix incomplete comment about SSLContext#setup
2017-04-06allow omitting specifying socket name when inheriting listen socket
2017-04-06test_bin: use RbConfig.ruby for non-standard names
2017-04-05rackup_handler: remove unnecessary branch
2017-04-03test_bin: SO_KEEPALIVE value only needs to be true
2017-04-03gemspec: declare Ruby 2.0+ dependency, here
2017-04-03avoid Thread#[] and Thread#[]= across threads
2017-04-03USR2 upgrades may use Process.spawn for vfork
2017-04-03proxy_pass: comment explaining what rack.hijack calls
2017-04-03config: more descriptive variable name
2017-03-23yahns 1.15.0 v1.15.0
2017-03-21README: update with disclaimer about subscription
2017-03-18doc: design_notes: we do not use EPOLLEXCLUSIVE
2017-03-05gemspec: stop advertising "private" email address
2017-03-05Revert "use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml"
2017-03-05chunk_body: nodoc this internal class
2017-03-05update more referenced URLs to be HTTPS
2017-02-17http_response: make response headers eligible for GC, sooner
2016-12-31proxy_http_response: reduce memory pressure from larger headers
2016-12-31tee_input: simplify conditional for writing to temporary file
2016-12-29proxy_pass: add a note about the instability of this
2016-12-29stream_input: avoid allocation for common #read case
2016-12-14yahns 1.14.1 - bugfixes only v1.14.1
2016-12-14proxy_pass: do not chunk on bodyless upstream responses
2016-12-14response: do not set chunked header on bodyless responses
2016-11-29http_response: support rack.hijack on HTTP/0.9 responses
2016-11-29queue_*: fix outdated comments
2016-11-14yahns 1.14.0 - removing undefined behavior v1.14.0
2016-11-12req_res: do not send 502 on catchall error if response buffered
2016-11-11response: fixup compile error
2016-11-08response: only stream "file" responses on known length
2016-11-08stream_file: remove #to_io support from responses
2016-09-26move website to https://yhbt.net/yahns/
2016-08-06openssl_client: avoid undefined SSL_write behavior
2016-08-05yahns 1.13.0 - some user-visible improvements... v1.13.0
2016-08-05extras/exec_cgi: fix for HTTPoxy vulnerability
2016-08-03Revert "document Rack::Chunked/ContentLength semi-requirements" autochunk
2016-08-03response: support auto-chunking for HTTP/1.1
2016-08-03response: reduce stack overhead for parameter passing
2016-08-03response: drop clients after HTTP responses of unknown length
2016-08-02test: skip some buffering tests on non-default values
2016-08-02doc: add session cache usage to OpenSSL example
2016-07-26fix rack 2.x compatibility bugs
2016-07-26http_response: drop bodies for non-compliant responses
2016-07-20wbuf_lite: clear @busy flag when re-arming
2016-07-20wbuf_lite: reset sf_offset/sf_count consistently