summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-07-07nginx-1.19.1-RELEASErelease-1.19.1Maxim Dounin1-0/+124
2020-07-06gRPC: generate error when response size is wrong.Maxim Dounin1-1/+38
2020-07-06FastCGI: protection from responses with wrong length.Maxim Dounin3-15/+109
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin5-5/+116
2020-07-06Proxy: style.Maxim Dounin1-2/+2
2020-07-06Proxy: detection of data after final chunk.Maxim Dounin1-1/+30
2020-07-06Proxy: drop extra data sent by upstream.Maxim Dounin1-9/+43
2020-07-06Memcached: protect from too long responses.Maxim Dounin1-3/+6
2020-07-03HTTP/2: lingering close after GOAWAY.Ruslan Ermilov2-6/+124
2020-06-29SSL: fixed unexpected certificate requests (ticket #2008).Maxim Dounin1-1/+2
2020-06-15Fixed potential leak of temp pool.Eran Kornblau1-2/+2
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin6-3/+89
2020-06-22Too large st_blocks values are now ignored (ticket #157).Maxim Dounin1-1/+4
2020-06-22Large block sizes on Linux are now ignored (ticket #1168).Maxim Dounin1-0/+12
2020-06-15OCSP: fixed use-after-free on error.Roman Arutyunyan1-21/+20
2020-06-15Correctly flush request body to uwsgi with SSL.Quantum1-0/+1
2020-06-08Stream: fixed processing of zero length UDP packets (ticket #1982).Vladimir Homutov3-2/+11
2020-06-03SSL: added verify callback to ngx_ssl_trusted_certificate().Maxim Dounin1-0/+2
2020-06-01Fixed SIGQUIT not removing listening UNIX sockets (closes #753).Ruslan Ermilov1-12/+2
2020-06-01Fixed removing of listening UNIX sockets when "changing binary".Ruslan Ermilov3-1/+4
2020-05-26Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed1-8/+78
2020-05-26Version bump.Maxim Dounin1-2/+2
2020-05-26release-1.19.0 tagMaxim Dounin1-0/+1
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