about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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"
2016-06-05req_res: store proxy_pass object here, instead
2016-06-03proxy_pass: remove unnecessary rescue
2016-06-03proxy_pass: support "proxy_buffering: false"
2016-06-01proxy_pass: pass entire object to proxy_http_response
2016-05-31proxy_pass: X-Forwarded-For appends to existing list
2016-05-16proxy_pass: fix resumes after complete buffering is unblocked
2016-05-16proxy_pass: split out req_res into a separate file
2016-05-16proxy_pass: trim down proxy_response_finish, too
2016-05-16proxy_pass: split out body and trailer reading in response
2016-05-16proxy_pass: simplify proxy_http_response
2016-05-16proxy_pass: hoist out proxy_res_headers method
2016-05-16proxy_pass: simplify writing request bodies upstream
2016-05-16proxy_pass: do not chunk HTTP/1.0 with keep-alive
2016-05-09http_client: set state to :ignore before hijack callback
2016-04-27proxy_pass: drop resources immediately on errors
2016-04-27proxy_http_response: do not persist upstream on slow clients
2016-04-27proxy_http_response: cleanup: avoid redundant setting of "alive"
2016-04-27wbuf: drop persistence if writing to client fails
2016-04-23proxy_http_response: fix non-terminated fast responses, too
2016-04-23proxy_pass: honor wbuf_persist when ending response
2016-04-06proxy_http_response: workaround non-terminated backends
2016-02-29ssl: ensure is session_id_context is always set
2016-02-20https: ensure SERVER_PORT defaults to 443
2016-02-20fix output buffering with SSL_write
2016-02-14http_context: reduce constant lookup + bytecode
2016-02-13proxy_pass: pass X-Forwarded-Proto through
2016-02-12set HTTPS and rack.url_scheme in Rack env as appropriate
2016-02-12avoid race conditions in OpenSSL::SSL::SSLContext#setup
2016-02-12properly emulate sendfile for OpenSSL sockets
2016-02-12acceptor: all subclasses of TCPServer use TCP_INFO
2016-01-04use String#clear for short-lived buffers we create
2016-01-04avoid StringIO#binmode for the next few years