summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-27Version bump.Maxim Dounin1-1/+1
2013-03-25Upstream: removed rudiments of upstream connection caching.Ruslan Ermilov2-23/+0
2013-03-25Upstream: removed sorting of upstream servers.Ruslan Ermilov1-22/+0
2013-03-25Upstream: removed double-free workarounds in peer.free() methods.Ruslan Ermilov3-19/+1
2013-03-25Upstream: only call peer.free() if peer.get() selected a peer.Ruslan Ermilov1-7/+10
2013-03-21Split clients: check length when parsing configuration.Ruslan Ermilov1-1/+1
2013-03-21Removed unused ngx_http_clear_variable() macro.Ruslan Ermilov1-3/+0
2013-03-21Fixed language in a comment preceding ngx_http_index_handler().Ruslan Ermilov1-5/+5
2013-03-21Use NGX_DEFAULT_POOL_SIZE macro where appropriate.Ruslan Ermilov3-4/+4
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev15-14/+4823
2013-03-20URI processing code moved to a separate function.Valentin Bartenev1-120/+125
2013-03-19Image filter: the "image_filter_interlace" directive.Ruslan Ermilov1-0/+13
2013-03-18The limit_req_status and limit_conn_status directives.Maxim Dounin2-3/+36
2013-03-15Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev1-2/+10
2013-03-15Allow to reuse connections that wait their first request.Valentin Bartenev1-0/+19
2013-03-14Upstream: fixed previous commit.Maxim Dounin1-1/+3
2013-03-14Upstream: call ngx_http_run_posted_requests() on resolve errors.Maxim Dounin1-2/+6
2013-03-14Request body: avoid linking rb->buf to r->header_in.Maxim Dounin1-1/+14
2013-03-14Request body: next upstream fix.Maxim Dounin1-2/+2
2013-03-12Fixed logging in ngx_http_wait_request_handler().Maxim Dounin1-1/+1