]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2019-01-24 Maxim DouninWin32: added WSAPoll() support.
2019-01-24 Maxim DouninWin32: properly enabled select on Windows.
2019-01-24 Maxim DouninEvents: fixed copying of old events in poll init.
2018-12-27 Roman ArutyunyanStream: do not split datagrams when limiting proxy...
2019-01-14 Roman ArutyunyanPrevented scheduling events on a shared connection.
2019-01-17 Vladimir HomutovAdded the ngx_http_test_required_predicates() function.
2019-01-17 Vladimir HomutovVersion bump.
2018-12-25 Maxim Douninrelease-1.15.8 tag
2018-12-25 Maxim Douninnginx-1.15.8-RELEASE release-1.15.8
2018-12-25 Vladimir HomutovAutoindex: fixed possible integer overflow on 32-bit...
2018-12-24 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2018-12-24 Maxim DouninWin32: removed NGX_DIR_MASK concept.
2018-12-24 Sergey KandaurovUserid: using stub for AF_UNIX addresses.
2018-12-18 Sergey KandaurovSSL: avoid reading on pending SSL_write_early_data().
2018-12-14 Maxim DouninGeo: fixed handling of AF_UNIX client addresses (ticket...
2018-12-13 Ruslan ErmilovUpstream: implemented $upstream_bytes_sent.
2018-12-11 Roman ArutyunyanResolver: report SRV resolve failure if all A resolves...
2018-12-11 Roman ArutyunyanCopy regex unnamed captures to cloned subrequests.
2018-12-11 Roman ArutyunyanVersion bump.
2018-11-27 Maxim Douninrelease-1.15.7 tag
2018-11-27 Maxim Douninnginx-1.15.7-RELEASE release-1.15.7
2018-11-27 Maxim DouninUpdated OpenSSL used for win32 builds.
2018-11-26 Maxim DouninNegative size buffers detection.
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...
next