]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2017-07-11 Maxim DouninCore: disabled SO_REUSEPORT when testing config (ticket...
2017-07-11 Maxim DouninVersion bump.
2017-07-11 Maxim Douninrelease-1.13.3 tag
2017-07-11 Maxim Douninnginx-1.13.3-RELEASE release-1.13.3
2017-07-11 Maxim DouninRange filter: avoid negative range start.
2017-07-11 Maxim DouninRange filter: protect from total size overflows.
2017-07-07 Ruslan ErmilovVariables: use ngx_http_variable_null_value where appro...
2017-07-04 Ruslan ErmilovResolver: cancelable resend timer event.
2017-07-04 Sergey KandaurovResolver: factored out setting a timer for resolver...
2017-07-04 Ruslan ErmilovSlab: fixed small allocations on systems with large...
2017-07-04 Ruslan ErmilovSlab: style.
2017-07-04 Roman ArutyunyanResolver: fixed possible use-after-free while resolving...
2017-03-15 Piotr SikoraProxy: split configured header names and values.
2017-07-03 Maxim DouninVersion bump.
2017-06-27 Maxim Douninrelease-1.13.2 tag
2017-06-27 Maxim Douninnginx-1.13.2-RELEASE release-1.13.2
2017-06-26 Maxim DouninRange filter: allowed ranges on empty files (ticket...
2017-06-22 Maxim DouninUpstream: introduced ngx_http_upstream_ssl_handshake_ha...
2017-06-14 Roman ArutyunyanUpstream: fixed running posted requests (ticket #788).
2017-06-14 Roman ArutyunyanResolver: added the "async" flag to resolver context.
2017-06-19 Bart WarmerdamResolver: fixed allocation error handling while resolvi...
2017-06-16 Ruslan ErmilovIntroduced ngx_rwlock_downgrade().
2017-06-16 Ruslan ErmilovAdded memory barrier semantics to ngx_rwlock_unlock().
2017-03-24 Piotr SikoraHeaders filter: added "add_trailer" directive.
2017-03-24 Piotr SikoraHTTP/2: added support for trailers in HTTP responses.
2017-03-24 Piotr SikoraAdded support for trailers in HTTP responses.
2017-06-14 Ruslan ErmilovGzip: fixed style in $gzip_ratio variable handler.
2017-06-14 Ruslan ErmilovRemoved excessive casts for ngx_file_info().
2017-06-06 Orgad ShanehConfigure: use .exe for binaries for all win32 compilers.
2017-06-06 Orgad ShanehConfigure: fix compilation on MSYS2 / MinGW64.
2017-06-13 Piotr SikoraHTTP/2: reject HTTP/2 requests without ":scheme" pseudo...
2017-06-07 Sergey KandaurovUserid: ngx_http_get_indexed_variable() error handling.
2017-06-07 Sergey KandaurovFixed segfault in try_files with nested location.
2017-06-07 Sergey KandaurovSSI: return NGX_ERROR when timefmt memory allocation...
2017-06-02 Piotr SikoraHTTP/2: don't send SETTINGS ACK before already queued...
2017-06-02 Piotr SikoraHTTP/2: make SETTINGS ACK frame reusable.
2017-06-02 Piotr SikoraHTTP/2: send SETTINGS ACK after applying all SETTINGS...
2017-06-02 Piotr SikoraHTTP/2: emit new frames only after applying all SETTING...
2017-06-02 Sergey KandaurovConfigure: enabled rpath for NetBSD.
2017-06-01 Roman ArutyunyanConfigure: disabled IP_PKTINFO feature on certain platf...
2017-06-01 Maxim DouninStyle.
2017-05-31 Piotr SikoraUpstream: style.
2017-05-31 Piotr SikoraHeaders filter: style.
2017-05-30 Piotr SikoraHTTP/2: add debug logging of pseudo-headers and cookies.
2017-05-30 Valentin BartenevVersion bump.
2017-05-30 Maxim Douninrelease-1.13.1 tag
2017-05-30 Maxim Douninnginx-1.13.1-RELEASE release-1.13.1
2017-05-30 Maxim DouninUpdated OpenSSL used for win32 builds.
2017-05-29 Roman ArutyunyanFixed background requests with asynchronous operations.
2017-05-29 Maxim DouninConfigure: sched_setaffinity() test moved to auto/unix.
2017-05-29 Maxim DouninStyle: changed checks of ngx_ssl_create_connection...
2017-05-29 Maxim DouninSSL: set TCP_NODELAY on SSL connections before handshake.
2017-05-26 Ruslan ErmilovIntroduced ngx_tcp_nodelay().
2017-05-25 Roman ArutyunyanBackground subrequests for cache updates.
2017-05-24 Roman ArutyunyanFixed deferred accept with EPOLLRDHUP enabled (ticket...
2017-05-23 Valentin BartenevHTTP/2: fixed segfault when memory allocation failed.
2017-05-22 Maxim DouninContrib: proper syntax parsing in vim syntax highlighting.
2017-05-18 Dmitry VolyntsevCache: ignore long locked entries during forced expire.
2017-05-18 Sergey KandaurovUpstream: fixed u->headers_in.headers allocation error...
2017-05-15 Maxim DouninConfigure: recent Sun C versions.
2017-05-15 Maxim DouninConfigure: disabled gcc atomics with Sun C (ticket...
2017-05-15 Maxim DouninConfigure: style.
2017-05-15 Ruslan ErmilovRealip: allow hostnames in set_real_ip_from (ticket...
2017-05-15 Ruslan ErmilovAccess: simplified rule parser code.
2017-05-03 Sergey KandaurovSSL: allowed renegotiation in client mode with OpenSSL...
2017-04-27 Maxim DouninAdded missing "fall through" comments (ticket #1259).
2017-04-25 Ruslan ErmilovDon't pretend we support HTTP major versions >1 as...
2017-04-25 Ruslan ErmilovVersion bump.
2017-04-25 Maxim Douninrelease-1.13.0 tag
2017-04-25 Maxim Douninnginx-1.13.0-RELEASE release-1.13.0
2017-04-24 Valentin BartenevHTTP/2: reduced difference to HTTP/1.x in reading reque...
2017-04-24 Valentin BartenevHTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
2017-04-20 Sergey KandaurovGzip static: use an appropriate error on memory allocat...
2017-04-20 Sergey KandaurovCleaned up r->headers_out.headers allocation error...
2017-04-20 Igor SysoevCore: signal sender pid logging.
2017-04-18 Sergey KandaurovSub filter: restored ngx_http_set_ctx() at the proper...
2017-04-18 Sergey KandaurovSSL: compatibility with OpenSSL master branch.
2017-04-18 Sergey KandaurovSSL: disabled renegotiation detection in client mode.
2017-04-18 Sergey KandaurovSSL: added support for TLSv1.3 in ssl_protocols directive.
2017-04-11 Roman ArutyunyanSet UDP datagram source address (ticket #1239).
2017-04-18 Sergey KandaurovCore: removed extra ngx_alloc() and ngx_calloc() protot...
2017-04-17 Sergey KandaurovEnabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.
2017-04-11 Simon LeblancAdded support for the "308 Permanent Redirect" (ticket...
2017-04-03 Vladimir HomutovMail: configurable socket buffer sizes.
2017-04-03 Vladimir HomutovStream: configurable socket buffer sizes.
2017-04-12 Valentin BartenevCore: improved JSON escaping.
2017-04-12 Ruslan ErmilovUse ngx_calloc_buf() where appropriate.
2017-04-12 Ruslan ErmilovVersion bump.
2017-04-04 Maxim Douninrelease-1.11.13 tag
2017-04-04 Maxim Douninnginx-1.11.13-RELEASE release-1.11.13
2017-03-24 Piotr SikoraUpstream: allow recovery from "429 Too Many Requests...
2017-03-24 Piotr SikoraAdded support for "429 Too Many Requests" response...
2017-04-03 hucongcongFixed type.
2017-03-31 Roman ArutyunyanSlice filter: prevented slice redirection (ticket ...
2017-03-28 Roman ArutyunyanSlice filter: allowed at most one subrequest at a time.
2017-04-02 Maxim DouninMoved handling of wev->delayed to the connection event...
2017-04-02 Maxim DouninPerl: fixed delaying subrequests.
2017-04-02 Maxim DouninLimit req: fixed delaying subrequests.
2017-03-26 Piotr SikoraHTTP/2: style and typos.
2017-03-29 Valentin BartenevHTTP/2: fixed connection finalization.
next