]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2015-05-18 Sergey KandaurovUpstream hash: consistency across little/big endianness.
2015-05-15 Ruslan ErmilovUpstream: $upstream_connect_time.
2015-05-15 Ruslan ErmilovUpstream: times to obtain header/response are stored...
2015-05-15 Igor SysoevEvents: ngx_event_t size reduction by grouping bit...
2015-05-06 Ruslan ErmilovEvents: made a failure to create a notification channel...
2015-04-29 Ruslan ErmilovConfigure: handle deprecated options.
2015-04-29 Ruslan ErmilovRemoved the deprecated "imap" directive.
2015-04-29 Ruslan ErmilovRemoved the deprecated "so_keepalive" directive.
2015-04-29 Ruslan ErmilovRemoved deprecated HTTP directives.
2015-04-29 Ruslan ErmilovRemoved the deprecated "connections" directive.
2015-04-28 Valentin BartenevFixed overflow detection in ngx_inet_addr().
2015-04-28 Valentin BartenevVersion bump.
2015-04-28 Maxim Douninrelease-1.9.0 tag
2015-04-28 Maxim Douninnginx-1.9.0-RELEASE release-1.9.0
2015-04-27 Maxim DouninAdded stream module to win32 builds.
2015-04-27 Maxim DouninWin32: shared memory base addresses and remapping.
2015-04-27 Maxim DouninWin32: fixed shm.handle loss on reload.
2015-04-27 Maxim DouninCore: fixed nginx_shared_zone name.
2015-02-20 Vladimir HomutovMail: error_log support.
2015-04-25 Vladimir HomutovCore: the ngx_set_connection_log() macro.
2015-04-24 Roman ArutyunyanMerge proxy_protocol setting of listen directives.
2015-04-23 Ruslan ErmilovRemoved the "worker_rlimit_sigpending" directive.
2015-04-23 Ruslan ErmilovRemoved the obsolete rtsig module.
2015-04-22 Ruslan ErmilovRemoved the obsolete aio module.
2015-04-22 Roman ArutyunyanStream: prevent repeated event notifications after...
2015-04-22 Ruslan ErmilovUpstream: allow multiple upstreams to use the same...
2015-04-21 Martin MlynářMemcached: enabled ranges.
2015-04-21 Ruslan ErmilovUpstream: simplified ip_hash and hash peer selection...
2015-04-20 Sergey KandaurovFixed building --with-stream when precompiled headers...
2015-04-20 Sergey KandaurovLimit req: removed check for unknown limit_req_zone.
2015-04-20 Sergey KandaurovCore: allow shared memory size to be declared after...
2015-04-20 Ruslan ErmilovStream: port from NGINX+.
2015-04-19 Ruslan ErmilovUpstream: fixed unlocked access to peer->conns.
2015-03-26 Ruslan ErmilovReplaced the remaining NGX_OLD_THREADS check with NGX_W...
2015-03-26 Ruslan ErmilovRemoved NGX_OLD_THREADS from select and poll modules.
2015-03-26 Ruslan ErmilovRemoved "worker_threads" and "thread_stack_size" direct...
2015-03-26 Ruslan ErmilovRemoved unused thread-local-storage code.
2015-03-26 Ruslan ErmilovRemoved ngx_threaded and related code.
2015-04-16 Ruslan ErmilovUpstream: get rid of questionable micro-optimization...
2015-04-16 Sergey KandaurovCore: ensure that ngx_config.h is always included first.
2015-04-16 Maxim DouninVersion bump.
2015-04-14 Ruslan ErmilovUpstream: the "zone" directive.
2015-04-14 Ruslan ErmilovUpstreams: locking.
2015-03-21 Ruslan ErmilovCore: read/write locks.
2015-04-10 Ruslan ErmilovUpstream: store peers as a linked list.
2015-04-10 Ruslan ErmilovUpstream: track the number of active connections to...
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.
next