summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Stream: UDP proxy.Roman Arutyunyan20-105/+726
2016-03-15Stream: post first read events from client and upstream.Roman Arutyunyan1-12/+10
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-14Fixed handling of EAGAIN with sendfile in threads.Valentin Bartenev1-1/+6
2016-03-15Events: fixed error logging in devpoll.Roman Arutyunyan1-1/+1
2016-03-14Fixed compilation with -Wmissing-prototypes.Sergey Kandaurov2-2/+2
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 Dounin2-5/+12
2016-03-03Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin2-0/+24
2016-03-03Introduced the ngx_chain_to_iovec() function.Valentin Bartenev1-50/+60
2016-03-01Request body: moved handling of the last part in the save filter.Valentin Bartenev1-69/+40
2016-02-25Dynamic modules: removed unnecessary initialization.Ruslan Ermilov1-1/+0
2016-02-25Version bump.Ruslan Ermilov1-2/+2
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-19SSL: avoid calling SSL_shutdown() during handshake (ticket #901).Maxim Dounin1-0/+13
2016-02-19SSL: fixed SSL_shutdown() comment.Maxim Dounin1-1/+1
2016-02-18Headers filter: fixed "add_header ... '' always".Ruslan Ermilov1-8/+8
2016-02-18Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov6-59/+83
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-15Core: improved logging on invalid NGINX variable (ticket #900).Maxim Dounin1-0/+6
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-11Dynamic modules: fixed a version mismatch message (ticket #898).Ruslan Ermilov1-1/+1
2016-02-11Stream: initialize variable right before using it.Roman Arutyunyan1-2/+2
2016-02-11Stream: removed useless typedef.Roman Arutyunyan1-3/+0
2016-02-09Core: ngx_module_t compatibility with C++.Piotr Sikora1-1/+1
2016-02-10Version bump.Maxim Dounin1-2/+2
2016-02-04Dynamic modules.Maxim Dounin5-10/+653
2016-02-04Dynamic modules: dlopen() support.Maxim Dounin10-0/+127
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin16-140/+148
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin10-95/+149
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
2015-12-17Resolver: style.Ruslan Ermilov1-9/+8
2015-12-17Resolver: improved PTR response processing.Ruslan Ermilov1-28/+74
2015-12-17Resolver: style.Ruslan Ermilov1-13/+13
2016-02-02Resolver: free TCP buffers on resolver cleanup.Roman Arutyunyan1-0/+10
2016-02-02Resolver: fixed possible resource leak introduced in 5a16d40c63de.Ruslan Ermilov1-0/+2
2016-01-28Resolver: TCP support.Roman Arutyunyan2-51/+549
2016-01-28Resolver: per-request DNS server balancer.Roman Arutyunyan2-5/+17