]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2016-03-23 Roman ArutyunyanStream: detect port absence in proxy_pass with IP literal.
2016-03-23 Dmitry VolyntsevResolver: added support for SRV records.
2016-03-23 Dmitry VolyntsevResolver: do not enable resolve timer if provided timeo...
2016-03-23 Dmitry VolyntsevResolver: introduced valid field in resolver responses.
2016-03-23 Valentin BartenevCore: introduced the NGX_DEBUG_PALLOC macro.
2016-03-23 Valentin BartenevCore: use ngx_palloc_small() to allocate ngx_pool_large_t.
2016-03-23 Valentin BartenevCore: introduced the ngx_palloc_small() function.
2016-03-23 Valentin BartenevCore: moved logging before freeing large blocks of...
2016-03-22 Maxim DouninBacked out server_tokens changes.
2016-03-23 Dmitry VolyntsevCache: fixed slots accounting error introduced in c9d68...
2016-03-22 Ruslan ErmilovReconsidered server_tokens with an empty value.
2016-03-21 Valentin BartenevHTTP/2: improved debugging of sending control frames.
2016-03-21 Sergey KandaurovEvents: fixed test building with devpoll and eventport...
2016-03-18 Piotr SikoraFix build with -Wmissing-prototypes.
2016-03-18 Dmitry VolyntsevCache: added watermark to reduce IO load when keys_zone...
2016-03-18 Dmitry VolyntsevCache: report error if slab allocator fails during...
2016-03-18 Maxim DouninThreads: writing via threads pools in event pipe.
2016-03-18 Maxim DouninThreads: offloading of temp files writing to thread...
2016-03-18 Maxim DouninThreads: task pointer stored in ngx_file_t.
2016-03-18 Maxim DouninFixed timeouts with threaded sendfile() and subrequests.
2016-03-16 Ruslan ErmilovStyle.
2016-03-15 Maxim DouninTruncation detection in sendfilev() on Solaris.
2016-03-15 Maxim DouninTruncation detection in sendfile() on Linux.
2016-01-20 Roman ArutyunyanStream: UDP proxy.
2016-03-15 Roman ArutyunyanStream: post first read events from client and upstream.
2016-03-15 Ruslan ErmilovWin32: fixed build after cf3e75cfa951.
2016-03-15 Ruslan ErmilovWin32: fixed build after cf3e75cfa951.
2016-03-15 Ruslan ErmilovAdded variables support to server_tokens.
2016-03-14 Valentin BartenevFixed handling of EAGAIN with sendfile in threads.
2016-03-14 Roman ArutyunyanEvents: fixed error logging in devpoll.
2016-03-14 Sergey KandaurovFixed compilation with -Wmissing-prototypes.
2016-03-09 Justin LiUpstream: avoid closing client connection in edge case.
2016-03-10 Maxim DouninUpstream: fixed "zero size buf" alerts with cache ...
2016-03-10 Ruslan ErmilovConfigure: style.
2016-03-10 Maxim DouninDynamic modules: do not overwrite old modules on install.
2016-03-10 Ruslan ErmilovConfigure: style.
2016-03-03 Maxim DouninCopy filter: fixed sendfile aio handlers to set ctx...
2016-03-03 Maxim DouninFixed sendfile in threads (or with aio preload) and...
2016-03-03 Valentin BartenevIntroduced the ngx_chain_to_iovec() function.
2016-03-01 Valentin BartenevRequest body: moved handling of the last part in the...
2016-02-26 Ruslan ErmilovDynamic modules: perl.
2016-02-29 Ruslan ErmilovDynamic modules: expose the "modules" target.
2016-02-25 Ruslan ErmilovDynamic modules: removed unnecessary initialization.
2016-02-25 Ruslan ErmilovDynamic modules: make sure to call config.make for...
2016-02-25 Ruslan ErmilovVersion bump.
2016-02-24 Maxim Douninrelease-1.9.12 tag
2016-02-24 Maxim Douninnginx-1.9.12-RELEASE release-1.9.12
2016-02-24 Valentin BartenevHTTP/2: implemented per request timeouts (closes #626).
2016-02-24 Valentin BartenevHTTP/2: always use temporary pool for processing headers.
2016-02-24 Valentin BartenevHTTP/2: cleaned up state while closing stream.
2016-02-24 Valentin BartenevFixed buffer over-read while logging invalid request...
2016-02-19 Maxim DouninConfigure: added "build" target.
2016-02-19 Maxim DouninSSL: avoid calling SSL_shutdown() during handshake...
2016-02-19 Maxim DouninSSL: fixed SSL_shutdown() comment.
2016-02-18 Ruslan ErmilovHeaders filter: fixed "add_header ... '' always".
2016-02-19 Sergey KandaurovConfigure: skip building OpenSSL documentation to conse...
2016-02-18 Ruslan ErmilovConfigure: fixed static nginx build with OpenSSL (ticke...
2016-02-18 Vladimir HomutovCore: added support for more than 64 CPUs in worker_cpu...
2016-02-16 Valentin BartenevHTTP/2: added debug logging of response headers.
2016-02-16 Valentin BartenevHTTP/2: use local pointer instead of r->connection.
2016-02-15 Maxim DouninCore: improved logging on invalid NGINX variable (ticke...
2016-02-13 Maxim DouninUpdated OpenSSL used for win32 builds.
2016-02-13 Maxim DouninWin32: simplified and improved handling of MSVC versions.
2016-02-12 Valentin BartenevHTTP/2: fixed undefined behavior in ngx_http_v2_huff_en...
2016-02-11 Valentin BartenevHTTP/2: implemented HPACK Huffman encoding for response...
2016-02-11 Ruslan ErmilovDynamic modules: fixed a version mismatch message ...
2016-02-11 Roman ArutyunyanStream: initialize variable right before using it.
2016-02-11 Roman ArutyunyanStream: removed useless typedef.
2016-02-10 Ruslan ErmilovDynamic modules: added auth_basic module libs via ngx_m...
2016-02-10 Piotr SikoraCore: ngx_module_t compatibility with C++.
2016-02-10 Maxim DouninVersion bump.
2016-02-09 Maxim Douninrelease-1.9.11 tag
2016-02-09 Maxim Douninnginx-1.9.11-RELEASE release-1.9.11
2016-02-08 Maxim DouninDynamic modules: NGX_STREAM define removed.
2016-02-05 Valentin BartenevDynamic modules: added dlsym() to configure test.
2016-02-05 Ruslan ErmilovDynamic modules: fixed a copy-n-paste error.
2016-02-04 Maxim DouninDynamic modules.
2016-02-04 Maxim DouninDynamic modules: auto/module script.
2016-02-04 Maxim DouninDynamic modules: introduced HTTP_INIT_FILTER_MODULES.
2016-02-04 Maxim DouninDynamic modules: dlopen() support.
2016-02-04 Maxim DouninDynamic modules: changed ngx_modules to cycle->modules.
2016-02-04 Maxim DouninDynamic modules: moved module-related stuff to separate...
2016-02-04 Valentin BartenevHTTP/2: fixed possible buffer overrun (ticket #893).
2016-02-02 Valentin BartenevHTTP/2: fixed padding handling in HEADERS frame with...
2016-02-02 Valentin BartenevHTTP/2: fixed request length accounting.
2016-02-02 Valentin BartenevHTTP/2: fixed excessive memory allocation for pool...
2016-02-02 Valentin BartenevHTTP/2: removed unused field from ngx_http_v2_stream_t.
2015-12-17 Ruslan ErmilovResolver: style.
2015-12-17 Ruslan ErmilovResolver: improved PTR response processing.
2015-12-17 Ruslan ErmilovResolver: style.
2016-02-02 Roman ArutyunyanResolver: free TCP buffers on resolver cleanup.
2016-02-02 Ruslan ErmilovResolver: fixed possible resource leak introduced in...
2016-01-28 Roman ArutyunyanResolver: TCP support.
2016-01-28 Roman ArutyunyanResolver: per-request DNS server balancer.
2016-01-28 Roman ArutyunyanResolver: renamed UDP-specific structures, fields and...
2016-01-28 Roman ArutyunyanResolver: removed unused field from ngx_resolver_ctx_t.
2016-01-28 Roman ArutyunyanVersion bump.
2016-01-26 Maxim Douninrelease-1.9.10 tag
2016-01-26 Maxim Douninnginx-1.9.10-RELEASE release-1.9.10
2016-01-26 Ruslan ErmilovResolver: limited CNAME recursion.
next