summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Upstream: added check if a response is complete.Maxim Dounin2-4/+31
2013-07-25Upstream: u->length now defaults to -1 (API change).Maxim Dounin2-2/+5
2013-07-25Upstream: fixed store/cache of unfinished responses.Maxim Dounin1-3/+5
2013-07-25Upstream: replaced u->pipe->temp_file with p->temp_file.Maxim Dounin1-5/+5
2013-07-25Upstream: NGX_ERROR after pipe errors.Maxim Dounin1-4/+4
2013-07-25Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.Maxim Dounin1-3/+3
2013-07-25Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.Maxim Dounin1-25/+25
2013-07-25Upstream: consistent error handling after u->input_filter_init().Maxim Dounin1-2/+1
2013-07-25Upstream: busy lock remnants removed.Maxim Dounin1-14/+0
2013-06-13Upstream: stale comments removed.Maxim Dounin1-12/+0
2013-07-25Gzip: clearing of c->buffered if all data are flushed.Maxim Dounin1-2/+4
2013-06-14Fixed ngx_http_test_reading() to finalize request properly.Maxim Dounin1-1/+1
2013-07-25Sub filter: fixed matching after a partial match.Maxim Dounin1-31/+69
2013-07-25Sub filter: fixed incomplete last buffer on partial match.Maxim Dounin1-0/+20
2013-07-25Sub filter: flush buffers handling.Maxim Dounin1-1/+4
2013-07-25Sub filter: switched to ngx_chain_get_free_buf().Maxim Dounin1-62/+23
2013-07-25Sub filter: stale comments removed.Maxim Dounin1-3/+0
2013-07-24SPDY: fixed segfault with "client_body_in_file_only" enabled.Valentin Bartenev1-9/+2
2013-07-19Xslt: exsltRegisterAll() moved to preconfiguration.Maxim Dounin1-2/+10
2013-07-11Style.Maxim Dounin1-1/+1
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov2-3/+4
2013-07-03Upstream: updated list of ngx_event_connect_peer() return values.Ruslan Ermilov1-1/+1
2013-06-28Fixed ngx_http_parse_chunked() minimal length calculation.Maxim Dounin1-2/+3
2013-06-20Core: support several "error_log" directives.Vladimir Homutov2-27/+2
2013-06-13SPDY: fixed code style, no functional changes.Valentin Bartenev1-1/+2
2013-06-07SPDY: pass through the full status when available.Jim Radford1-3/+12
2013-06-10Perl: fixed r->header_in("Cookie") (ticket #351).Maxim Dounin1-9/+27
2013-06-05Fixed debug logging in ngx_http_parse_complex_uri().Maxim Dounin1-2/+2
2013-06-05Valgrind: supressed complaints about uninitialized bytes.Maxim Dounin1-0/+2
2013-06-05Status: the "last_in_chain" flag must be set.Valentin Bartenev1-0/+1
2013-06-05SPDY: use proper macros for value length and headers counter.Valentin Bartenev1-2/+2
2013-06-04Core: fixed handling of "stderr" in error_log.Vladimir Homutov1-0/+1
2013-05-30Access: support for UNIX-domain client addresses (ticket #359).Ruslan Ermilov1-35/+111
2013-05-27Upstream: http_403 support in proxy_next_upstream (and friends).Maxim Dounin6-5/+19
2013-05-24Xslt: xslt_last_modified directive.Maxim Dounin1-4/+22
2013-05-24Sub filter: sub_filter_last_modified directive.Maxim Dounin1-1/+14
2013-05-24SSI: ssi_last_modified directive.Maxim Dounin1-1/+14
2013-05-23Memcached: stricten header validation.Ruslan Ermilov1-9/+17
2013-05-23Use "void" for functions with empty parameter list.Sergey Kandaurov2-2/+2
2013-05-22Referer module: added $invalid_referer to variables hash.Maxim Dounin1-2/+1
2013-05-21Upstream: fixed fail_timeout and max_fails > 1.Maxim Dounin2-2/+8
2013-05-21Fixed error logging.Sergey Kandaurov2-5/+3
2013-05-21Upstream: slightly optimized ngx_http_upstream_process_header().Ruslan Ermilov1-4/+4
2013-05-21Upstream: made the assignment more obvious.Ruslan Ermilov1-1/+1
2013-05-15Upstream keepalive: slightly simplified code.Ruslan Ermilov1-5/+2
2013-05-15Proxy: clear script engine used to calculate lengths.Maxim Dounin1-0/+2
2013-05-13Fixed lingering_time check.Maxim Dounin2-4/+4
2013-05-13Upstream: allow to intercept responses with status 300.Ruslan Ermilov1-1/+1
2013-05-02PCRE: retain input pattern for all regular expressions.Piotr Sikora1-1/+1
2013-05-11Proxy: $proxy_internal_body_length fixed.Maxim Dounin1-1/+2