]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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
2019-11-19 Maxim Douninnginx-1.17.6-RELEASE release-1.17.6
2019-11-18 Roman ArutyunyanLimit conn: added shared context.
2019-11-18 Roman ArutyunyanLimit conn: $limit_conn_status variable.
2019-11-19 Roman ArutyunyanLimit conn: limit_conn_dry_run directive.
2019-11-18 Roman ArutyunyanUpdated comment after 776d1bebdca2.
2019-11-06 Roman ArutyunyanLimit req: $limit_req_status variable.
2019-10-21 Roman ArutyunyanParsing server PROXY protocol address and port (ticket...
2019-10-21 Roman ArutyunyanCore: moved PROXY protocol fields out of ngx_connection_t.
2019-10-24 Roman ArutyunyanVersion bump.
2019-10-22 Maxim Douninrelease-1.17.5 tag
2019-10-22 Maxim Douninnginx-1.17.5-RELEASE release-1.17.5
2019-10-21 Maxim DouninWin32: silenced -Wcast-function-type GCC warning (ticke...
2019-10-21 Maxim DouninWin32: improved fallback on FormatMessage() errors.
2019-10-17 Maxim DouninSSL: available bytes handling (ticket #1431).
2019-10-17 Maxim DouninEvents: available bytes calculation via ioctl(FIONREAD).
2019-10-17 Maxim DouninSSL: improved ngx_ssl_recv_chain() to stop if c->read...
2019-10-17 Maxim DouninEvent pipe: disabled c->read->available checking for...
2019-10-15 Ruslan ErmilovFixed header parsing with ignore_invalid_headers switch...
2019-10-08 Maxim DouninFixed URI normalization with merge_slashes switched...
2019-10-08 Ruslan ErmilovThe "/." and "/.." at the end of URI should be normalized.
2019-10-08 Ruslan ErmilovImproved detection of broken percent encoding in URI.
2019-09-30 Vladimir HomutovCore: removed dead code in ngx_rbtree_delete().
2019-09-30 Vladimir HomutovVersion bump.
2019-09-24 Maxim Douninrelease-1.17.4 tag
2019-09-24 Maxim Douninnginx-1.17.4-RELEASE release-1.17.4
2019-09-24 Maxim DouninUpdated OpenSSL used for win32 builds.
2019-09-23 Ruslan ErmilovHTTP/2: fixed worker_shutdown_timeout.
2019-09-23 Ruslan ErmilovHTTP/2: fixed possible alert about left open socket...
2019-09-18 Maxim DouninHTTP/2: traffic-based flood detection.
2019-09-18 Maxim DouninHTTP/2: switched back to RST_STREAM with NO_ERROR.
2019-09-16 Sergey KandaurovSSL: fixed ssl_verify_client error message.
2019-09-10 Sergey KandaurovResolver: fixed possible use-after-free while resolving...
2019-09-10 Ruslan ErmilovHTTP/2: close connection on zero WINDOW_UPDATE.
2019-09-10 Ruslan ErmilovHTTP/2: close connection on frames with self-dependency.
2019-09-04 Sergey KandaurovFixed "return" with discarding invalid chunked body.
2019-09-03 Sergey KandaurovDetect runaway chunks in ngx_http_parse_chunked().
2019-08-19 Sergey KandaurovHTTP/2: discard remaining request body after redirect.
2019-08-16 Maxim DouninSSL: lowered log level for WSAECONNABORTED errors on...
2019-08-16 Maxim DouninVersion bump.
2019-08-13 Maxim Douninrelease-1.17.3 tag
2019-08-13 Maxim Douninnginx-1.17.3-RELEASE release-1.17.3
2019-08-13 Ruslan ErmilovHTTP/2: limited number of PRIORITY frames.
2019-08-13 Ruslan ErmilovHTTP/2: limited number of DATA frames.
2019-08-13 Sergey KandaurovHTTP/2: reject zero length headers with PROTOCOL_ERROR.
2019-08-01 Maxim DouninMail: fixed duplicate resolving.
2019-07-31 Maxim DouninGzip: fixed "zero size buf" alerts after ac5a741d39cf.
2019-07-31 Maxim DouninVersion bump.
2019-07-23 Maxim Douninrelease-1.17.2 tag
2019-07-23 Maxim Douninnginx-1.17.2-RELEASE release-1.17.2
2019-07-19 Maxim DouninCore: fixed memory leak on error, missed in c3f60d618c17.
2019-07-18 Maxim DouninXslt: fixed potential buffer overflow with null character.
2019-07-18 Maxim DouninSSI: avoid potential buffer overflow.
2019-07-18 Maxim DouninUpstream: fixed EOF handling in unbuffered and upgraded...
2019-07-18 Maxim DouninHTTP/2: return error on output on closed stream.
2019-07-18 Maxim DouninCore: fixed segfault with too large bucket sizes (ticke...
2019-07-17 Maxim DouninPerl: removed unused variable, forgotten in 975d7ab37b39.
2019-07-12 Ilya LeoshkevichGzip: use zlib to write header and trailer.
2019-07-12 Maxim DouninPerl: named locations in $r->internal_redirect().
2019-07-12 Maxim DouninPerl: expect escaped URIs in $r->internal_redirect().
2019-07-12 Maxim DouninPerl: additional ctx->header_sent checks.
2019-07-12 Maxim DouninPerl: avoid returning 500 if header was already sent.
2019-07-12 Maxim DouninPerl: avoid redirects on errors.
2019-07-12 Maxim DouninPerl: disabled unrelated calls from variable handlers.
2019-07-12 Maxim DouninPerl: protection against duplicate $r->sleep() calls.
2019-07-12 Maxim DouninPerl: handling of allocation errors.
2019-07-12 Maxim DouninPerl: propagate errors.
2019-07-12 Maxim DouninPerl: reworked perl module to pass ctx instead of request.
2019-07-11 Maxim DouninPerl: removed unneeded NGX_DONE test.
2019-06-30 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2019-07-09 Maxim DouninTypo.
2019-07-09 Maxim DouninVersion bump.
2019-06-25 Maxim Douninrelease-1.17.1 tag
2019-06-25 Maxim Douninnginx-1.17.1-RELEASE release-1.17.1
2019-06-25 Maxim DouninUpdated OpenSSL used for win32 builds.
2019-06-17 Maxim DouninPerl: disabled not_modified filter (ticket #1786).
2019-06-05 Roman ArutyunyanLimit req: limit_req_dry_run directive.
2019-06-03 Roman ArutyunyanUpstream: background cache update before cache send...
2019-05-23 Niklas KellerUpstream hash: fall back to round-robin if hash key...
2019-05-27 Roman ArutyunyanVersion bump.
2019-05-21 Maxim Douninrelease-1.17.0 tag
2019-05-21 Maxim Douninnginx-1.17.0-RELEASE release-1.17.0
2016-04-11 Sergey KandaurovSSL: removed OpenSSL 0.9.7 compatibility.
next