summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.9.13-RELEASErelease-1.9.13Maxim Dounin2016-03-291-0/+166
* Updated OpenSSL used for win32 builds.Maxim Dounin2016-03-291-1/+1
* Win32: replaced NGX_EXDEV with more appropriate error code.Maxim Dounin2016-03-291-5/+1
* Win32: additional error code NGX_EEXIST_FILE (ticket #910).Maxim Dounin2016-03-293-3/+10
* Upstream: proxy_next_upstream non_idempotent.Maxim Dounin2016-03-286-1/+12
* Upstream: cached connections now tested against next_upstream.Maxim Dounin2016-03-281-49/+42
* Fixed --test-build-*.Ruslan Ermilov2016-03-283-4/+5
* Sub filter: fixed allocation alignment.Roman Arutyunyan2016-03-281-4/+4
* Core: allow strings without null-termination in ngx_parse_url().Piotr Sikora2016-02-261-2/+4
* Fixed socket inheritance on reload and binary upgrade.Roman Arutyunyan2016-03-252-0/+20
* Stream: additional logging for UDP.Vladimir Homutov2016-03-182-5/+10
* Win32: fixed build after 384154fc634f.Dmitry Volyntsev2016-03-231-3/+2
* Stream: detect port absence in proxy_pass with IP literal.Roman Arutyunyan2016-03-231-1/+1
* Resolver: added support for SRV records.Dmitry Volyntsev2016-03-233-27/+992
* Resolver: do not enable resolve timer if provided timeout is zero.Dmitry Volyntsev2016-03-231-20/+24
* Resolver: introduced valid field in resolver responses.Dmitry Volyntsev2016-03-232-0/+8
* Core: introduced the NGX_DEBUG_PALLOC macro.Valentin Bartenev2016-03-231-0/+4
* Core: use ngx_palloc_small() to allocate ngx_pool_large_t.Valentin Bartenev2016-03-231-2/+2
* Core: introduced the ngx_palloc_small() function.Valentin Bartenev2016-03-231-33/+26
* Core: moved logging before freeing large blocks of pool.Valentin Bartenev2016-03-231-9/+10
* Backed out server_tokens changes.Maxim Dounin2016-03-225-163/+45
* Cache: fixed slots accounting error introduced in c9d680b00744.Dmitry Volyntsev2016-03-231-2/+2
* Reconsidered server_tokens with an empty value.Ruslan Ermilov2016-03-223-20/+11
* HTTP/2: improved debugging of sending control frames.Valentin Bartenev2016-03-211-2/+13
* Events: fixed test building with devpoll and eventport on Linux.Sergey Kandaurov2016-03-212-1/+3
* Fix build with -Wmissing-prototypes.Piotr Sikora2016-03-181-2/+2
* Cache: added watermark to reduce IO load when keys_zone is full.Dmitry Volyntsev2016-03-182-5/+34
* Cache: report error if slab allocator fails during cache loading.Dmitry Volyntsev2016-03-182-0/+8
* Threads: writing via threads pools in event pipe.Maxim Dounin2016-03-185-21/+214
* Threads: offloading of temp files writing to thread pools.Maxim Dounin2016-03-184-14/+164
* Threads: task pointer stored in ngx_file_t.Maxim Dounin2016-03-185-11/+18
* Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin2016-03-182-10/+14
* Style.Ruslan Ermilov2016-03-161-4/+4
* Truncation detection in sendfilev() on Solaris.Maxim Dounin2016-03-151-0/+23
* Truncation detection in sendfile() on Linux.Maxim Dounin2016-03-151-0/+26
* Stream: UDP proxy.Roman Arutyunyan2016-01-2023-107/+768
* Stream: post first read events from client and upstream.Roman Arutyunyan2016-03-151-12/+10
* Win32: fixed build after cf3e75cfa951.Ruslan Ermilov2016-03-151-0/+4
* Win32: fixed build after cf3e75cfa951.Ruslan Ermilov2016-03-151-0/+4
* Added variables support to server_tokens.Ruslan Ermilov2016-03-155-47/+166
* Fixed handling of EAGAIN with sendfile in threads.Valentin Bartenev2016-03-141-1/+6
* Events: fixed error logging in devpoll.Roman Arutyunyan2016-03-151-1/+1
* Fixed compilation with -Wmissing-prototypes.Sergey Kandaurov2016-03-142-2/+2
* Upstream: avoid closing client connection in edge case.Justin Li2016-03-081-0/+5
* Upstream: fixed "zero size buf" alerts with cache (ticket #918).Maxim Dounin2016-03-101-1/+2
* Configure: style.Ruslan Ermilov2016-03-101-22/+22
* Dynamic modules: do not overwrite old modules on install.Maxim Dounin2016-03-103-5/+16
* Configure: style.Ruslan Ermilov2016-03-101-5/+5
* Copy filter: fixed sendfile aio handlers to set ctx->aio.Maxim Dounin2016-03-032-5/+12
* Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin2016-03-032-0/+24