]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2020-08-11 Maxim Douninrelease-1.19.2 tag
2020-08-11 Maxim Douninnginx-1.19.2-RELEASE release-1.19.2
2020-08-10 Maxim DouninCore: reusing connections in advance.
2020-08-10 Maxim DouninCore: added a warning about reusing connections.
2020-08-10 Maxim DouninSSL: disabled sending shutdown after ngx_http_test_read...
2020-08-10 Maxim DouninHTTP/2: fixed c->timedout flag on timed out connections.
2020-08-10 Maxim DouninSSL: fixed shutdown handling.
2020-08-06 Maxim DouninRequest body: optimized handling of small chunks.
2020-08-06 Maxim DouninRequest body: allowed large reads on chunk boundaries.
2020-08-06 Maxim DouninRequest body: all read data are now sent to filters.
2020-08-06 Maxim DouninAdded size check to ngx_http_alloc_large_header_buffer().
2020-07-27 Maxim DouninFastCGI: fixed zero size buf alerts on extra data ...
2020-07-27 balusCore: enclosed parameters of the ngx_buf.h macros in...
2020-07-23 Sergey KandaurovOCSP: fixed certificate reference leak.
2020-07-22 Roman ArutyunyanXslt: disabled ranges.
2020-07-21 Ruslan ErmilovCore: close PID file when writing fails.
2020-07-09 Roman ArutyunyanSlice filter: clear original Accept-Ranges.
2020-07-09 Roman ArutyunyanVersion bump.
2020-07-07 Maxim Douninrelease-1.19.1 tag
2020-07-07 Maxim Douninnginx-1.19.1-RELEASE release-1.19.1
2020-07-06 Maxim DouningRPC: generate error when response size is wrong.
2020-07-06 Maxim DouninFastCGI: protection from responses with wrong length.
2020-07-06 Maxim DouninUpstream: drop extra data sent by upstream.
2020-07-06 Maxim DouninProxy: style.
2020-07-06 Maxim DouninProxy: detection of data after final chunk.
2020-07-06 Maxim DouninProxy: drop extra data sent by upstream.
2020-07-06 Maxim DouninMemcached: protect from too long responses.
2020-07-03 Ruslan ErmilovHTTP/2: lingering close after GOAWAY.
2020-06-29 Maxim DouninSSL: fixed unexpected certificate requests (ticket...
2020-06-15 Eran KornblauFixed potential leak of temp pool.
2020-06-22 Maxim DouninCache: introduced min_free cache clearing.
2020-06-22 Maxim DouninToo large st_blocks values are now ignored (ticket...
2020-06-22 Maxim DouninLarge block sizes on Linux are now ignored (ticket...
2020-06-15 Roman ArutyunyanOCSP: fixed use-after-free on error.
2020-06-15 QuantumCorrectly flush request body to uwsgi with SSL.
2020-06-08 Vladimir HomutovStream: fixed processing of zero length UDP packets...
2020-06-03 Maxim DouninSSL: added verify callback to ngx_ssl_trusted_certifica...
2020-06-01 Ruslan ErmilovFixed SIGQUIT not removing listening UNIX sockets ...
2020-06-01 Ruslan ErmilovFixed removing of listening UNIX sockets when "changing...
2020-05-26 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2020-05-26 Maxim DouninVersion bump.
2020-05-26 Maxim Douninrelease-1.19.0 tag
2020-05-26 Maxim Douninnginx-1.19.0-RELEASE release-1.19.0
2020-05-25 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-05-25 Maxim DouninHTTP/2: invalid connection preface logging (ticket...
2020-05-23 Sergey KandaurovFixed format specifiers.
2020-05-22 Roman ArutyunyanOCSP: certificate status cache.
2020-05-22 Roman ArutyunyanSSL: client certificate validation with OCSP (ticket...
2020-05-22 Roman ArutyunyanOCSP stapling: iterate over all responder addresses.
2020-05-17 Roman ArutyunyanOCSP stapling: keep extra chain in the staple object.
2020-05-06 Roman ArutyunyanOCSP stapling: moved response verification to a separat...
2020-05-13 Jinhua TanUpstream: jump out of loop after matching the status...
2020-05-08 Sergey KandaurovVariables: fixed buffer over-read when evaluating ...
2020-04-23 Ruslan ErmilovgRPC: WINDOW_UPDATE after END_STREAM handling (ticket...
2020-04-23 Ruslan ErmilovgRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).
2020-04-23 Ruslan ErmilovVersion bump.
2020-04-14 Maxim Douninrelease-1.17.10 tag
2020-04-14 Maxim Douninnginx-1.17.10-RELEASE release-1.17.10
2020-04-14 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-04-07 Ruslan ErmilovThe new auth_delay directive for delaying unauthorized...
2020-03-12 Ruslan ErmilovAuth basic: explicitly zero out password buffer.
2020-03-16 Ruslan ErmilovVersion bump.
2020-03-03 Maxim Douninrelease-1.17.9 tag
2020-03-03 Maxim Douninnginx-1.17.9-RELEASE release-1.17.9
2020-03-03 Maxim DouninUpdated PCRE used for win32 builds.
2020-02-28 Roman ArutyunyanSimplified subrequest finalization.
2020-03-02 Dmitry VolyntsevFixed premature background subrequest finalization.
2020-02-28 Maxim DouninAdded default overwrite in error_page 494.
2020-02-26 Roman ArutyunyanMp4: fixed possible chunk offset overflow.
2020-02-27 Sergey KandaurovDisabled connection reuse while in SSL handshake.
2020-02-20 Maxim DouninDisabled duplicate "Host" headers (ticket #1724).
2020-02-20 Maxim DouninRemoved "Transfer-Encoding: identity" support.
2020-02-20 Maxim DouninDisabled multiple Transfer-Encoding headers.
2020-02-11 Vladimir HomutovMade ngx_http_get_forwarded_addr_internal() non-recursive.
2020-02-05 Sergey KandaurovHTTP/2: fixed socket leak with an incomplete HEADERS...
2020-02-05 Sergey KandaurovVersion bump.
2020-01-21 Maxim Douninrelease-1.17.8 tag
2020-01-21 Maxim Douninnginx-1.17.8-RELEASE release-1.17.8
2020-01-17 Vladimir HomutovgRPC: variables support in the "grpc_pass" directive.
2020-01-14 Daniil BondarevHTTP/2: removed ngx_debug_point() call.
2019-12-27 Maxim DouninSSL: reworked posted next events again.
2019-12-27 Maxim DouninTrailing space removed.
2019-12-27 Maxim DouninVersion bump.
2019-12-24 Maxim Douninrelease-1.17.7 tag
2019-12-24 Maxim Douninnginx-1.17.7-RELEASE release-1.17.7
2019-12-24 Maxim DouninSSL: reworked posted next events.
2019-12-23 Maxim DouninHTTP/2: introduced separate handler to retry stream...
2019-12-23 Maxim DouninHTTP/2: fixed socket leak with queued frames (ticket...
2019-12-23 Maxim DouninDav: added checks for chunked to body presence conditions.
2019-12-23 Sergey A. OsokinUpdate manpage, sort command line options.
2019-12-23 Ruslan ErmilovDiscard request body when redirecting to a URL via...
2019-12-16 Ruslan ErmilovRewrite: disallow empty replacements.
2019-12-16 Ruslan ErmilovTolerate '\0' in URI when mapping URI to path.
2019-12-16 Ruslan ErmilovRewrite: fixed segfault with rewritten URI and "alias".
2019-12-16 Ruslan ErmilovFixed request finalization in ngx_http_index_handler().
2019-12-16 Ruslan ErmilovSaved some memory allocations.
2019-12-16 Ruslan ErmilovDav: fixed Location in successful MKCOL response.
2019-12-05 Maxim DouninUpstream keepalive: clearing of c->data in cached conne...
2019-12-05 Maxim DouninVersion bump.
2019-11-19 Maxim Douninrelease-1.17.6 tag
next