summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.7.7-RELEASErelease-1.7.7Maxim Dounin2014-10-281-0/+110
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-10-281-1/+1
* Win32: made build-able with MinGW-w64 gcc.Kouhei Sutou2014-10-151-2/+35
* Upstream: limited next_upstream time and tries when resolving DNS.Gu Feng2014-10-271-0/+8
* Write filter: stored delay in a variable, no functional changes.Roman Arutyunyan2014-10-281-2/+2
* Upstream: proxy_limit_rate and friends.Roman Arutyunyan2014-10-288-9/+130
* Core: added limit to recv_chain().Roman Arutyunyan2014-10-288-20/+57
* Cache: normalization of some Vary headers.Maxim Dounin2014-10-271-2/+66
* Cache: multiple variants of a resource now can be stored.Maxim Dounin2014-10-272-3/+79
* Cache: c->reading flag introduced.Maxim Dounin2014-10-272-1/+5
* Cache: hash of Vary headers now stored in cache.Maxim Dounin2014-10-273-2/+153
* Cache: disable caching of responses with Vary (ticket #118).Maxim Dounin2014-10-272-0/+32
* Gzip, gunzip: flush busy buffers if any.Maxim Dounin2014-10-152-4/+16
* Style.Maxim Dounin2014-10-141-1/+2
* Upstream: proxy_force_ranges and friends.Roman Arutyunyan2014-10-146-0/+60
* Win32: suppressed warnings by "-Werror=sign-compare".Kouhei Sutou2014-10-111-2/+2
* Win32: fixed wrong type cast.Kouhei Sutou2014-10-111-1/+1
* Fixed possible buffer overrun in "too long header line" logging.Maxim Dounin2014-10-081-3/+2
* Core: fixed buffer overrun when hash max_size reached.Yichun Zhang2014-10-021-0/+2
* Upstream: fix $upstream_cache_last_modified variable.Piotr Sikora2014-10-011-0/+3
* Fixed counting of sent bytes in the send chain functions on EINTR.Valentin Bartenev2014-08-275-0/+5
* Version bump.Valentin Bartenev2014-10-021-2/+2
* release-1.7.6 tagMaxim Dounin2014-09-301-0/+1
* nginx-1.7.6-RELEASErelease-1.7.6Maxim Dounin2014-09-301-0/+45
* Upstream keepalive: reset c->sent on cached connections.Maxim Dounin2014-09-291-0/+1
* Limit req: reduced number of parameters in the lookup function.Valentin Bartenev2014-09-241-8/+7
* Limit req: use complex value in limit_req_zone.Valentin Bartenev2014-09-241-60/+47
* Limit conn: aligned field names in structures.Valentin Bartenev2014-09-241-11/+11
* Limit conn: use complex value in limit_conn_zone (ticket #121).Valentin Bartenev2014-09-241-67/+54
* Limit conn: removed deprecated "limit_zone" directive.Valentin Bartenev2014-09-241-84/+0
* Syslog: improved error handling of unix domain sockets.Vladimir Homutov2014-08-261-2/+24
* Syslog: enabled logging of send errors.Vladimir Homutov2014-09-012-5/+10
* Avoided to add duplicate hash key in ngx_http_types_slot().Gu Feng2014-09-171-1/+5
* Removed duplicate initialization of the "rev" variable.Valentin Bartenev2014-09-221-2/+0
* Generalized definitions of the number of preallocated iovec's.Valentin Bartenev2014-08-137-57/+24
* Reduced difference between the send chain functions.Valentin Bartenev2014-08-132-15/+11
* Merged implementations of ngx_readv_chain().Valentin Bartenev2014-08-131-97/+9
* Removed the "complete" variable from various send chain functions.Valentin Bartenev2014-08-136-42/+11
* Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev2014-08-138-212/+54
* Fixed writev() debug log message in ngx_darwin_sendfile_chain().Valentin Bartenev2014-08-131-1/+1
* Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().Roman Arutyunyan2014-09-181-1/+10
* FastCGI: fixed start pointers in request buffers.Roman Arutyunyan2014-09-181-0/+1
* Limit req: don't truncate key value to 255 bytes.Valentin Bartenev2014-09-161-1/+1
* Version bump.Valentin Bartenev2014-09-171-2/+2
* release-1.7.5 tagMaxim Dounin2014-09-161-0/+1
* nginx-1.7.5-RELEASErelease-1.7.5Maxim Dounin2014-09-161-0/+145
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-09-151-1/+1
* SSL: session id context now includes certificate hash.Maxim Dounin2014-09-151-2/+96
* Access log: fixed the "if=" parameter with buffering (ticket #625).Valentin Bartenev2014-09-131-21/+20
* Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan2014-09-128-2/+127