]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2018-11-21 Maxim DouninMp4: fixed possible pointer overflow on 32-bit platforms.
2018-11-21 Maxim DouninLimit req: "delay=" parameter.
2018-11-21 Maxim DouninLimit req: fixed error message wording.
2018-11-21 Vladimir HomutovUpstream: revised upstream response time variables.
2018-11-21 Vladimir HomutovUpstream: removed unused ngx_http_upstream_t.timeout...
2018-11-15 Maxim DouninCore: ngx_explicit_memzero().
2018-11-15 Ruslan ErmilovCore: free shared memory on cycle initialization failure.
2018-11-12 Vladimir HomutovStream: proxy_requests directive.
2018-11-12 Vladimir HomutovStream: session completion check code moved to a separa...
2018-11-07 Vladimir HomutovStream: fixed possible use of a freed connection.
2018-11-13 Vladimir HomutovVersion bump.
2018-11-06 Maxim Douninrelease-1.15.6 tag
2018-11-06 Maxim Douninnginx-1.15.6-RELEASE release-1.15.6
2018-11-06 Maxim DouningRPC: limited allocations due to ping and settings...
2018-11-06 Ruslan ErmilovHTTP/2: limit the number of idle state switches.
2018-11-06 Ruslan ErmilovHTTP/2: flood detection.
2018-11-06 Roman ArutyunyanMp4: fixed reading 64-bit atoms.
2018-10-31 Maxim DouninCache: improved keys zone size error reporting.
2018-10-31 Maxim DouninCache: fixed minimum cache keys zone size limit.
2018-10-19 chronolawA minor code clean for macro ngx_event_get_conf in...
2018-10-23 Maxim DouninSSL: explicitly set maximum version (ticket #1654).
2018-10-03 Vladimir HomutovUpstream: proxy_socket_keepalive and friends.
2018-10-03 Vladimir HomutovVersion bump.
2018-10-02 Maxim Douninrelease-1.15.5 tag
2018-10-02 Maxim Douninnginx-1.15.5-RELEASE release-1.15.5
2018-10-02 Maxim DouninSSL: fixed segfault on renegotiation (ticket #1646).
2018-10-02 Ruslan ErmilovFixed off-by-one error in shared zone initialization.
2018-09-25 Ruslan ErmilovSSL: fixed unlocked access to sess_id->len.
2018-09-27 Ruslan ErmilovVersion bump.
2018-09-25 Maxim Douninrelease-1.15.4 tag
2018-09-25 Maxim Douninnginx-1.15.4-RELEASE release-1.15.4
2018-09-25 Maxim DouninSSL: logging level of "no suitable signature algorithm".
2018-09-25 Maxim DouninSSL: logging level of "no suitable key share".
2018-09-24 Gena MakhomedCache: status must be less then 599 in *_cache_valid...
2018-09-19 Nova DasSarmaRemoved bgcolor attribute on body in error pages and...
2018-09-21 Sergey KandaurovSSL: support for TLSv1.3 early data with OpenSSL.
2018-09-21 Maxim DouninSSL: disabled renegotiation checks with SSL_OP_NO_RENEG...
2018-09-21 Maxim DouninRewrite: removed r->err_status special handling (ticket...
2018-09-21 Maxim DouninFixed socket leak with "return 444" in error_page ...
2018-09-10 Maxim DouninSSL: restore handlers after blocking.
2018-09-10 Maxim DouninSSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_RE...
2018-09-10 Maxim DouninLingering close changed to handle NGX_AGAIN.
2018-09-03 Maxim DouningRPC: disabled keepalive when sending control frames...
2018-09-03 Maxim DouningRPC: improved keepalive handling.
2018-09-03 Maxim DouninUwsgi: added a check on maximum uwsgi request size.
2018-09-03 Maxim DouninUwsgi: style.
2018-08-30 Roman ArutyunyanVersion bump.
2018-08-29 Roman ArutyunyanStream: avoid potential infinite loop at preread phase.
2018-08-28 Maxim Douninrelease-1.15.3 tag
2018-08-28 Maxim Douninnginx-1.15.3-RELEASE release-1.15.3
2018-08-28 Maxim DouninUpdated OpenSSL used for win32 builds.
2018-08-24 Vladimir HomutovUpstream: fixed request chain traversal (ticket #1618).
2018-08-10 Maxim DouninUpstream keepalive: keepalive_requests directive.
2018-08-10 Maxim DouninUpstream keepalive: keepalive_timeout directive.
2018-08-10 Maxim DouninUpstream keepalive: comment added.
2018-08-10 Maxim DouninSSL: fixed build with LibreSSL 2.8.0 (ticket #1605).
2018-08-10 Maxim KonovalovA link to the error_log directive on nginx.org removed.
2018-08-09 Maxim DouninHTTP/2: workaround for clients which fail on table...
2018-08-09 Maxim DouninSkipping spaces in configuration files (ticket #1557).
2018-08-06 Maxim DouninSSL: support for TLSv1.3 early data with BoringSSL.
2018-08-06 Maxim DouninSSL: enabled TLSv1.3 with BoringSSL.
2018-08-02 Sergey KandaurovDav: removed dead store after 8e7a5de61664.
2018-07-31 Maxim DouninDav: changed COPY of a file to preserve access mask.
2018-07-31 Maxim DouninDav: changed ngx_copy_file() to preserve access and...
2018-07-31 Maxim DouninDav: fixed ngx_copy_file() to truncate destination...
2018-07-24 Sergey KandaurovConfigure: fixed compiler warnings with "-Wall -Wextra".
2018-07-24 Sergey KandaurovVersion bump.
2018-07-24 Maxim Douninrelease-1.15.2 tag
2018-07-24 Maxim Douninnginx-1.15.2-RELEASE release-1.15.2
2018-07-22 Maxim DouninFixed NGX_TID_T_FMT format specification for uint64_t.
2018-07-18 Sergey KandaurovStream ssl_preread: added SSLv2 Client Hello support.
2018-07-17 Ruslan ErmilovFixed invalid access to location defined as an empty...
2018-07-17 Sergey KandaurovSSL: save sessions for upstream peers using a callback...
2018-07-16 Maxim DouninSSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket...
2018-07-16 Maxim DouninSSL: fixed SSL_clear_options() usage with OpenSSL 1...
2018-07-16 Maxim DouninSSL: logging levels of "unsupported protocol", "version...
2018-07-12 Maxim DouninEvents: added configuration check on the number of...
2018-07-12 Maxim DouninEvents: moved sockets cloning to ngx_event_init_conf().
2018-07-11 Roman ArutyunyanStream ssl_preread: $ssl_preread_protocol variable.
2018-07-12 Ruslan ErmilovAllow resetting connections closed by "return 444"...
2018-07-05 Maxim DouninResolver: retry sending queries on errors (ticket ...
2018-07-05 Maxim DouninSSL: logging level of "https proxy request" errors.
2018-07-05 Maxim DouninVersion bump.
2018-07-03 Maxim Douninrelease-1.15.1 tag
2018-07-03 Maxim Douninnginx-1.15.1-RELEASE release-1.15.1
2018-07-02 Maxim DouninUpstream: fixed tcp_nopush with gRPC.
2018-07-02 Maxim DouninUpstream: fixed unexpected tcp_nopush usage on peer...
2018-07-02 Maxim DouningRPC: clearing buffers in ngx_http_grpc_get_buf().
2018-07-02 Ruslan ErmilovAdded FreeBSD support for "listen ... reuseport".
2018-06-15 Valentin BartenevMIME: added font/woff2 type (ticket #1243).
2018-06-15 Valentin BartenevMIME: changed type for woff to font/woff (ticket #1243).
2018-06-15 Vladimir HomutovUpstream: ngx_http_upstream_random module.
2018-06-14 Ruslan ErmilovUpstream: improved peer selection concurrency for hash...
2018-06-13 Ruslan ErmilovResolver: require name servers.
2018-06-13 Ruslan ErmilovResolver: allocate resolver from configuration pool.
2018-06-13 Maxim DouninUpstream: disable body cleanup with preserve_output...
2018-06-07 Ruslan ErmilovHTTP/2: use scheme from original request for pushes...
2018-06-07 Ruslan ErmilovAdded r->schema.
2018-06-07 Ruslan ErmilovRemoved extraneous check while processing request line.
2018-06-07 Ruslan ErmilovHTTP/2: validate client request scheme.
next