summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.19.2-RELEASErelease-1.19.2Maxim Dounin2020-08-111-0/+102
* Core: reusing connections in advance.Maxim Dounin2020-08-101-6/+5
* Core: added a warning about reusing connections.Maxim Dounin2020-08-102-0/+14
* SSL: disabled sending shutdown after ngx_http_test_reading().Maxim Dounin2020-08-101-0/+6
* HTTP/2: fixed c->timedout flag on timed out connections.Maxim Dounin2020-08-101-0/+1
* SSL: fixed shutdown handling.Maxim Dounin2020-08-101-31/+48
* Request body: optimized handling of small chunks.Maxim Dounin2020-08-061-0/+25
* Request body: allowed large reads on chunk boundaries.Maxim Dounin2020-08-061-8/+113
* Request body: all read data are now sent to filters.Maxim Dounin2020-08-061-43/+10
* Added size check to ngx_http_alloc_large_header_buffer().Maxim Dounin2020-08-061-0/+6
* FastCGI: fixed zero size buf alerts on extra data (ticket #2018).Maxim Dounin2020-07-271-6/+22
* Core: enclosed parameters of the ngx_buf.h macros in parentheses.balus2020-07-271-10/+10
* OCSP: fixed certificate reference leak.Sergey Kandaurov2020-07-231-0/+9
* Xslt: disabled ranges.Roman Arutyunyan2020-07-221-0/+1
* Core: close PID file when writing fails.Ruslan Ermilov2020-07-211-2/+5
* Slice filter: clear original Accept-Ranges.Roman Arutyunyan2020-07-091-0/+5
* Version bump.Roman Arutyunyan2020-07-091-2/+2
* release-1.19.1 tagMaxim Dounin2020-07-071-0/+1
* nginx-1.19.1-RELEASErelease-1.19.1Maxim Dounin2020-07-071-0/+124
* gRPC: generate error when response size is wrong.Maxim Dounin2020-07-061-1/+38
* FastCGI: protection from responses with wrong length.Maxim Dounin2020-07-063-15/+109
* Upstream: drop extra data sent by upstream.Maxim Dounin2020-07-065-5/+116
* Proxy: style.Maxim Dounin2020-07-061-2/+2
* Proxy: detection of data after final chunk.Maxim Dounin2020-07-061-1/+30
* Proxy: drop extra data sent by upstream.Maxim Dounin2020-07-061-9/+43
* Memcached: protect from too long responses.Maxim Dounin2020-07-061-3/+6
* HTTP/2: lingering close after GOAWAY.Ruslan Ermilov2020-07-032-6/+124
* SSL: fixed unexpected certificate requests (ticket #2008).Maxim Dounin2020-06-291-1/+2
* Fixed potential leak of temp pool.Eran Kornblau2020-06-151-2/+2
* Cache: introduced min_free cache clearing.Maxim Dounin2020-06-226-3/+89
* Too large st_blocks values are now ignored (ticket #157).Maxim Dounin2020-06-221-1/+4
* Large block sizes on Linux are now ignored (ticket #1168).Maxim Dounin2020-06-221-0/+12
* OCSP: fixed use-after-free on error.Roman Arutyunyan2020-06-151-21/+20
* Correctly flush request body to uwsgi with SSL.Quantum2020-06-151-0/+1
* Stream: fixed processing of zero length UDP packets (ticket #1982).Vladimir Homutov2020-06-083-2/+11
* SSL: added verify callback to ngx_ssl_trusted_certificate().Maxim Dounin2020-06-031-0/+2
* Fixed SIGQUIT not removing listening UNIX sockets (closes #753).Ruslan Ermilov2020-06-011-12/+2
* Fixed removing of listening UNIX sockets when "changing binary".Ruslan Ermilov2020-06-013-1/+4
* Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed2020-05-261-8/+78
* Version bump.Maxim Dounin2020-05-261-2/+2
* release-1.19.0 tagMaxim Dounin2020-05-261-0/+1
* nginx-1.19.0-RELEASErelease-1.19.0Maxim Dounin2020-05-261-0/+45
* Updated OpenSSL used for win32 builds.Maxim Dounin2020-05-251-1/+1
* HTTP/2: invalid connection preface logging (ticket #1981).Maxim Dounin2020-05-251-6/+4
* Fixed format specifiers.Sergey Kandaurov2020-05-231-2/+2
* OCSP: certificate status cache.Roman Arutyunyan2020-05-224-5/+401
* SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan2020-05-226-20/+681
* OCSP stapling: iterate over all responder addresses.Roman Arutyunyan2020-05-221-13/+54
* OCSP stapling: keep extra chain in the staple object.Roman Arutyunyan2020-05-171-29/+18
* OCSP stapling: moved response verification to a separate function.Roman Arutyunyan2020-05-061-136/+154