summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev5-10/+10
2016-09-20Removed influence of some options on structures.Ruslan Ermilov3-8/+1
2016-09-16Upstream hash: fixed missing upstream name initialization.Vladimir Homutov2-0/+2
2016-09-15Stream ssl_preread: removed internal macro.Vladimir Homutov1-6/+6
2016-09-15Stream: ssl_preread module.Vladimir Homutov1-0/+448
2016-09-15Stream: preread phase.Vladimir Homutov3-1/+145
2016-09-15Stream: phases.Roman Arutyunyan9-183/+425
2016-09-15Stream: filters.Roman Arutyunyan20-100/+733
2016-09-15Version bump.Vladimir Homutov1-2/+2
2016-09-12OCSP stapling: fixed using wrong responder with multiple certs.Maxim Dounin1-0/+3
2016-09-12SSL: improved session ticket callback error handling.Sergey Kandaurov1-3/+32
2016-09-12SSL: factored out digest and cipher in session ticket callback.Sergey Kandaurov1-14/+14
2016-09-08Stream: increase default value for proxy_protocol_timeout to 30s.Dmitry Volyntsev1-1/+1
2016-09-01Stream: realip module.Dmitry Volyntsev3-0/+352
2016-09-07Core: introduced ngx_cidr_match() function.Dmitry Volyntsev3-98/+112
2016-09-06Stream: allow using the session context inside handlers.Dmitry Volyntsev1-21/+16
2016-09-06Stream: $proxy_protocol_addr and $proxy_protocol_port.Dmitry Volyntsev1-0/+50
2016-09-06Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev4-1/+122
2016-09-06Stream: postpone session initialization under accept mutex.Dmitry Volyntsev2-3/+42
2016-09-05Stream: log module.Vladimir Homutov5-0/+1554
2016-09-02Stream: upstream response time variables.Vladimir Homutov3-0/+103
2016-09-02Stream: $upstream_bytes_sent and $upstream_bytes_received.Vladimir Homutov3-2/+78
2016-09-02Stream: the $upstream_addr variable.Vladimir Homutov4-2/+116
2016-08-11Stream: the $status variable.Roman Arutyunyan5-57/+112
2016-09-01Event pipe: do not set file's thread_handler if not needed.Maxim Dounin1-4/+6
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