]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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
2014-12-02 Maxim DouninTrailing spaces removed, typo fixed.
2014-12-02 Maxim DouninCache: proper wakeup of subrequests.
2014-12-02 Maxim DouninUpstream: improved subrequest logging.
2014-12-01 Sergey KandaurovAccess log: restricted "log_format" to "http" level.
2014-11-28 Maxim DouninWrite filter: fixed handling of sync bufs (ticket ...
2014-11-28 Maxim DouninFixed post_action to not trigger "header already sent...
2014-11-28 Maxim DouninTypo.
2014-11-21 Valentin BartenevSPDY: push pending data while closing a stream as with...
2014-11-20 Vladimir HomutovSyslog: allowed underscore symbol in tag (ticket #667).
2014-11-20 Ruslan ErmilovResolver: fixed debug event logging.
2014-11-20 Ruslan ErmilovResolver: fixed use-after-free memory access.
2014-11-19 Valentin BartenevStyle.
2014-11-19 Valentin BartenevFixed type of sendfile() return value on Linux.
2014-08-13 Valentin BartenevMoved writev() handling code to a separate function.
2014-08-13 Valentin BartenevMerged conditions in the ngx_*_sendfile_chain() functions.
2014-08-13 Valentin BartenevMoved the code for coalescing file buffers to a separat...
2014-11-19 Valentin BartenevRefactored ngx_solaris_sendfilev_chain().
2014-10-07 Valentin BartenevIntroduced the ngx_output_chain_to_iovec() function.
2014-11-19 Valentin BartenevRenamed ngx_handle_sent_chain() to ngx_chain_update_sent().
2014-11-19 Piotr SikoraCache: add support for Cache-Control's s-maxage respons...
2014-11-19 Roman ArutyunyanProxy: renamed and rearranged fields in proxy configura...
2014-11-19 Roman ArutyunyanUpstream: different header lists for cached and uncache...
2014-11-19 Roman ArutyunyanUpstream: moved header lists to separate structures.
2014-11-19 Roman ArutyunyanUpstream: moved header initializations to separate...
2014-11-19 Roman ArutyunyanScgi: do not push redundant NULL element into conf...
2014-11-18 Roman ArutyunyanCache: proxy_cache_lock_age and friends.
2014-11-07 Valentin BartenevSPDY: fixed check for too long header name or value.
2014-11-07 Valentin BartenevSPDY: improved debug logging of inflate() calls.
2014-11-17 Maxim DouninSSL: logging level of "inappropriate fallback" (ticket...
2014-11-04 Toshikuni FukayaUpstream: support named location for X-Accel-Redirect.
2014-10-30 Piotr SikoraUpstream: add "proxy_ssl_certificate" and friends.
2014-11-07 Maxim DouninSPDY: fixed "too long header line" logging.
2014-11-05 Maxim DouninCache: removed dead store in ngx_http_file_cache_vary_h...
2014-08-25 Valentin BartenevAccess log: cancel the flush timer on graceful shutdown.
2014-08-13 Valentin BartenevEvents: introduced cancelable timers.
2014-08-25 Valentin BartenevEvents: simplified cycle in ngx_event_expire_timers().
2014-08-25 Valentin BartenevEvents: removed broken thread support from event timers.
2014-10-22 Peter WuContrib: add more directives to vim syntax.
2014-10-24 Sergey KandaurovSSL: simplified ssl_password_file error handling.
2014-10-27 Piotr SikoraSPDY: stop emitting multiple empty header values.
2014-10-28 Valentin BartenevVersion bump.
2014-10-28 Maxim Douninrelease-1.7.7 tag
2014-10-28 Maxim Douninnginx-1.7.7-RELEASE release-1.7.7
2014-10-28 Maxim DouninUpdated OpenSSL used for win32 builds.
2014-10-15 Kouhei SutouWin32: made build-able with MinGW-w64 gcc.
2014-10-27 Gu FengUpstream: limited next_upstream time and tries when...
2014-10-28 Roman ArutyunyanWrite filter: stored delay in a variable, no functional...
2014-10-28 Roman ArutyunyanUpstream: proxy_limit_rate and friends.
2014-10-28 Roman ArutyunyanCore: added limit to recv_chain().
2014-10-27 Maxim DouninCache: normalization of some Vary headers.
2014-10-27 Maxim DouninCache: multiple variants of a resource now can be stored.
2014-10-27 Maxim DouninCache: c->reading flag introduced.
2014-10-27 Maxim DouninCache: hash of Vary headers now stored in cache.
2014-10-27 Maxim DouninCache: disable caching of responses with Vary (ticket...
2014-10-15 Maxim DouninGzip, gunzip: flush busy buffers if any.
2014-10-14 Maxim DouninStyle.
2014-10-14 Roman ArutyunyanUpstream: proxy_force_ranges and friends.
2014-10-11 Kouhei SutouWin32: suppressed warnings by "-Werror=sign-compare".
2014-10-11 Kouhei SutouWin32: fixed wrong type cast.
2014-10-08 Maxim DouninFixed possible buffer overrun in "too long header line...
2014-10-02 Yichun ZhangCore: fixed buffer overrun when hash max_size reached.
2014-10-01 Piotr SikoraUpstream: fix $upstream_cache_last_modified variable.
2014-08-27 Valentin BartenevFixed counting of sent bytes in the send chain function...
2014-10-02 Valentin BartenevVersion bump.
2014-09-30 Maxim Douninrelease-1.7.6 tag
2014-09-30 Maxim Douninnginx-1.7.6-RELEASE release-1.7.6
2014-09-29 Maxim DouninUpstream keepalive: reset c->sent on cached connections.
2014-09-24 Valentin BartenevLimit req: reduced number of parameters in the lookup...
2014-09-24 Valentin BartenevLimit req: use complex value in limit_req_zone.
2014-09-24 Valentin BartenevLimit conn: aligned field names in structures.
2014-09-24 Valentin BartenevLimit conn: use complex value in limit_conn_zone (ticke...
2014-09-24 Valentin BartenevLimit conn: removed deprecated "limit_zone" directive.
2014-08-26 Vladimir HomutovSyslog: improved error handling of unix domain sockets.
2014-09-01 Vladimir HomutovSyslog: enabled logging of send errors.
2014-09-17 Gu FengAvoided to add duplicate hash key in ngx_http_types_slot().
2014-09-22 Valentin BartenevRemoved duplicate initialization of the "rev" variable.
2014-08-13 Valentin BartenevGeneralized definitions of the number of preallocated...
2014-08-13 Valentin BartenevReduced difference between the send chain functions.
2014-08-13 Valentin BartenevMerged implementations of ngx_readv_chain().
2014-08-13 Valentin BartenevRemoved the "complete" variable from various send chain...
2014-08-13 Valentin BartenevMoved the code for adjusting sent buffers in a separate...
2014-08-13 Valentin BartenevFixed writev() debug log message in ngx_darwin_sendfile...
2014-09-18 Roman ArutyunyanUpstream: fixed file buffers reinit in ngx_http_upstrea...
2014-09-18 Roman ArutyunyanFastCGI: fixed start pointers in request buffers.
next