summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-07-19HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev1-2/+18
2016-07-19HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev1-10/+10
2016-07-19HTTP/2: fixed send timer handling.Valentin Bartenev1-1/+1
2016-07-19HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev1-0/+10
2016-07-19HTTP/2: always handle streams in error state.Valentin Bartenev1-6/+8
2016-07-19HTTP/2: prevented output of the HEADERS frame for canceled streams.Valentin Bartenev1-2/+6
2016-07-19HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev1-1/+1
2016-07-15Events: support for EPOLLEXCLUSIVE.Valentin Bartenev5-3/+58
2016-07-15Style: sorted epoll flags.Valentin Bartenev1-3/+3
2016-07-15Events: the "accept_mutex" directive is turned off by default.Valentin Bartenev1-1/+1
2016-07-12Stream: split_clients module.Vladimir Homutov3-0/+259
2016-06-30Stream: geo module.Vladimir Homutov3-0/+1585
2016-07-12Stream: geoip module.Vladimir Homutov3-0/+830
2016-07-12Stream: style.Vladimir Homutov7-7/+7
2016-07-12Stream: individual build options for modules.Vladimir Homutov1-2/+16
2016-07-07HTTP/2: avoid left-shifting signed integer into the sign bit.Sergey Kandaurov1-1/+1
2016-07-07Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov4-16/+16
2016-06-27Configure: stop polluting NGX_ namespace.Piotr Sikora2-4/+1
2016-06-27Configure: fix build with -Werror=old-style-definition.Piotr Sikora7-7/+10
2016-06-27Configure: fix build with -Werror=nonnull.Piotr Sikora1-1/+1
2016-06-27Configure: fix build with -Werror=unused-but-set-variable.Piotr Sikora4-12/+17
2016-06-27Configure: fix build with -Werror=unused-value.Piotr Sikora1-1/+1
2016-06-27Configure: style.Piotr Sikora1-2/+2
2015-10-23Configure: remove auto/lib/test, unused since nginx-0.1.2.Piotr Sikora1-40/+0
2016-07-07Stream: resolver.Vladimir Homutov2-0/+63
2016-07-06Use NGX_MAX_PATH_LEVEL where appropriate.Ruslan Ermilov3-17/+16
2016-07-06Version bump.Ruslan Ermilov1-2/+2
2016-07-05release-1.11.2 tagMaxim Dounin1-0/+1
2016-07-05nginx-1.11.2-RELEASErelease-1.11.2Maxim Dounin1-0/+113
2016-07-05Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2016-05-18Stream: return module.Roman Arutyunyan3-0/+218
2016-06-29Stream: SSL-related variables.Vladimir Homutov1-1/+114
2016-06-29Stream: got rid of pseudo variables.Vladimir Homutov3-92/+124
2016-06-29Stream: map module.Vladimir Homutov3-0/+585
2016-06-14Stream: core module variables.Vladimir Homutov1-0/+350
2016-07-04Stream: variables and script.Vladimir Homutov9-57/+1849
2016-06-15Stream: added preconfiguration step.Vladimir Homutov11-2/+27
2016-07-02Sub filter: eliminate unnecessary buffering.Roman Arutyunyan1-4/+37
2016-07-02Sub filter: introduced the ngx_http_sub_match() function.Roman Arutyunyan1-31/+52
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin26-664/+39
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov3-11/+2
2016-06-27Style.Roman Arutyunyan1-10/+10
2016-06-22HTTP/2: style.Piotr Sikora1-6/+4
2016-06-22Style.Roman Arutyunyan1-1/+0
2016-06-22Stream: use ngx_pcalloc() in ngx_stream_proxy_bind().Roman Arutyunyan1-1/+1
2016-06-20Fixed build on MSVC.Roman Arutyunyan2-2/+2
2016-06-20Stream: set SO_REUSEADDR for UDP upstream sockets.Roman Arutyunyan1-1/+25
2016-06-20Stream: support for $remote_port in proxy_bind.Roman Arutyunyan1-9/+20
2016-06-20Upstream: support for port in proxy_bind and friends.Roman Arutyunyan2-3/+5
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan15-317/+90