summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-11Mp4: indentation and style, no functional changes.Maxim Dounin1-31/+39
2013-05-11Added r->limit_rate_after.Maxim Dounin2-4/+9
2013-05-11Fixed build with --with-mail_ssl_module.Maxim Dounin3-6/+6
2013-05-11Request body: fixed r->count increment on allocation failure.Maxim Dounin1-1/+2
2013-05-11Perl: extra "return" removed.Maxim Dounin1-1/+1
2013-05-06Fixed chunk size parsing.Maxim Dounin1-0/+4
2013-04-29Proxy: allocate $proxy_internal_body_length from request pool.Ruslan Ermilov1-1/+1
2013-04-23SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.Valentin Bartenev1-0/+1
2013-04-23Perl: request body handling fixed.Maxim Dounin1-3/+36
2013-04-19Configure: fixed perl Makefile generation (ticket #334).Maxim Dounin1-1/+1
2013-04-16Request body: only read body in main request (ticket #330).Maxim Dounin1-1/+1
2013-04-12Upstream: warn if multiple non-stackable balancers are installed.Ruslan Ermilov2-0/+10
2013-04-11Upstream: fixed $upstream_response_length without buffering.Sergey Kandaurov1-1/+1
2013-04-10Configure: fixed nginx.so rebuild (broken by r5145).Maxim Dounin1-2/+4
2013-04-04Upstream: removed surplus ngx_resolve_name_done() call.Valentin Bartenev1-10/+1
2013-04-03Limit req: rate should be non-zero.Valentin Bartenev1-1/+1
2013-03-29Pass PCRE_CASELESS to pcre_compile() for caseless matching.Ruslan Ermilov1-1/+1
2013-03-28Simplified nginx version maintenance.Ruslan Ermilov1-1/+1
2013-03-27Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).Maxim Dounin1-20/+27