about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2018-08-05use IO#pread if available in Ruby 2.5
2018-08-05openssl_client: do not attempt writes after SystemCallError
2018-08-05http_client: clear backtrace on "wrong version number" in OpenSSL
2017-04-20server: fix incomplete comment about SSLContext#setup
2017-04-06allow omitting specifying socket name when inheriting listen socket
2017-04-05rackup_handler: remove unnecessary branch
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-05chunk_body: nodoc this internal class
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-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-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-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-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
2016-07-19wbuf_lite: unify EOF error handling
2016-07-19wbuf_lite: prevent clobbering responses
2016-07-12wbuf_lite: truncate StringIO when done
2016-07-12wbuf_lite: use StringIO instead of TmpIO
2016-07-05proxy_pass: avoid stuck responses in "proxy_buffering: false"
2016-07-05proxy_pass: avoid accessing logger in env after hijacking
2016-07-05proxy_pass: avoid TOCTTOU race when unbuffering, too
2016-07-04proxy_pass: keep trailer buffer on blocked client writes
2016-07-04openssl_client: wrap shutdown for graceful termination
2016-06-14wbuf_common: reset offset counter when done
2016-06-07proxy_pass: fix HTTP/1.0 backends on EOF w/o buffering
2016-06-07proxy_pass: more descriptive error messages
2016-06-07cleanup graceful shutdown handling
2016-06-07queue_*: check for closed IO objects
2016-06-06wbuf_lite: fix write retries for OpenSSL sockets
2016-06-06wbuf: remove tmpdir parameter
2016-06-05wbuf: remove needless "busy" parameter
2016-06-05proxy_pass: redo "proxy_buffering: false"