]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-02-11 Maxim DouninHTTP/2: removed http2_idle_timeout and http2_max_requests.
2021-02-11 Maxim DouninHTTP/2: removed http2_recv_timeout.
2021-02-11 Maxim DouninHTTP/2: removed SPDY directives handling.
2021-02-11 Maxim DouninHTTP/2: fixed reusing connections with active requests.
2021-02-11 Maxim DouninHTTP/2: reuse of connections with incomplete frames.
2021-02-11 Maxim DouninAdditional connections reuse.
2021-02-11 Maxim DouninReuse of connections in lingering close.
2021-02-01 Ruslan ErmilovHTTP/2: lingering close changed to handle NGX_AGAIN.
2021-01-26 Sergey KandaurovClean up trailers in ngx_http_clean_header() as well.
2021-01-19 Maxim DouninYear 2021.
2021-01-19 Maxim DouninCore: removed post_accept_timeout.
2021-01-19 Maxim DouninRemoved incorrect optimization of HEAD requests.
2021-01-12 Maxim DouninUpstream: fixed zero size buf alerts on extra data...
2020-12-29 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2021-01-11 Maxim DouninVersion bump.
2020-12-15 Maxim Douninrelease-1.19.6 tag
2020-12-15 Maxim Douninnginx-1.19.6-RELEASE release-1.19.6
2020-12-15 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-12-11 Maxim DouninFixed double close of non-regular files in flv and...
2020-12-10 Maxim DouninRemoved extra allocation for r->uri.
2020-12-10 Maxim DouninFixed parsing of absolute URIs with empty path (ticket...
2020-12-07 Ruslan ErmilovSSL: fixed SSL shutdown on lingering close.
2020-11-26 Ruslan ErmilovUpstream: excluded down servers from the next_upstream...
2020-11-26 Ruslan ErmilovVersion bump.
2020-11-24 Maxim Douninrelease-1.19.5 tag
2020-11-24 Maxim Douninnginx-1.19.5-RELEASE release-1.19.5
2020-11-19 Pavel PautovgRPC: RST_STREAM(NO_ERROR) handling after "trailer...
2020-11-19 Sergey KandaurovUse .Mt to mark up email addresses.
2020-11-19 Igor IppolitovCore: "-e" command line option.
2020-11-10 Maxim DouninConfigure: shared sources for addon modules.
2020-11-10 Maxim DouninConfigure: initialization of NGX_ADDON_SRCS.
2020-11-10 Maxim DouninConfigure: style.
2020-11-09 Maxim DouninRequest body: removed error assumption (ticket #2058).
2020-11-09 Maxim DouninRequest body: improved logging.
2020-11-06 Ruslan ErmilovSSL: fixed non-working SSL shutdown on lingering close.
2020-11-06 Ruslan ErmilovRemoved dead code from ngx_http_set_keepalive().
2020-10-28 Vladimir HomutovCore: added format specifiers to output binary data...
2020-11-05 Vladimir HomutovVersion bump.
2020-10-27 Maxim Douninrelease-1.19.4 tag
2020-10-27 Maxim Douninnginx-1.19.4-RELEASE release-1.19.4
2020-10-22 Maxim DouninSSL: ssl_reject_handshake directive (ticket #195).
2020-10-22 Maxim DouninStream: proxy_ssl_conf_command directive.
2020-10-22 Maxim DouninUpstream: proxy_ssl_conf_command and friends.
2020-10-22 Maxim DouninSSL: ssl_conf_command directive.
2020-10-22 Maxim DouninCore: ngx_conf_set_keyval_slot() now accepts NGX_CONF_U...
2020-10-13 Ruslan ErmilovCpp test: added stream.
2020-10-08 Maxim DouninLimit req: unlocking of nodes on complex value errors.
2020-10-03 Maxim DouninMail: proxy_smtp_auth directive.
2020-10-03 Maxim DouninVersion bump.
2020-09-29 Maxim Douninrelease-1.19.3 tag
2020-09-29 Maxim Douninnginx-1.19.3-RELEASE release-1.19.3
2020-09-29 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-09-29 Maxim DouninProxy: error checking for array init, missed in 7716...
2020-09-29 Maxim DouninUserid: userid_flags fixup.
2020-09-28 Maxim DouninResolver: improved error messages (ticket #2024).
2020-09-28 Maxim DouninUserid: userid_flags directive to set cookie flags.
2020-09-27 Ruslan ErmilovProxy: added the "proxy_cookie_flags" directive.
2020-09-27 Ruslan ErmilovProxy: changed interface of some internal functions.
2020-09-27 Ruslan ErmilovProxy: strengthen syntax checking for some directives.
2020-08-28 Pavel PautovStream: set module.
2020-09-24 Sergey KandaurovSSL: abort handshake on SSL_set_SSL_CTX() errors.
2020-09-23 Maxim DouninHTTP/2: run posted requests after reading body.
2020-09-23 Maxim DouninHTTP/2: fixed segfault on DATA frames after 400 errors.
2020-09-16 Maxim DouninSSL: disabled shutdown when there are buffered data.
2020-09-16 Maxim DouninSSL: disabled shutdown after connection errors.
2020-09-16 Maxim DouninSSL: fixed event handling during shutdown.
2020-09-16 Maxim DouninSSL: workaround for incorrect SSL_write() errors in...
2020-09-09 Sergey KandaurovCache: keep c->body_start when Vary changes (ticket...
2017-08-04 Sergey KandaurovCache: reset c->body_start when reading a variant on...
2020-09-02 Sergey KandaurovHTTP/2: rejecting invalid stream identifiers with PROTO...
2020-07-29 Roman ArutyunyanCache: ignore stale-if-error for 4xx and 5xx codes.
2020-08-14 Roman ArutyunyanVersion bump.
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.
next