about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-04-02sigevent_*: fixup non-eventfd path
2019-01-08do not shutdown until listeners are all stopped
2019-01-07remove calls to kgio_wait_* able
2019-01-05worker: rely on F_SETPIPE_SZ to set mininum value
2019-01-05wbuf: use IO#write directly in Ruby 2.5+ for writev
2018-12-30server: extra shutdown timeout debugging
2018-12-30server: respect shutdown_timeout
2018-12-28server_mp: remove redundant srand call
2018-12-28server_mp: favor "Kernel#select" instead of "IO.select"
2018-12-13yahns/worker: shrink pipe under Linux
2018-12-08remove IO#close_on_exec= calls
2018-12-08http_client: do not warn on do_pread overreach
2018-12-08Add QueueQuitter#closed? to queue_quitter_pipe.rb
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"