]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2015-03-20 Ruslan ErmilovRemoved unix ngx_threaded and related ngx_process_changes.
2015-03-20 Ruslan ErmilovRemoved old pthread implementation.
2015-03-20 Ruslan ErmilovRemoved old FreeBSD rfork() thread implementation.
2015-03-19 Ruslan ErmilovThread pools: silence warning on process exit.
2015-03-19 Ruslan ErmilovThread pools: fixed the waiting tasks accounting.
2015-03-19 Ruslan ErmilovThread pools: keep waiting tasks counter in ngx_thread_...
2015-03-15 Xiaochen WangSPDY: fixed format specifier in logging.
2015-03-14 Valentin BartenevAdded support for offloading Linux sendfile() in thread...
2015-03-14 Valentin BartenevAdded support for offloading read() in thread pools.
2015-03-14 Ruslan ErmilovEvents: implemented eventport notification mechanism.
2015-03-14 Valentin BartenevEvents: implemented kqueue notification mechanism.
2015-03-14 Valentin BartenevEvents: implemented epoll notification mechanism.
2015-03-14 Valentin BartenevThread pools implementation.
2015-03-13 Ruslan ErmilovConfigure: removed obsolete threads bits.
2015-03-04 Ruslan ErmilovRenamed NGX_THREADS to NGX_OLD_THREADS because of depre...
2015-03-17 Ruslan ErmilovConfigure: fixed type max value detection.
2015-03-16 Ruslan ErmilovOverflow detection in ngx_http_parse_chunked().
2015-03-16 Ruslan ErmilovOverflow detection in ngx_http_range_parse().
2015-03-16 Ruslan ErmilovOverflow detection in ngx_inet_addr().
2015-03-16 Ruslan ErmilovCore: overflow detection in ngx_parse_time() (ticket...
2015-03-16 Ruslan ErmilovRefactored ngx_parse_time().
2015-03-16 Ruslan ErmilovCore: overflow detection in number parsing functions.
2015-03-16 Ruslan ErmilovCore: expose maximum values of time_t and ngx_int_t.
2015-03-13 Ruslan ErmilovConfigure: removed redundant auto/have call.
2015-03-13 Ruslan ErmilovThe "aio" directive parser made smarter.
2015-03-12 Ruslan ErmilovEvents: fixed typo in the error message.
2015-03-12 Ruslan ErmilovDeprecated "aio sendfile".
2015-03-04 Ruslan ErmilovProxy: use an appropriate error on memory allocation...
2015-03-04 Ruslan ErmilovStyle: moved ngx_http_ephemeral() macro to ngx_http_req...
2015-03-04 Ruslan ErmilovStyle: use %*s format, as in 68d21fd1dc64.
2015-03-04 Valentin BartenevLog: use ngx_cpymem() in a couple of places, no functio...
2015-03-03 Valentin BartenevUpstream keepalive: drop ready flag on EAGAIN from...
2015-03-03 Ruslan ErmilovEvents: simplified ngx_event_aio_t definition.
2015-02-27 Valentin BartenevRefactored ngx_linux_sendfile_chain() even more.
2015-03-02 Maxim DouninStyle.
2015-03-02 Maxim DouninUpstream: upstream argument in ngx_http_upstream_proces...
2015-03-02 Maxim DouninUpstream: avoid duplicate finalization.
2015-03-02 Roman ArutyunyanSSL: reset ready flag if recv(MSG_PEEK) found no bytes...
2015-03-02 Roman ArutyunyanCache: do not inherit last_modified and etag from stale...
2015-03-02 Roman ArutyunyanUpstream hash: speedup consistent hash init.
2015-02-27 Sergey KandaurovMail: don't emit Auth-SSL-Verify with disabled ssl_veri...
2015-02-25 Maxim DouninMail: client SSL certificates support.
2015-02-25 Maxim DouninMail: added Auth-SSL header to indicate SSL.
2015-02-25 Maxim DouninMail: fixed buffer allocation for CRLF after Auth-SMTP...
2015-02-24 Ruslan ErmilovSSL: account sent bytes in ngx_ssl_write().
2015-02-24 Maxim DouninCore: fixed potential buffer overrun when initializing...
2015-02-17 Ruslan ErmilovCache: reduced diffs to the plus version of nginx.
2015-02-17 Roman ArutyunyanCore: make ngx_connection_local_sockaddr() always assig...
2015-02-11 Sergey KandaurovConfigure: typo fixed.
2015-02-11 Valentin BartenevUnbreak building on FreeBSD without file AIO.
2015-02-11 Valentin BartenevRefactored sendfile() AIO preload.
2015-01-23 Ruslan ErmilovMail: fixed the duplicate listen address detection.
2015-01-23 Ruslan ErmilovMail: fixed a comment.
2015-01-22 Ruslan ErmilovUpstream: detect port absence in fastcgi_pass with...
2015-02-11 Ruslan ErmilovVersion bump.
2015-02-10 Maxim Douninrelease-1.7.10 tag
2015-02-10 Maxim Douninnginx-1.7.10-RELEASE release-1.7.10
2015-02-10 Maxim DouninUpdated OpenSSL used for win32 builds.
2015-02-09 Sergey KandaurovCore: fixed build on Tru64 UNIX.
2015-01-20 Damien TournoudFixed try_files directory test to match only a directory.
2015-02-04 Roman ArutyunyanCore: fixed a race resulting in extra sem_post()'s.
2015-02-02 Roman ArutyunyanCore: reverted prefix-based temp files (a9138c35120d).
2015-02-02 Roman ArutyunyanCache: added temp_path to file cache.
2015-02-02 Roman ArutyunyanCore: supported directory skipping in ngx_walk_tree().
2015-01-28 Valentin BartenevFixed AIO handling in the output chain.
2015-01-27 Igor SysoevA bounds check of %N format on Windows.
2015-01-14 Vladimir HomutovUpstream: $upstream_header_time variable.
2015-01-13 Valentin BartenevYear 2015.
2015-01-13 Maxim DouninCore: added disk_full_time checks to error log.
2015-01-13 Maxim DouninFixed sendfile() trailers on OS X (8e903522c17a, 1...
2014-12-26 Valentin BartenevUpstream: use_temp_path parameter of proxy_cache_path...
2014-12-26 Valentin BartenevCache: update variant while setting header.
2014-12-26 Valentin BartenevCore: added prefix-based temporary files.
2014-12-26 Valentin BartenevUnified handling of ngx_create_temp_file() return value.
2014-12-24 Maxim DouninTrailing space fix.
2014-12-24 Maxim DouninFixed building with musl libc (ticket #685).
2014-12-24 Maxim DouninVersion bump.
2014-12-23 Maxim Douninrelease-1.7.9 tag
2014-12-23 Maxim Douninnginx-1.7.9-RELEASE release-1.7.9
2014-12-22 Valentin BartenevUpstream: added variables support to proxy_cache and...
2014-12-22 Valentin BartenevUpstream: preset some cache configuration when bypassing.
2014-12-22 Valentin BartenevUpstream: refactored proxy_cache and friends.
2014-12-22 Valentin BartenevUpstream: mutually exclusive inheritance of "cache...
2014-12-22 Valentin BartenevUpstream: simplified proxy_store and friends configurat...
2014-12-17 Lukas TribusSSL: safeguard use of SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.
2014-12-12 Valentin BartenevAutoindex: implemented XML output format.
2014-12-12 Valentin BartenevAutoindex: implemented JSON output format.
2014-12-12 Valentin BartenevAutoindex: rendering code moved to a separate function.
2014-12-11 Maxim DouninHeaders filter: variables support in expires (ticket...
2014-12-11 Maxim DouninHeaders filter: local variables for config, no function...
2014-10-09 Valentin BartenevUpstream: fixed inheritance of proxy_store and friends.
2014-12-09 Maxim DouninProxy: fixed incorrect URI change due to if (ticket...
2014-12-09 Maxim DouninUpstream: fixed unexpected inheritance into limit_excep...
2014-12-09 Maxim DouninUpstream: inheritance of proxy_pass and friends (ticket...
2014-12-09 Maxim DouninProxy: the "TE" header now stripped by default (ticket...
2014-11-27 Piotr SikoraCache: send conditional requests only for cached 200...
2014-08-04 Dmitrii PichulinSSL: loading certificate keys via ENGINE_load_private_k...
2014-12-04 Maxim DouninVersion bump.
2014-12-02 Maxim Douninrelease-1.7.8 tag
2014-12-02 Maxim Douninnginx-1.7.8-RELEASE release-1.7.8
next