summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-10-19nginx-1.23.2-RELEASErelease-1.23.2Maxim Dounin1-0/+114
2022-10-19Mp4: disabled duplicate atoms.Roman Arutyunyan1-0/+147
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov3-4/+4
2022-10-13SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov1-1/+1
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2-0/+48
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin2-19/+47
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin2-30/+160
2022-10-12SSL: shorter debug messages about session tickets.Maxim Dounin1-3/+3
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin2-16/+13
2022-10-12SSL: renamed session ticket key type.Maxim Dounin2-21/+21
2022-10-12SSL: style.Maxim Dounin1-0/+2
2022-10-12SSL: explicit clearing of expired sessions.Maxim Dounin1-0/+6
2022-10-12SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin2-48/+25
2022-10-12SSL: explicit session id length checking.Maxim Dounin1-2/+8
2022-10-12SSL: updated comment about session sizes.Maxim Dounin1-6/+6
2022-10-12SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin2-2/+8
2022-10-12SSL: disabled saving tickets to session cache.Maxim Dounin1-0/+17
2022-09-27Added type cast to ngx_proxy_protocol_parse_uint16().Roman Arutyunyan1-1/+3
2022-10-12PROXY protocol v2 TLV variables.Roman Arutyunyan4-2/+265
2022-10-10Log only the first line of user input on PROXY protocol v1 error.Roman Arutyunyan1-1/+7
2022-09-08SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov1-1/+1
2022-09-07Win32: disabled threads support in OpenSSL builds.Maxim Dounin1-1/+1
2022-09-07Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin1-3/+3
2022-09-07Win32: disabled C4306 warnings with MSVC.Maxim Dounin1-0/+3
2022-09-07Win32: removed misleading comment about warnings being disabled.Maxim Dounin1-2/+0
2022-09-07SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin1-1/+1
2022-09-07Events: fixed style and wrong error handling in the iocp module.Maxim Dounin1-4/+3
2022-08-09SSL: logging level of "bad record type" errors.Murilo Andrade1-0/+3
2022-08-30Version bump.Maxim Dounin1-2/+2
2022-07-19release-1.23.1 tagMaxim Dounin1-0/+1
2022-07-19nginx-1.23.1-RELEASErelease-1.23.1Maxim Dounin1-0/+66
2022-07-19Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-07-15Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).Maxim Dounin1-0/+2
2022-07-15Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin1-0/+13
2022-07-14Resolver: fixed memory leak for the "ipv4=off" case.Sergey Kandaurov1-4/+1
2022-07-12The "ipv4=" parameter of the "resolver" directive.Ruslan Ermilov2-15/+54
2022-07-12SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2022-06-29Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin4-27/+235
2022-06-29Version bump.Maxim Dounin1-2/+2
2022-06-21release-1.23.0 tagMaxim Dounin1-0/+1
2022-06-21nginx-1.23.0-RELEASErelease-1.23.0Maxim Dounin1-0/+101
2022-06-21Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-06-20Misc: win32 sources now preserved in release tarballs.Maxim Dounin1-6/+0
2022-06-18Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed1-748/+264
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov1-2/+1
2022-06-01Resolver: make TCP write timer event cancelable.Aleksei Bavshin1-0/+1
2022-05-23Stream: don't flush empty buffers created for read errors.Aleksei Bavshin1-1/+1
2022-06-07Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().Maxim Dounin1-1/+1
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov5-12/+20
2022-06-07Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin2-7/+24