]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2015-11-05 Valentin BartenevHTTP/2: backed out 16905ecbb49e (ticket #822).
2015-10-30 Maxim DouninFixed ngx_parse_time() out of bounds access (ticket...
2015-10-26 Vladimir HomutovSyslog: added "nohostname" option.
2015-10-27 Valentin BartenevHTTP/2: changed behavior of the "http2_max_field_size...
2015-10-27 Valentin BartenevHTTP/2: fixed spelling.
2015-10-27 Valentin BartenevVersion bump.
2015-10-27 Maxim Douninrelease-1.9.6 tag
2015-10-27 Maxim Douninnginx-1.9.6-RELEASE release-1.9.6
2015-10-26 Valentin BartenevHTTP/2: simplified checking the END_STREAM flag.
2015-10-26 Valentin BartenevHTTP/2: improved the ngx_http_v2_integer_octets(v)...
2015-10-26 Valentin BartenevHTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.
2015-09-27 Valentin BartenevHTTP/2: fixed splitting of response headers on CONTINUA...
2015-10-26 Valentin BartenevHTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.
2015-10-26 Valentin BartenevHTTP/2: simplified producing of the Last-Modified header.
2015-10-26 Valentin BartenevHTTP/2: fixed header block size calculation.
2015-10-02 Piotr SikoraHTTP/2: fix handling of connection errors.
2015-10-02 Piotr SikoraHTTP/2: fix indirect reprioritization.
2015-10-02 Piotr SikoraHTTP/2: reject self-dependent streams.
2015-10-24 Piotr SikoraCore: read/write locks are also required by the Stream...
2015-10-24 Piotr SikoraConfigure: style fixes for autoconf.err.
2015-10-20 Valentin BartenevHTTP/2: improved error handling while parsing integers.
2015-10-20 Ruslan ErmilovHTTP/2: improved HPACK integer parsing code readability.
2015-10-20 Maxim DouninWin32: timer_resolution now ignored with select.
2015-10-17 Kouhei SutouWin32: fixed build with MinGW and MinGW-w64 gcc.
2015-10-19 Maxim DouninStyle: unneeded casts of cf->args->elts removed.
2015-10-19 Maxim DouninFixed variables prefix comparison.
2015-10-19 Maxim DouninFixed handling of empty root.
2015-10-19 Maxim DouninSSL: preserve default server context in connection...
2015-10-19 Valentin BartenevHTTP/2: fixed parsing of literal header fields without...
2015-10-07 Vladimir HomutovSSL: handled long string truncation in ngx_ssl_error().
2015-10-06 Ruslan ErmilovStream: delete proxy connection timer after SSL handshake.
2015-07-12 Kurtis NusbaumExtract out version info function.
2015-09-28 Valentin BartenevHTTP/2: fixed $server_protocol value (ticket #800).
2015-09-24 Maxim DouninSSL: compatibility with OpenSSL master branch.
2015-09-24 Maxim DouninVersion bump.
2015-09-22 Maxim Douninrelease-1.9.5 tag
2015-09-22 Maxim Douninnginx-1.9.5-RELEASE release-1.9.5
2015-09-22 Maxim DouninStyle.
2015-09-15 Valentin BartenevIncreased the default number of output buffers.
2015-09-21 Valentin BartenevHTTP/2: fixed header block parsing with CONTINUATION...
2015-09-21 Valentin BartenevHTTP/2: fixed HPACK header field parsing.
2015-09-21 Roman ArutyunyanSub filter: fixed initialization in http{} level (ticke...
2015-09-11 Valentin BartenevThe HTTP/2 implementation (RFC 7240, 7241).
2015-09-11 Maxim DouninCore: fixed segfault with null in wildcard hash names.
2015-09-11 Maxim DouninFixed segfault with incorrect location nesting.
2015-09-11 Maxim DouninCache: check the whole cache key in addition to hashes.
2015-09-03 Roman ArutyunyanUpstream: fixed cache send error handling.
2015-09-02 Valentin BartenevFixed building --with-debug, broken by 6fce16b1fc10.
2015-09-02 Valentin BartenevWriting to some file systems can be interrupted.
2015-08-31 Valentin BartenevDecreased the NGX_HTTP_MAX_SUBREQUESTS limit.
2015-08-31 Valentin BartenevAdded protection against r->main->count overflow by...
2015-08-23 Valentin BartenevLimit recursive subrequests instead of simultaneous.
2015-08-23 Valentin BartenevVersion bump.
2015-08-18 Maxim Douninrelease-1.9.4 tag
2015-08-18 Maxim Douninnginx-1.9.4-RELEASE release-1.9.4
2015-08-18 Maxim DouninPerl: prototyping behavior explicitly specified.
2015-08-18 Maxim DouninPerl: fixed warning about "sep" may be used uninitialized.
2015-08-17 Maxim DouninUpdated OpenSSL used for win32 builds.
2015-08-17 Maxim DouninWin32: MSVC 2015 compatibility.
2015-08-17 Dmitry VolyntsevSub filter: support of variables in the strings to...
2015-08-17 Dmitry VolyntsevSub filter: support of multiple strings to replace.
2015-08-16 Maxim DouninFixed wrong URI after try_files in nested location...
2015-08-16 Maxim DouninFixed segfault with try_files introduced by c985d90a8d1f.
2015-08-13 Sergey KandaurovCore: fixed potential division by zero when initializin...
2015-08-13 Sergey KandaurovCore: fixed style in the error message.
2015-08-13 Vladimir HomutovStream: fixed potential error log buffer overrun.
2015-08-12 Vladimir HomutovStyle.
2015-08-10 Vladimir HomutovStream: the "tcp_nodelay" directive.
2015-08-11 Valentin BartenevCore: idle connections now closed only once on exiting.
2015-08-11 Andrei BelovFixed typo in the error message.
2015-07-23 Gena MakhomedWorkaround for "configuration file test failed" under...
2015-07-30 Roman ArutyunyanStream: deprecated proxy_downstream_buffer, proxy_upstr...
2015-07-29 Roman ArutyunyanStyle.
2015-07-29 Roman ArutyunyanStream: added proxy_buffer_size to set the size of...
2015-07-16 Ruslan ErmilovFixed strict aliasing warnings with old GCC versions.
2015-07-15 Andrew HutchingsModify changes doc to acknowledge Lu is from Intel
2015-07-15 Maxim DouninVersion bump.
2015-07-14 Maxim Douninrelease-1.9.3 tag
2015-07-14 Maxim Douninnginx-1.9.3-RELEASE release-1.9.3
2015-07-14 Maxim DouninUpdated PCRE used for win32 builds.
2015-07-14 Roman ArutyunyanStream: renamed rate limiting directives.
2015-07-14 Maxim DouninUpdated OpenSSL used for win32 builds.
2015-07-13 Maxim DouninOCSP stapling: fixed segfault without nextUpdate.
2015-07-07 Maxim DouninOCSP stapling: fixed ssl_stapling_file (ticket #769).
2015-07-02 Valentin BartenevStream: fixed possible integer overflow in rate limiting.
2015-07-02 Roman ArutyunyanStream: fixed MSVC compilation warning.
2015-06-25 Roman ArutyunyanStream: upstream "connected" flag.
2015-06-23 Roman ArutyunyanStream: upstream and downstream limit rates.
2015-06-23 Roman ArutyunyanStream: common handler for upstream and downstream.
2015-06-18 Piotr SikoraStream: avoid SSL_CTX_set_tmp_rsa_callback() call with...
2015-06-15 Ruslan ErmilovUpstream: fixed shared upstreams on win32.
2015-06-18 Vladimir HomutovStream: connection limiting module.
2015-06-17 Sergey KandaurovResolver: canceled resend timer on empty resend queues.
2015-06-11 Piotr SikoraConfigure: create missing intermediates for build direc...
2015-06-17 Ruslan ErmilovConfigure: fix tests with multi-level relative build...
2015-06-16 Vladimir HomutovDisabled duplicate http, mail, and stream blocks.
2015-06-16 Vladimir HomutovVersion bump.
2015-06-16 Maxim Douninrelease-1.9.2 tag
2015-06-16 Maxim Douninnginx-1.9.2-RELEASE release-1.9.2
2015-06-16 Ruslan ErmilovPolished the recent change to the manpage.
next