]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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...
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.
next