summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30Style.Ruslan Ermilov17-66/+66
2016-03-28Upstream: proxy_next_upstream non_idempotent.Maxim Dounin6-1/+12
2016-03-28Upstream: cached connections now tested against next_upstream.Maxim Dounin1-49/+42
2016-03-28Sub filter: fixed allocation alignment.Roman Arutyunyan1-4/+4
2016-03-23Resolver: added support for SRV records.Dmitry Volyntsev1-1/+1
2016-03-22Backed out server_tokens changes.Maxim Dounin5-163/+45
2016-03-23Cache: fixed slots accounting error introduced in c9d680b00744.Dmitry Volyntsev1-2/+2
2016-03-22Reconsidered server_tokens with an empty value.Ruslan Ermilov3-20/+11
2016-03-21HTTP/2: improved debugging of sending control frames.Valentin Bartenev1-2/+13
2016-03-18Cache: added watermark to reduce IO load when keys_zone is full.Dmitry Volyntsev2-5/+34
2016-03-18Cache: report error if slab allocator fails during cache loading.Dmitry Volyntsev2-0/+8
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin3-1/+126
2016-03-18Threads: task pointer stored in ngx_file_t.Maxim Dounin1-2/+3
2016-03-16Style.Ruslan Ermilov1-4/+4
2016-03-15Win32: fixed build after cf3e75cfa951.Ruslan Ermilov1-0/+4
2016-03-15Win32: fixed build after cf3e75cfa951.Ruslan Ermilov1-0/+4
2016-03-15Added variables support to server_tokens.Ruslan Ermilov5-47/+166
2016-03-08Upstream: avoid closing client connection in edge case.Justin Li1-0/+5
2016-03-10Upstream: fixed "zero size buf" alerts with cache (ticket #918).Maxim Dounin1-1/+2
2016-03-03Copy filter: fixed sendfile aio handlers to set ctx->aio.Maxim Dounin1-4/+12
2016-03-01Request body: moved handling of the last part in the save filter.Valentin Bartenev1-69/+40
2016-02-24HTTP/2: implemented per request timeouts (closes #626).Valentin Bartenev3-63/+147
2016-02-24HTTP/2: always use temporary pool for processing headers.Valentin Bartenev2-25/+37
2016-02-24HTTP/2: cleaned up state while closing stream.Valentin Bartenev1-0/+4
2016-02-24Fixed buffer over-read while logging invalid request headers.Valentin Bartenev1-4/+3
2016-02-18Headers filter: fixed "add_header ... '' always".Ruslan Ermilov1-8/+8
2016-02-16HTTP/2: added debug logging of response headers.Valentin Bartenev1-0/+41
2016-02-16HTTP/2: use local pointer instead of r->connection.Valentin Bartenev1-2/+2
2016-02-12HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode().Valentin Bartenev1-2/+6
2016-02-11HTTP/2: implemented HPACK Huffman encoding for response headers.Valentin Bartenev3-56/+343
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin4-37/+37
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-8/+1
2016-02-04HTTP/2: fixed possible buffer overrun (ticket #893).Valentin Bartenev1-2/+2
2016-02-02HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION.Valentin Bartenev1-1/+11
2016-02-02HTTP/2: fixed request length accounting.Valentin Bartenev1-1/+10
2016-02-02HTTP/2: fixed excessive memory allocation for pool cleanup.Valentin Bartenev1-1/+1
2016-02-02HTTP/2: removed unused field from ngx_http_v2_stream_t.Valentin Bartenev1-1/+0
2016-01-12Request body: removed surplus assigment, no functional changes.Valentin Bartenev1-6/+0
2016-01-11Upstream: fixed changing method on X-Accel-Redirect.Maxim Dounin1-0/+1
2015-12-17Upstream: don't keep connections on early responses (ticket #669).Maxim Dounin3-0/+8
2015-12-17Fixed PROXY protocol on IPv6 sockets (ticket #858).Maxim Dounin1-0/+1
2015-12-09Fixed fastcgi_pass with UNIX socket and variables (ticket #855).Ruslan Ermilov1-1/+3
2015-12-08Slice filter: terminate first slice with last_in_chain flag.Roman Arutyunyan1-0/+1
2015-12-08Slice filter: never run subrequests when main request is buffered.Roman Arutyunyan1-0/+4
2015-12-08SSL: fixed possible segfault on renegotiation (ticket #845).Sergey Kandaurov1-0/+4
2015-12-07Slice filter.Roman Arutyunyan3-5/+546
2015-12-07Upstream: fill r->headers_out.content_range from upstream response.Roman Arutyunyan1-0/+5
2015-12-03Style: NGX_PTR_SIZE replaced with sizeof(void *).Maxim Dounin1-1/+1
2015-12-02Style.Maxim Dounin1-1/+1
2015-11-30Stop emulating a space character after r->method_name.Ruslan Ermilov2-4/+1