summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-22Style.Maxim Dounin1-1/+2
2015-09-15Increased the default number of output buffers.Valentin Bartenev1-1/+1
2015-09-22HTTP/2: fixed header block parsing with CONTINUATION frames (#792).Valentin Bartenev2-70/+136
2015-09-22HTTP/2: fixed HPACK header field parsing.Valentin Bartenev1-0/+5
2015-09-21Sub filter: fixed initialization in http{} level (ticket #791).Roman Arutyunyan1-1/+2
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev21-5680/+9225
2015-09-11Fixed segfault with incorrect location nesting.Maxim Dounin2-2/+2
2015-09-11Cache: check the whole cache key in addition to hashes.Maxim Dounin1-2/+19
2015-09-03Upstream: fixed cache send error handling.Roman Arutyunyan1-11/+14
2015-08-31Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.Valentin Bartenev1-1/+1
2015-08-31Added protection against r->main->count overflow by subrequests.Valentin Bartenev2-1/+11
2015-08-23Limit recursive subrequests instead of simultaneous.Valentin Bartenev2-5/+2
2015-08-18Perl: prototyping behavior explicitly specified.Maxim Dounin1-0/+3
2015-08-18Perl: fixed warning about "sep" may be used uninitialized.Maxim Dounin1-9/+6
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin2-6/+5
2015-08-17Sub filter: support of variables in the strings to replace.Dmitry Volyntsev1-28/+146
2015-08-17Sub filter: support of multiple strings to replace.Dmitry Volyntsev1-166/+247
2015-08-16Fixed wrong URI after try_files in nested location (ticket #97).Maxim Dounin1-3/+5
2015-08-16Fixed segfault with try_files introduced by c985d90a8d1f.Maxim Dounin1-1/+3
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev1-0/+4
2015-07-16Fixed strict aliasing warnings with old GCC versions.Ruslan Ermilov1-1/+1
2015-06-16Upstream: fixed shared upstreams on win32.Ruslan Ermilov2-12/+32
2015-06-16Disabled duplicate http, mail, and stream blocks.Vladimir Homutov1-0/+4
2015-06-16Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.Roman Arutyunyan2-3/+3
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin8-290/+10
2015-06-11Removed unused ngx_http_get_time() declaration.Maxim Dounin1-2/+0
2015-06-04Upstream keepalive: reduced diffs to the plus version of nginx.Roman Arutyunyan1-39/+42
2015-05-25Disabled SSLv3 by default (ticket #653).Maxim Dounin3-7/+5
2015-05-20Upstream: report to error_log when max_fails is reached.Ruslan Ermilov1-0/+5
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin3-0/+24
2015-05-20Simplified ngx_http_init_listening().Maxim Dounin1-7/+1
2015-05-18Upstream hash: consistency across little/big endianness.Sergey Kandaurov1-4/+15
2015-05-16Upstream: $upstream_connect_time.Ruslan Ermilov2-1/+14
2015-05-16Upstream: times to obtain header/response are stored as ngx_msec_t.Ruslan Ermilov2-30/+13
2015-04-29Removed deprecated HTTP directives.Ruslan Ermilov1-33/+0
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov3-15/+4
2015-04-24Merge proxy_protocol setting of listen directives.Roman Arutyunyan1-1/+4
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov1-1/+1
2015-04-22Removed the obsolete aio module.Ruslan Ermilov2-2/+2
2015-04-22Upstream: allow multiple upstreams to use the same shared zone.Ruslan Ermilov1-42/+56
2015-04-21Memcached: enabled ranges.Martin Mlynář1-0/+1
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov2-44/+16
2015-04-20Limit req: removed check for unknown limit_req_zone.Sergey Kandaurov1-7/+0
2015-04-19Upstream: fixed unlocked access to peer->conns.Ruslan Ermilov1-3/+6
2015-04-16Upstream: get rid of questionable micro-optimization in ip_hash.Ruslan Ermilov1-7/+2
2015-04-14Upstream: the "zone" directive.Ruslan Ermilov4-6/+380
2015-04-14Upstreams: locking.Ruslan Ermilov5-29/+50
2015-04-10Upstream: store peers as a linked list.Ruslan Ermilov5-86/+139
2015-04-10Upstream: track the number of active connections to upstreams.Ruslan Ermilov5-122/+35
2015-04-07Upstream: abbreviated SSL handshake may interact badly with Nagle.Ruslan Ermilov1-1/+25