summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Event pipe: process data after recv_chain() errors.Maxim Dounin1-1/+1
2016-09-01Realip: fixed uninitialized memory access.Roman Arutyunyan1-1/+1
2016-08-26Stream: the $protocol variable.Vladimir Homutov1-0/+19
2016-08-26Stream: the $session_time variable.Vladimir Homutov3-0/+41
2016-08-26Stream: the $bytes_received variable.Vladimir Homutov1-4/+13
2016-08-15Thread pools: create threads in detached state.Piotr Sikora1-0/+7
2016-08-25Geo: fixed indentation.Sergey Kandaurov1-5/+5
2016-08-23Geo: fixed warnings when removing nonexistent ranges.Ruslan Ermilov2-14/+6
2016-08-23Geo: fixed insertion of ranges specified in descending order.Ruslan Ermilov2-6/+16
2016-08-23Geo: fixed removing a range in certain cases.Ruslan Ermilov2-2/+2
2016-08-23Geo: fixed overflow when iterating over ranges.Ruslan Ermilov2-4/+20
2016-08-22SSL: adopted session ticket handling for OpenSSL 1.1.0.Sergey Kandaurov1-1/+1
2016-08-18SSL: remove no longer needed workaround for BoringSSL.Piotr Sikora1-2/+0
2016-08-22Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR.Ruslan Ermilov1-1/+1
2016-08-17Ensure "listen" exists in a mail or stream server (ticket #1049).Roman Arutyunyan4-0/+24
2016-08-18Fixed wrong type of the "line" field.Roman Arutyunyan2-2/+2
2016-08-18Geo: fixed access to already freed memory.Valentin Bartenev2-2/+12
2016-08-10Upstream: the $upstream_bytes_received variable.Vladimir Homutov2-1/+22
2016-08-08Simplified extraction of current time.Ruslan Ermilov2-16/+8
2016-08-08SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.Sergey Kandaurov1-0/+2
2016-08-04Always seed PRNG with PID, seconds, and milliseconds.Ruslan Ermilov4-11/+19
2016-08-04Fixed undefined behavior when left shifting signed integer.Ruslan Ermilov1-1/+1
2016-08-04Win32: added per-thread random seeding.Ruslan Ermilov1-0/+2
2016-07-26Stream: fixed build without stream_ssl_module (ticket #1032).Vladimir Homutov1-2/+2
2016-07-26Version bump.Vladimir Homutov1-2/+2
2016-07-06Fixed regex captures handling without PCRE.Vladimir Homutov2-12/+16
2016-06-14Stream: variables in proxy_pass and proxy_ssl_name.Vladimir Homutov4-53/+476
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 Bartenev3-3/+41
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 Homutov1-0/+244
2016-06-30Stream: geo module.Vladimir Homutov1-0/+1572
2016-07-12Stream: geoip module.Vladimir Homutov1-0/+814
2016-07-12Stream: style.Vladimir Homutov7-7/+7
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-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-05-18Stream: return module.Roman Arutyunyan1-0/+207
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 Homutov1-0/+574