about summary refs log tree commit homepage
DateCommit message (Expand)
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
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-12test_proxy_pass_no_buffering: exclude rb/ru files, too
2016-07-07update init and add systemd examples
2016-07-05extras: include status messages in responses
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-07-03test_ssl: remove unnecessary priv_key DH parameter
2016-06-22extras/try_gzip_static: resolve symlinks
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-07test_proxy_pass_no_buffering: fix racy test
2016-06-06wbuf_lite: fix write retries for OpenSSL sockets
2016-06-06wbuf: remove tmpdir parameter
2016-06-05extras/try_gzip_static: do not show backtrace on syscall errors
2016-06-05Merge branch 'maint'
2016-06-05yahns 1.12.5 - proxy_pass + rack.hijack fixes v1.12.5 maint
2016-06-05proxy_pass: X-Forwarded-For appends to existing list
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