3

nginx: log

 3 years ago
source link: http://hg.nginx.org/nginx/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Mercurial > nginx

age author description 8 hours ago Maxim Dounin release-1.19.10 tag default tip 8 hours ago Maxim Dounin nginx-1.19.10-RELEASE release-1.19.10 6 days ago Maxim Dounin Changed keepalive_requests default to 1000 (ticket #2155). 6 days ago Maxim Dounin Added $connection_time variable. 6 days ago Maxim Dounin Introduced the "keepalive_time" directive. 7 days ago Maxim Dounin HTTP/2: relaxed PRIORITY frames limit. 8 days ago Maxim Dounin Configure: fixed --test-build-epoll on FreeBSD 13. 8 days ago Maxim Dounin Gzip: updated handling of zlib variant from Intel. 8 days ago Maxim Dounin Gzip: support for zlib-ng. 8 days ago Maxim Dounin Version bump. 2 weeks ago Maxim Dounin release-1.19.9 tag 2 weeks ago Maxim Dounin nginx-1.19.9-RELEASE release-1.19.9 2 weeks ago Maxim Dounin Updated OpenSSL used for win32 builds. 2 weeks ago Maxim Dounin Fixed handling of already closed connections. 2 weeks ago Maxim Dounin Upstream: fixed broken connection check with eventport. 2 weeks ago Maxim Dounin Upstream: fixed non-buffered proxying with eventport. 2 weeks ago Maxim Dounin Resolver: added missing event handling after reading. 2 weeks ago Maxim Dounin Events: fixed "port_dissociate() failed" alerts with eventport. 2 weeks ago Maxim Dounin Events: fixed expiration of timers in the past. 2 weeks ago Maxim Dounin HTTP/2: improved handling of "keepalive_timeout 0". 2 weeks ago Sergey Kandaurov Cancel keepalive and lingering close on EOF better (ticket #2145). 3 weeks ago Maxim Dounin gRPC: fixed handling of padding on DATA frames. 4 weeks ago Ruslan Ermilov Removed "ch" argument from ngx_pass_open_channel(). 4 weeks ago Maxim Dounin Mail: fixed build without SSL. 4 weeks ago Maxim Dounin Version bump. 5 weeks ago Maxim Dounin release-1.19.8 tag 5 weeks ago Maxim Dounin nginx-1.19.8-RELEASE release-1.19.8 5 weeks ago Maxim Dounin Updated OpenSSL used for win32 builds. 5 weeks ago Maxim Dounin Mail: sending of the PROXY protocol to backends. 5 weeks ago Maxim Dounin Mail: realip module. 5 weeks ago Maxim Dounin Mail: parsing of the PROXY protocol from clients. 5 weeks ago Maxim Dounin Mail: made auth http creating request easier to extend. 5 weeks ago Maxim Dounin Mail: fixed log action after SSL handshake. 5 weeks ago Maxim Dounin Mail: postponed session initialization under accept mutex. 5 weeks ago Maxim Dounin Mail: added missing event handling after reading data. 5 weeks ago Maxim Dounin Mail: added missing event handling after blocking events. 5 weeks ago Maxim Dounin Events: fixed eventport handling in ngx_handle_read_event(). 5 weeks ago Maxim Dounin SSL: fixed build by Sun C with old OpenSSL versions. 6 weeks ago Ruslan Ermilov Proxy: variables support in "proxy_cookie_flags" flags. 6 weeks ago Maxim Dounin Introduced strerrordesc_np() support. 6 weeks ago Maxim Dounin Improved maximum errno detection. 6 weeks ago Maxim Dounin HTTP/2: client_header_timeout before first request (ticket #2142). 6 weeks ago Maxim Dounin Contrib: vim syntax, default highlighting (ticket #2141). 7 weeks ago Maxim Dounin SSL: added check for debugging. 7 weeks ago Maxim Dounin SSL: added missed error reporting during variables evaluation. 7 weeks ago Maxim Dounin SSL: X509_NAME_oneline() error handling. 7 weeks ago Ruslan Ermilov Configure: marked top-level make targets as phony. 7 weeks ago Ruslan Ermilov Version bump. 8 weeks ago Maxim Dounin release-1.19.7 tag 8 weeks ago Maxim Dounin nginx-1.19.7-RELEASE release-1.19.7 2 months ago Maxim Dounin HTTP/2: removed http2_max_field_size and http2_max_header_size. 2 months ago Maxim Dounin HTTP/2: keepalive_timeout now armed once between requests. 2 months ago Maxim Dounin HTTP/2: removed http2_idle_timeout and http2_max_requests. 2 months ago Maxim Dounin HTTP/2: removed http2_recv_timeout. 2 months ago Maxim Dounin HTTP/2: removed SPDY directives handling. 2 months ago Maxim Dounin HTTP/2: fixed reusing connections with active requests. 2 months ago Maxim Dounin HTTP/2: reuse of connections with incomplete frames. 2 months ago Maxim Dounin Additional connections reuse. 2 months ago Maxim Dounin Reuse of connections in lingering close. 2 months ago Ruslan Ermilov HTTP/2: lingering close changed to handle NGX_AGAIN. 2 months ago Sergey Kandaurov Clean up trailers in ngx_http_clean_header() as well. 2 months ago Maxim Dounin Year 2021. 2 months ago Maxim Dounin Core: removed post_accept_timeout. 2 months ago Maxim Dounin Removed incorrect optimization of HEAD requests. 3 months ago Maxim Dounin Upstream: fixed zero size buf alerts on extra data (ticket #2117). 3 months ago Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives. 3 months ago Maxim Dounin Version bump. 3 months ago Maxim Dounin release-1.19.6 tag 3 months ago Maxim Dounin nginx-1.19.6-RELEASE release-1.19.6 3 months ago Maxim Dounin Updated OpenSSL used for win32 builds. 4 months ago Maxim Dounin Fixed double close of non-regular files in flv and mp4. 4 months ago Maxim Dounin Removed extra allocation for r->uri. 4 months ago Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079). 4 months ago Ruslan Ermilov SSL: fixed SSL shutdown on lingering close. 4 months ago Ruslan Ermilov Upstream: excluded down servers from the next_upstream tries. 4 months ago Ruslan Ermilov Version bump. 4 months ago Maxim Dounin release-1.19.5 tag 4 months ago Maxim Dounin nginx-1.19.5-RELEASE release-1.19.5 4 months ago Pavel Pautov gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses. 4 months ago Sergey Kandaurov Use .Mt to mark up email addresses. 4 months ago Igor Ippolitov Core: "-e" command line option. 5 months ago Maxim Dounin Configure: shared sources for addon modules. 5 months ago Maxim Dounin Configure: initialization of NGX_ADDON_SRCS. 5 months ago Maxim Dounin Configure: style. 5 months ago Maxim Dounin Request body: removed error assumption (ticket #2058). 5 months ago Maxim Dounin Request body: improved logging. 5 months ago Ruslan Ermilov SSL: fixed non-working SSL shutdown on lingering close. 5 months ago Ruslan Ermilov Removed dead code from ngx_http_set_keepalive(). 5 months ago Vladimir Homutov Core: added format specifiers to output binary data as hex. 5 months ago Vladimir Homutov Version bump. 5 months ago Maxim Dounin release-1.19.4 tag 5 months ago Maxim Dounin nginx-1.19.4-RELEASE release-1.19.4 5 months ago Maxim Dounin SSL: ssl_reject_handshake directive (ticket #195). 5 months ago Maxim Dounin Stream: proxy_ssl_conf_command directive. 5 months ago Maxim Dounin Upstream: proxy_ssl_conf_command and friends. 5 months ago Maxim Dounin SSL: ssl_conf_command directive. 5 months ago Maxim Dounin Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR. 6 months ago Ruslan Ermilov Cpp test: added stream. 6 months ago Maxim Dounin Limit req: unlocking of nodes on complex value errors. 6 months ago Maxim Dounin Mail: proxy_smtp_auth directive. 6 months ago Maxim Dounin Version bump. 6 months ago Maxim Dounin release-1.19.3 tag 6 months ago Maxim Dounin nginx-1.19.3-RELEASE release-1.19.3 6 months ago Maxim Dounin Updated OpenSSL used for win32 builds. 6 months ago Maxim Dounin Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4. 6 months ago Maxim Dounin Userid: userid_flags fixup. 6 months ago Maxim Dounin Resolver: improved error messages (ticket #2024). 6 months ago Maxim Dounin Userid: userid_flags directive to set cookie flags. 6 months ago Ruslan Ermilov Proxy: added the "proxy_cookie_flags" directive. 6 months ago Ruslan Ermilov Proxy: changed interface of some internal functions. 6 months ago Ruslan Ermilov Proxy: strengthen syntax checking for some directives. 7 months ago Pavel Pautov Stream: set module. 6 months ago Sergey Kandaurov SSL: abort handshake on SSL_set_SSL_CTX() errors. 6 months ago Maxim Dounin HTTP/2: run posted requests after reading body. 6 months ago Maxim Dounin HTTP/2: fixed segfault on DATA frames after 400 errors. 6 months ago Maxim Dounin SSL: disabled shutdown when there are buffered data. 6 months ago Maxim Dounin SSL: disabled shutdown after connection errors. 6 months ago Maxim Dounin SSL: fixed event handling during shutdown. 6 months ago Maxim Dounin SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1. 7 months ago Sergey Kandaurov Cache: keep c->body_start when Vary changes (ticket #2029).


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK