summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.11.3-RELEASErelease-1.11.3Maxim Dounin2016-07-261-0/+81
* Fixed regex captures handling without PCRE.Vladimir Homutov2016-07-062-12/+16
* Stream: variables in proxy_pass and proxy_ssl_name.Vladimir Homutov2016-06-144-53/+476
* HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev2016-07-191-2/+18
* HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev2016-07-191-10/+10
* HTTP/2: fixed send timer handling.Valentin Bartenev2016-07-191-1/+1
* HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev2016-07-191-0/+10
* HTTP/2: always handle streams in error state.Valentin Bartenev2016-07-191-6/+8
* HTTP/2: prevented output of the HEADERS frame for canceled streams.Valentin Bartenev2016-07-191-2/+6
* HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev2016-07-191-1/+1
* Events: support for EPOLLEXCLUSIVE.Valentin Bartenev2016-07-155-3/+58
* Style: sorted epoll flags.Valentin Bartenev2016-07-151-3/+3
* Events: the "accept_mutex" directive is turned off by default.Valentin Bartenev2016-07-151-1/+1
* Stream: split_clients module.Vladimir Homutov2016-07-123-0/+259
* Stream: geo module.Vladimir Homutov2016-06-303-0/+1585
* Stream: geoip module.Vladimir Homutov2016-07-123-0/+830
* Stream: style.Vladimir Homutov2016-07-127-7/+7
* Stream: individual build options for modules.Vladimir Homutov2016-07-121-2/+16
* HTTP/2: avoid left-shifting signed integer into the sign bit.Sergey Kandaurov2016-07-071-1/+1
* Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov2016-07-074-16/+16
* Configure: stop polluting NGX_ namespace.Piotr Sikora2016-06-272-4/+1
* Configure: fix build with -Werror=old-style-definition.Piotr Sikora2016-06-277-7/+10
* Configure: fix build with -Werror=nonnull.Piotr Sikora2016-06-271-1/+1
* Configure: fix build with -Werror=unused-but-set-variable.Piotr Sikora2016-06-274-12/+17
* Configure: fix build with -Werror=unused-value.Piotr Sikora2016-06-271-1/+1
* Configure: style.Piotr Sikora2016-06-271-2/+2
* Configure: remove auto/lib/test, unused since nginx-0.1.2.Piotr Sikora2015-10-231-40/+0
* Stream: resolver.Vladimir Homutov2016-07-072-0/+63
* Use NGX_MAX_PATH_LEVEL where appropriate.Ruslan Ermilov2016-07-063-17/+16
* Version bump.Ruslan Ermilov2016-07-061-2/+2
* release-1.11.2 tagMaxim Dounin2016-07-051-0/+1
* nginx-1.11.2-RELEASErelease-1.11.2Maxim Dounin2016-07-051-0/+113
* Updated PCRE used for win32 builds.Maxim Dounin2016-07-051-1/+1
* Stream: return module.Roman Arutyunyan2016-05-183-0/+218
* Stream: SSL-related variables.Vladimir Homutov2016-06-291-1/+114
* Stream: got rid of pseudo variables.Vladimir Homutov2016-06-293-92/+124
* Stream: map module.Vladimir Homutov2016-06-293-0/+585
* Stream: core module variables.Vladimir Homutov2016-06-141-0/+350
* Stream: variables and script.Vladimir Homutov2016-07-049-57/+1849
* Stream: added preconfiguration step.Vladimir Homutov2016-06-1511-2/+27
* Sub filter: eliminate unnecessary buffering.Roman Arutyunyan2016-07-021-4/+37
* Sub filter: introduced the ngx_http_sub_match() function.Roman Arutyunyan2016-07-021-31/+52
* Internal md5 and sha1 implementations are now always used.Maxim Dounin2016-06-3026-664/+39
* Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov2016-06-293-11/+2
* Style.Roman Arutyunyan2016-06-271-10/+10
* HTTP/2: style.Piotr Sikora2016-06-221-6/+4
* Style.Roman Arutyunyan2016-06-221-1/+0
* Stream: use ngx_pcalloc() in ngx_stream_proxy_bind().Roman Arutyunyan2016-06-221-1/+1
* Fixed build on MSVC.Roman Arutyunyan2016-06-202-2/+2
* Stream: set SO_REUSEADDR for UDP upstream sockets.Roman Arutyunyan2016-06-201-1/+25