about summary refs log tree commit homepage
DateCommit message (Expand)
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
2016-05-16proxy_pass: do not chunk HTTP/1.0 with keep-alive
2016-05-15test/test_client_expire: fix for high RLIMIT_NOFILE
2016-05-09http_client: set state to :ignore before hijack callback
2016-05-02yahns 1.12.4 - rack.hijack and proxy_pass bugfixes v1.12.4
2016-04-30Merge branch 'proxy_pass-fix'
2016-04-30extras/exec_cgi: document cgit example
2016-04-29document Rack::Chunked/ContentLength semi-requirements
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-27test_proxy_pass: test for auto chunking on 1.0 backends
2016-04-23proxy_http_response: fix non-terminated fast responses, too
2016-04-23proxy_pass: honor wbuf_persist when ending response
2016-04-08yahns 1.12.3 - more fixes and doc updates v1.12.3
2016-04-06doc: recommend "verify_mode: OpenSSL::SSL::VERIFY_NONE"