]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2016-01-25 Maxim DouninVersion bump.
2015-04-21 Maxim Douninrelease-1.8.0 tag
2015-04-21 Maxim Douninnginx-1.8.0-RELEASE release-1.8.0
2015-04-16 Sergey KandaurovCore: ensure that ngx_config.h is always included first.
2015-04-16 Maxim DouninStable branch.
2015-04-16 Ruslan ErmilovFixed build, broken by 8b7f062a3fe6.
2015-04-16 Vladimir HomutovCore: added OpenSSL version information to "nginx ...
2015-04-16 Vladimir HomutovVersion bump.
2015-04-07 Maxim Douninrelease-1.7.12 tag
2015-04-07 Maxim Douninnginx-1.7.12-RELEASE release-1.7.12
2015-03-26 Ruslan ErmilovCore: guard against spinlock usage without atomic ops.
2015-04-06 Sergey KandaurovCore: limited levels of subdirectory hierarchy used...
2015-04-06 Sergey KandaurovCore: removed excessive initialization in ngx_conf_set_...
2015-04-06 Sergey KandaurovCore: fixed error handling on ngx_conf_full_name()...
2015-04-06 Ruslan ErmilovUpstream: abbreviated SSL handshake may interact badly...
2015-04-06 Valentin BartenevRequest body: always flush buffers if request buffering...
2015-04-06 Valentin BartenevUsed the correct type for the AIO preload handler retur...
2015-04-03 Maxim DouninConfigure: style.
2015-04-01 Filipe da SilvaOCSP stapling: missing free calls.
2015-04-01 Valentin BartenevCache: added support for reading of the header in threa...
2015-03-31 Sergey KandaurovFixed invalid access to complex value defined as an...
2015-03-27 Valentin BartenevEvents: fixed possible crash on start or reload.
2015-03-27 Valentin BartenevEvents: made posted events macros safe.
2015-03-23 Valentin BartenevSPDY: always push pending data.
2015-03-23 Valentin BartenevSPDY: fixed error handling in ngx_http_spdy_send_output...
2015-03-26 Maxim DouninVersion bump.
2015-03-25 Maxim DouninProxy: fixed proxy_request_buffering and chunked with...
2015-03-24 Maxim Douninrelease-1.7.11 tag
2015-03-24 Maxim Douninnginx-1.7.11-RELEASE release-1.7.11
2015-03-23 Maxim DouninUpstream: uwsgi_request_buffering, scgi_request_buffering.
2015-03-23 Maxim DouninFastCGI: fastcgi_request_buffering.
2015-03-23 Maxim DouninProxy: proxy_request_buffering chunked support.
2015-03-23 Maxim DouninRequest body: unbuffered reading.
2015-03-23 Maxim DouninRequest body: filters support.
2015-03-23 Maxim DouninRequest body: moved request body writing to save filter.
2015-03-23 Maxim DouninRequest body: free chain links in ngx_http_write_reques...
2015-03-23 Maxim DouninOutput chain: free chain links in ngx_chain_writer().
2015-03-23 Maxim DouninOutput chain: zero size buf alerts in ngx_chain_writer().
2015-03-23 Maxim DouninFormat specifier fixed for file size of buffers.
2015-03-23 Maxim DouninProxy: fixed proxy_set_body with proxy_cache.
2015-03-23 Valentin BartenevThread pools: implemented graceful exiting of threads.
2015-03-23 Valentin BartenevThread pools: removed unused pointer to memory pool.
2015-03-23 Valentin BartenevThread pools: keep waiting tasks mutex in ngx_thread_po...
2015-03-23 Valentin BartenevThread pools: replaced completed tasks queue mutex...
2015-03-23 Ruslan ErmilovRemoved stub implementation of win32 mutexes.
2015-03-22 Maxim DouninUpdated OpenSSL used for win32 builds.
2015-03-22 Maxim DouninSSL: use of SSL_MODE_NO_AUTO_CHAIN.
2015-03-22 Maxim DouninSSL: avoid SSL_CTX_set_tmp_rsa_callback() call with...
2015-03-22 Maxim DouninSSL: clear protocol options.
2015-03-19 Valentin BartenevCore: added cyclic memory buffer support for error_log.
2015-03-20 Ruslan ErmilovRemoved busy locks.
2015-03-20 Ruslan ErmilovRemoved ngx_connection_t.lock.
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...
next