summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-26nginx-1.19.0-RELEASErelease-1.19.0Maxim Dounin1-0/+45
2020-05-25Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-05-25HTTP/2: invalid connection preface logging (ticket #1981).Maxim Dounin1-6/+4
2020-05-23Fixed format specifiers.Sergey Kandaurov1-2/+2
2020-05-22OCSP: certificate status cache.Roman Arutyunyan4-5/+401
2020-05-22SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan6-20/+681
2020-05-22OCSP stapling: iterate over all responder addresses.Roman Arutyunyan1-13/+54
2020-05-17OCSP stapling: keep extra chain in the staple object.Roman Arutyunyan1-29/+18
2020-05-06OCSP stapling: moved response verification to a separate function.Roman Arutyunyan1-136/+154
2020-05-13Upstream: jump out of loop after matching the status code.Jinhua Tan1-0/+2
2020-05-08Variables: fixed buffer over-read when evaluating "$arg_".Sergey Kandaurov1-1/+1
2020-04-23gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).Ruslan Ermilov1-1/+2
2020-04-23gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).Ruslan Ermilov1-5/+19
2020-04-23Version bump.Ruslan Ermilov1-2/+2
2020-04-14release-1.17.10 tagMaxim Dounin1-0/+1
2020-04-14nginx-1.17.10-RELEASErelease-1.17.10Maxim Dounin1-0/+14
2020-04-14Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-04-08The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov2-1/+82
2020-03-13Auth basic: explicitly zero out password buffer.Ruslan Ermilov1-19/+18
2020-03-16Version bump.Ruslan Ermilov1-2/+2
2020-03-03release-1.17.9 tagMaxim Dounin1-0/+1
2020-03-03nginx-1.17.9-RELEASErelease-1.17.9Maxim Dounin1-0/+76
2020-03-03Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2020-02-28Simplified subrequest finalization.Roman Arutyunyan1-23/+11
2020-03-02Fixed premature background subrequest finalization.Dmitry Volyntsev1-9/+9
2020-02-28Added default overwrite in error_page 494.Maxim Dounin1-0/+1
2020-02-26Mp4: fixed possible chunk offset overflow.Roman Arutyunyan1-11/+64
2020-02-27Disabled connection reuse while in SSL handshake.Sergey Kandaurov1-2/+2
2020-02-20Disabled duplicate "Host" headers (ticket #1724).Maxim Dounin1-2/+10
2020-02-20Removed "Transfer-Encoding: identity" support.Maxim Dounin1-4/+1
2020-02-20Disabled multiple Transfer-Encoding headers.Maxim Dounin1-1/+1
2020-02-11Made ngx_http_get_forwarded_addr_internal() non-recursive.Vladimir Homutov1-27/+25
2020-02-05HTTP/2: fixed socket leak with an incomplete HEADERS frame.Sergey Kandaurov1-2/+7
2020-02-05Version bump.Sergey Kandaurov1-2/+2
2020-01-21release-1.17.8 tagMaxim Dounin1-0/+1
2020-01-21nginx-1.17.8-RELEASErelease-1.17.8Maxim Dounin1-0/+36
2020-01-17gRPC: variables support in the "grpc_pass" directive.Vladimir Homutov1-38/+190
2020-01-14HTTP/2: removed ngx_debug_point() call.Daniil Bondarev1-4/+0
2019-12-27SSL: reworked posted next events again.Maxim Dounin4-14/+16
2019-12-27Trailing space removed.Maxim Dounin1-1/+1
2019-12-27Version bump.Maxim Dounin1-2/+2
2019-12-24release-1.17.7 tagMaxim Dounin1-0/+1
2019-12-24nginx-1.17.7-RELEASErelease-1.17.7Maxim Dounin1-0/+84
2019-12-24SSL: reworked posted next events.Maxim Dounin5-34/+28
2019-12-23HTTP/2: introduced separate handler to retry stream close.Maxim Dounin1-2/+19
2019-12-23HTTP/2: fixed socket leak with queued frames (ticket #1689).Maxim Dounin1-1/+2
2019-12-23Dav: added checks for chunked to body presence conditions.Maxim Dounin1-3/+5
2019-12-23Update manpage, sort command line options.Sergey A. Osokin1-7/+8
2019-12-23Discard request body when redirecting to a URL via error_page.Ruslan Ermilov1-0/+6
2019-12-16Rewrite: disallow empty replacements.Ruslan Ermilov1-0/+5