]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2016-07-06 Ruslan ErmilovUse NGX_MAX_PATH_LEVEL where appropriate.
2016-07-06 Ruslan ErmilovVersion bump.
2016-07-05 Maxim Douninrelease-1.11.2 tag
2016-07-05 Maxim Douninnginx-1.11.2-RELEASE release-1.11.2
2016-07-05 Maxim DouninUpdated PCRE used for win32 builds.
2016-05-18 Roman ArutyunyanStream: return module.
2016-06-29 Vladimir HomutovStream: SSL-related variables.
2016-06-29 Vladimir HomutovStream: got rid of pseudo variables.
2016-06-29 Vladimir HomutovStream: map module.
2016-06-14 Vladimir HomutovStream: core module variables.
2016-07-04 Vladimir HomutovStream: variables and script.
2016-06-15 Vladimir HomutovStream: added preconfiguration step.
2016-07-02 Roman ArutyunyanSub filter: eliminate unnecessary buffering.
2016-07-02 Roman ArutyunyanSub filter: introduced the ngx_http_sub_match() function.
2016-06-30 Maxim DouninInternal md5 and sha1 implementations are now always...
2016-06-29 Ruslan ErmilovRemoved unused flag accept_context_updated from ngx_eve...
2016-06-27 Roman ArutyunyanStyle.
2016-06-22 Piotr SikoraHTTP/2: style.
2016-06-22 Roman ArutyunyanStyle.
2016-06-22 Roman ArutyunyanStream: use ngx_pcalloc() in ngx_stream_proxy_bind().
2016-06-20 Roman ArutyunyanFixed build on MSVC.
2016-06-20 Roman ArutyunyanStream: set SO_REUSEADDR for UDP upstream sockets.
2016-06-20 Roman ArutyunyanStream: support for $remote_port in proxy_bind.
2016-06-20 Roman ArutyunyanUpstream: support for port in proxy_bind and friends.
2016-06-20 Roman ArutyunyanIntroduced ngx_inet_get_port() and ngx_inet_set_port...
2016-06-20 Andrei BelovSet IP_BIND_ADDRESS_NO_PORT socket option for upstream...
2016-06-15 Tim TaubertSSL: ngx_ssl_ciphers() to set list of ciphers.
2016-06-16 Valentin BartenevHTTP/2: fixed the "http request count is zero" alert.
2016-06-16 Valentin BartenevHTTP/2: avoid adding Content-Length for requests withou...
2016-06-16 Valentin BartenevHTTP/2: prevented double termination of a stream.
2016-06-16 Valentin BartenevHTTP/2: fixed a segfault while processing unbuffered...
2016-06-09 Maxim DouninAn internal SHA1 implementation.
2016-06-08 Otto KekäläinenFixed spelling.
2016-06-07 Valentin BartenevFixed an error log message.
2016-06-07 Sergey KandaurovConfigure: revised GCC version processing.
2016-06-07 Sergey KandaurovVersion bump.
2016-05-31 Maxim Douninrelease-1.11.1 tag
2016-05-31 Maxim Douninnginx-1.11.1-RELEASE release-1.11.1
2016-05-31 Maxim DouninCore: skip special buffers on writing (ticket #981).
2016-05-30 Maxim DouninTrailing spaces removed.
2016-05-24 Valentin BartenevHTTP/2: unbreak build on MSVC.
2016-05-24 Valentin BartenevVersion bump.
2016-05-24 Maxim Douninrelease-1.11.0 tag
2016-05-24 Maxim Douninnginx-1.11.0-RELEASE release-1.11.0
2016-05-24 Maxim DouninUpdated OpenSSL used for win32 builds.
2016-05-24 Maxim DouninFixed build on MSVC.
2016-05-24 Valentin BartenevHTTP/2: implemented preread buffer for request body...
2016-05-23 Ruslan ErmilovRealip: detect duplicate real_ip_header directive.
2016-05-23 Dmitry VolyntsevRealip: port support in X-Real-IP and X-Forwarded-For.
2016-05-23 Dmitry VolyntsevRealip: take client port from PROXY protocol header.
2016-05-23 Dmitry VolyntsevAdded the $realip_remote_port variable.
2016-05-23 Dmitry VolyntsevAdded the $proxy_protocol_port variable.
2016-05-23 Maxim DouninRenamed "u" to "sockaddr" in listen options types.
2016-05-23 Ruslan ErmilovIntroduced the ngx_sockaddr_t type.
2016-05-23 Ruslan ErmilovStream: fixed duplicate listen address detection.
2016-05-20 Ruslan ErmilovUse ngx_cmp_sockaddr() where appropriate.
2016-05-20 Valentin BartenevHTTP/2: the "421 Misdirected Request" response (closes...
2016-05-20 Ruslan ErmilovBelatedly changed the ngx_create_listening() prototype.
2016-05-19 Maxim DouninSSL: removed default DH parameters.
2016-05-19 Maxim DouninSSL: support for multiple curves (ticket #885).
2016-05-19 Maxim DouninSSL: style.
2016-05-19 Maxim DouninSSL: error messages style.
2016-05-19 Maxim DouninSSL: support for multiple certificates (ticket #814).
2016-05-19 Maxim DouninSSL: support for per-certificate chains.
2016-05-19 Maxim DouninSSL: made it possible to iterate though all certificates.
2016-05-19 Maxim DouninOCSP stapling: additional function to configure staplin...
2016-05-19 Maxim DouninOCSP stapling: staple now extracted via SSL_get_certifi...
2016-05-19 Maxim DouninOCSP stapling: staple now stored in certificate, not...
2016-05-19 Maxim DouninOCSP stapling: staple provided in arguments.
2016-05-18 Maxim DouninAdded overflow checks for version numbers (ticket ...
2016-05-18 Maxim DouninEvents: close descriptors on errors in ngx_epoll_test_r...
2016-05-18 Maxim DouninEvents: changed ngx_epoll_test_rdhup() to use existing...
2016-05-18 Maxim DouninFixed work with --test-build-epoll after f7849bfb6d21.
2016-05-16 Maxim DouninCache: fixed updating bypassed cached errors (ticket...
2016-05-16 Maxim DouninDav: return 501 on PUT with ranges (ticket #948).
2016-05-16 Valentin BartenevFixed an error log message about epoll_wait() timeout.
2016-05-13 Valentin BartenevImproved EPOLLRDHUP handling.
2016-05-12 Dmitry VolyntsevMap: support of complex values in resulting strings.
2016-05-11 Ruslan ErmilovRemoved a surplus condition from ngx_parse_inet6_url().
2016-05-11 Valentin BartenevCore: fixed port handling in ngx_parse_inet6_url().
2016-04-28 Ruslan ErmilovRemoved unused flag unexpected_eof from ngx_connection_t.
2016-04-26 Vladimir HomutovVariable $request_id.
2015-12-18 Roman ArutyunyanUpstream: the "transparent" parameter of proxy_bind...
2016-04-13 Roman ArutyunyanStream: prepared proxy_bind to accept parameters.
2016-04-13 Roman ArutyunyanUpstream: prepared proxy_bind to accept parameters.
2016-04-26 Ruslan ErmilovRemoved some bitrot.
2016-04-26 Ruslan ErmilovVersion bump.
2016-04-19 Maxim Douninrelease-1.9.15 tag
2016-04-19 Maxim Douninnginx-1.9.15-RELEASE release-1.9.15
2016-04-19 Valentin BartenevHTTP/2: send the output queue after emitting WINDOW_UPDATE.
2016-04-19 Valentin BartenevHTTP/2: skip data frames in case of internal errors.
2016-04-19 Valentin BartenevHTTP/2: don't send WINDOW_UPDATE for an empty request...
2016-04-19 Maxim DouninThread pools: memory barriers in task completion notifi...
2016-04-18 Maxim DouninHTTP/2: write logs when refusing streams with data.
2016-04-14 Valentin BartenevHTTP/2: send WINDOW_UPDATE instead of RST_STREAM with...
2016-04-14 Valentin BartenevHTTP/2: refuse streams with data until SETTINGS is...
2016-04-14 Valentin BartenevHTTP/2: deduplicated some code in ngx_http_v2_state_hea...
2016-04-11 Valentin BartenevFastCGI: skip special bufs in buffered request body...
2016-04-12 Ruslan ErmilovFixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8...
2016-04-11 Alessandro... Fixed typos.
next