]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2016-09-13 Maxim Douninrelease-1.11.4 tag
2016-09-13 Maxim Douninnginx-1.11.4-RELEASE release-1.11.4
2016-09-12 Maxim DouninOCSP stapling: fixed using wrong responder with multipl...
2016-09-12 Sergey KandaurovSSL: improved session ticket callback error handling.
2016-09-12 Sergey KandaurovSSL: factored out digest and cipher in session ticket...
2016-09-08 Dmitry VolyntsevStream: increase default value for proxy_protocol_timeo...
2016-09-01 Dmitry VolyntsevStream: realip module.
2016-09-07 Dmitry VolyntsevCore: introduced ngx_cidr_match() function.
2016-09-06 Dmitry VolyntsevStream: allow using the session context inside handlers.
2016-09-06 Dmitry VolyntsevStream: $proxy_protocol_addr and $proxy_protocol_port.
2016-09-06 Dmitry VolyntsevStream: the "proxy_protocol" parameter of the "listen...
2016-09-06 Dmitry VolyntsevStream: postpone session initialization under accept...
2016-09-05 Vladimir HomutovStream: log module.
2016-09-02 Vladimir HomutovStream: upstream response time variables.
2016-09-02 Vladimir HomutovStream: $upstream_bytes_sent and $upstream_bytes_received.
2016-09-02 Vladimir HomutovStream: the $upstream_addr variable.
2016-08-11 Roman ArutyunyanStream: the $status variable.
2016-09-01 Maxim DouninEvent pipe: do not set file's thread_handler if not...
2016-09-01 Maxim DouninEvent pipe: process data after recv_chain() errors.
2016-09-01 Roman ArutyunyanRealip: fixed uninitialized memory access.
2016-08-26 Vladimir HomutovStream: the $protocol variable.
2016-08-26 Vladimir HomutovStream: the $session_time variable.
2016-08-26 Vladimir HomutovStream: the $bytes_received variable.
2016-08-15 Piotr SikoraThread pools: create threads in detached state.
2016-08-25 Sergey KandaurovGeo: fixed indentation.
2016-08-24 Maxim DouninContrib: unicode2nginx compatibility with recent Perl...
2016-08-23 Ruslan ErmilovGeo: fixed warnings when removing nonexistent ranges.
2016-08-23 Ruslan ErmilovGeo: fixed insertion of ranges specified in descending...
2016-08-23 Ruslan ErmilovGeo: fixed removing a range in certain cases.
2016-08-23 Ruslan ErmilovGeo: fixed overflow when iterating over ranges.
2016-08-22 Sergey KandaurovSSL: adopted session ticket handling for OpenSSL 1...
2016-08-18 Piotr SikoraSSL: remove no longer needed workaround for BoringSSL.
2016-08-22 Ruslan ErmilovEvents: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REU...
2016-08-17 Roman ArutyunyanEnsure "listen" exists in a mail or stream server ...
2016-08-18 Roman ArutyunyanFixed wrong type of the "line" field.
2016-08-18 Valentin BartenevGeo: fixed access to already freed memory.
2016-08-10 Vladimir HomutovUpstream: the $upstream_bytes_received variable.
2016-08-08 Ruslan ErmilovSimplified extraction of current time.
2016-08-08 Sergey KandaurovSSL: guarded SSL_R_NO_CIPHERS_PASSED not present in...
2016-08-04 Ruslan ErmilovAlways seed PRNG with PID, seconds, and milliseconds.
2016-08-04 Ruslan ErmilovFixed undefined behavior when left shifting signed...
2016-08-03 Ruslan ErmilovWin32: added per-thread random seeding.
2016-07-26 Vladimir HomutovStream: fixed build without stream_ssl_module (ticket...
2016-07-26 Vladimir HomutovVersion bump.
2016-07-26 Maxim Douninrelease-1.11.3 tag
2016-07-26 Maxim Douninnginx-1.11.3-RELEASE release-1.11.3
2016-07-06 Vladimir HomutovFixed regex captures handling without PCRE.
2016-06-14 Vladimir HomutovStream: variables in proxy_pass and proxy_ssl_name.
2016-07-19 Valentin BartenevHTTP/2: flushing of the SSL buffer in transition to...
2016-07-19 Valentin BartenevHTTP/2: refactored ngx_http_v2_send_output_queue().
2016-07-19 Valentin BartenevHTTP/2: fixed send timer handling.
2016-07-19 Valentin BartenevHTTP/2: avoid sending output queue if there's nothing...
2016-07-19 Valentin BartenevHTTP/2: always handle streams in error state.
2016-07-19 Valentin BartenevHTTP/2: prevented output of the HEADERS frame for cance...
2016-07-19 Valentin BartenevHTTP/2: always send GOAWAY while worker is shutting...
2016-07-15 Valentin BartenevEvents: support for EPOLLEXCLUSIVE.
2016-07-15 Valentin BartenevStyle: sorted epoll flags.
2016-07-15 Valentin BartenevEvents: the "accept_mutex" directive is turned off...
2016-07-12 Vladimir HomutovStream: split_clients module.
2016-06-30 Vladimir HomutovStream: geo module.
2016-07-12 Vladimir HomutovStream: geoip module.
2016-07-12 Vladimir HomutovStream: style.
2016-07-12 Vladimir HomutovStream: individual build options for modules.
2016-07-07 Sergey KandaurovHTTP/2: avoid left-shifting signed integer into the...
2016-07-07 Sergey KandaurovAvoid left-shifting integers into the sign bit, which...
2016-06-27 Piotr SikoraConfigure: stop polluting NGX_ namespace.
2016-06-27 Piotr SikoraConfigure: fix build with -Werror=old-style-definition.
2016-06-27 Piotr SikoraConfigure: fix build with -Werror=nonnull.
2016-06-27 Piotr SikoraConfigure: fix build with -Werror=unused-but-set-variable.
2016-06-27 Piotr SikoraConfigure: fix build with -Werror=unused-value.
2016-06-27 Piotr SikoraConfigure: style.
2015-10-24 Piotr SikoraConfigure: remove auto/lib/test, unused since nginx...
2016-07-07 Vladimir HomutovStream: resolver.
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.
next