summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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-10Configure: style.Ruslan Ermilov1-22/+22
2016-03-10Dynamic modules: do not overwrite old modules on install.Maxim Dounin3-5/+16
2016-03-10Configure: style.Ruslan Ermilov1-5/+5
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-26Dynamic modules: perl.Ruslan Ermilov9-20/+39
2016-02-29Dynamic modules: expose the "modules" target.Ruslan Ermilov1-0/+3
2016-02-25Dynamic modules: removed unnecessary initialization.Ruslan Ermilov1-1/+0
2016-02-25Dynamic modules: make sure to call config.make for dynamic addons.Ruslan Ermilov1-2/+2
2016-02-25Version bump.Ruslan Ermilov1-2/+2
2016-02-24release-1.9.12 tagMaxim Dounin1-0/+1
2016-02-24nginx-1.9.12-RELEASErelease-1.9.12Maxim Dounin1-0/+102
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-19Configure: added "build" target.Maxim Dounin2-4/+5
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-19Configure: skip building OpenSSL documentation to conserve time.Sergey Kandaurov1-1/+1
2016-02-18Configure: fixed static nginx build with OpenSSL (ticket #903).Ruslan Ermilov2-7/+9
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-13Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2016-02-13Win32: simplified and improved handling of MSVC versions.Maxim Dounin10-49/+41
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 Bartenev4-56/+353
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-10Dynamic modules: added auth_basic module libs via ngx_module_libs=.Ruslan Ermilov1-2/+1
2016-02-09Core: ngx_module_t compatibility with C++.Piotr Sikora1-1/+1
2016-02-10Version bump.Maxim Dounin1-2/+2
2016-02-09release-1.9.11 tagMaxim Dounin1-0/+1
2016-02-09nginx-1.9.11-RELEASErelease-1.9.11Maxim Dounin1-0/+43
2016-02-08Dynamic modules: NGX_STREAM define removed.Maxim Dounin1-2/+0
2016-02-05Dynamic modules: added dlsym() to configure test.Valentin Bartenev1-1/+1