Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-02Increased maximum read PROXY protocol header size.HEADmasterbranches/defaultRoman Arutyunyan
2022-11-03Version bump.Roman Arutyunyan
2022-10-19release-1.23.2 tagMaxim Dounin
2022-10-19nginx-1.23.2-RELEASErelease-1.23.2Maxim Dounin
2022-10-19Mp4: disabled duplicate atoms.Roman Arutyunyan
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov
2022-10-13SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin
2022-10-12SSL: shorter debug messages about session tickets.Maxim Dounin
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin
2022-10-12SSL: renamed session ticket key type.Maxim Dounin
2022-10-12SSL: style.Maxim Dounin
2022-10-12SSL: explicit clearing of expired sessions.Maxim Dounin
2022-10-12SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin
2022-10-12SSL: explicit session id length checking.Maxim Dounin
2022-10-12SSL: updated comment about session sizes.Maxim Dounin
2022-10-12SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin
2022-10-12SSL: disabled saving tickets to session cache.Maxim Dounin
2022-09-27Added type cast to ngx_proxy_protocol_parse_uint16().Roman Arutyunyan
2022-10-12PROXY protocol v2 TLV variables.Roman Arutyunyan
2022-10-10Log only the first line of user input on PROXY protocol v1 error.Roman Arutyunyan
2022-09-08SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov
2022-09-07Win32: disabled threads support in OpenSSL builds.Maxim Dounin
2022-09-07Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin
2022-09-07Win32: disabled C4306 warnings with MSVC.Maxim Dounin
2022-09-07Win32: removed misleading comment about warnings being disabled.Maxim Dounin
2022-09-07SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin
2022-09-07Events: fixed style and wrong error handling in the iocp module.Maxim Dounin
2022-08-09SSL: logging level of "bad record type" errors.Murilo Andrade
2022-08-30Version bump.Maxim Dounin
2022-07-19release-1.23.1 tagMaxim Dounin
2022-07-19nginx-1.23.1-RELEASErelease-1.23.1Maxim Dounin
2022-07-19Updated OpenSSL used for win32 builds.Maxim Dounin
2022-07-15Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).Maxim Dounin
2022-07-15Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin
2022-07-14Resolver: fixed memory leak for the "ipv4=off" case.Sergey Kandaurov
2022-07-12The "ipv4=" parameter of the "resolver" directive.Ruslan Ermilov
2022-07-12SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin
2022-06-29Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin
2022-06-29Version bump.Maxim Dounin
2022-06-21release-1.23.0 tagMaxim Dounin
2022-06-21nginx-1.23.0-RELEASErelease-1.23.0Maxim Dounin
2022-06-21Updated OpenSSL used for win32 builds.Maxim Dounin
2022-06-20Misc: win32 sources now preserved in release tarballs.Maxim Dounin
2022-06-18Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov
2022-06-02Resolver: make TCP write timer event cancelable.Aleksei Bavshin
2022-05-23Stream: don't flush empty buffers created for read errors.Aleksei Bavshin