summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.1.6-RELEASErelease-1.1.6Igor Sysoev2011-10-171-0/+120
* Moving RELEASE target in more safe place.Igor Sysoev2011-10-171-15/+15
* Added clearing of modules' contexts in ngx_http_named_location().Maxim Dounin2011-10-151-0/+3
* Fixed utf8 decode (ticket #25).Maxim Dounin2011-10-131-3/+3
* Skipping location rewrite phase for server null location.Igor Sysoev2011-10-131-0/+12
* Better recheck of dead upstream servers.Maxim Dounin2011-10-123-8/+18
* Clear old Location header (if any) while adding a new one.Maxim Dounin2011-10-125-0/+17
* Wording fix, "many data" is incorrect.Maxim Dounin2011-10-121-1/+1
* Fixed two minor bugs in "types" parsing code.Ruslan Ermilov2011-10-121-1/+10
* Fixed grammar in a comment.Ruslan Ermilov2011-10-121-1/+1
* Replaced magic constants representing default values of some directivesRuslan Ermilov2011-10-121-4/+5
* Stylistic change in checking the boolean expression.Ruslan Ermilov2011-10-121-1/+1
* Preallocating exact number of default MIME types entries.Igor Sysoev2011-10-121-1/+1
* Fixed configuration summary and manpage contents for the specialRuslan Ermilov2011-10-121-3/+3
* Removed old warning that suggested to use "server_name_in_redirect off"Ruslan Ermilov2011-10-121-7/+0
* Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.Maxim Dounin2011-10-112-6/+29
* Handling of Content-Encoding set from perl.Maxim Dounin2011-10-111-0/+7
* Fix for socket leak with "aio sendfile" and "limit_rate".Maxim Dounin2011-10-112-8/+13
* Fix for connection drops with AIO.Maxim Dounin2011-10-111-1/+1
* Autoindex: escape html in file names.Maxim Dounin2011-10-111-12/+49
* Autoindex: escape '?' in file names.Maxim Dounin2011-10-113-18/+31
* Improved access log escaping to better protect other software.Maxim Dounin2011-10-111-5/+5
* Fixing directive name in error message if types hash size is not enough.Igor Sysoev2011-10-111-1/+1
* Fixing mp4 module seeking on 32-bit platforms.Igor Sysoev2011-10-111-1/+1
* Fixed macro name.Ruslan Ermilov2011-10-101-1/+1
* The reference documentation is moving elsewhere.Ruslan Ermilov2011-10-0914-4772/+1
* Releasing memory of idle SSL connection. This saves about 34K per SSLIgor Sysoev2011-10-071-0/+4
* Disabling SSL compression. This saves about 300K per SSL connection.Igor Sysoev2011-10-071-0/+4
* Version bump.Igor Sysoev2011-10-072-3/+3
* Improved ngx_parse_time() code readability.Ruslan Ermilov2011-10-072-24/+24
* Tweaked error messages.Ruslan Ermilov2011-10-071-5/+5
* Adding repository path missed in r4179.Igor Sysoev2011-10-061-0/+1
* release-1.1.5 tagIgor Sysoev2011-10-051-0/+1
* nginx-1.1.5-RELEASErelease-1.1.5Igor Sysoev2011-10-051-0/+81
* Adding RELEASE procedure in GNUmakefile.Igor Sysoev2011-10-051-0/+15
* Version bump.Igor Sysoev2011-10-052-3/+3
* Fixed cache bypass caching of non-cacheable replies (ticket #21).Maxim Dounin2011-10-051-4/+2
* Added uwsgi_buffering and scgi_buffering directives.Maxim Dounin2011-09-302-2/+20
* Using strtod() instead of atofp() to support a lot of digits after dot inIgor Sysoev2011-09-301-2/+9
* Fix of building on platforms with 32-bit off_t. (closed #23)Igor Sysoev2011-09-291-9/+9
* Fixed segmentation fault with empty config on Windows.Maxim Dounin2011-09-271-3/+5
* Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).Maxim Dounin2011-09-272-4/+4
* Better handling of late upstream creation.Maxim Dounin2011-09-271-0/+4
* Cache: fix for sending of stale responses.Maxim Dounin2011-09-271-1/+6
* Cache: fix for sending of empty responses.Maxim Dounin2011-09-271-3/+5
* Incorrect special case for "return 204" removed.Maxim Dounin2011-09-271-5/+0
* Fix for "return 202" not discarding body.Maxim Dounin2011-09-272-7/+4
* Fix for double content when return is used in error_page handler.Maxim Dounin2011-09-271-2/+2
* Fix for incorrect 201 replies from dav module.Maxim Dounin2011-09-271-3/+2
* Proxy: logging levels tuned, double logging fixed.Maxim Dounin2011-09-251-6/+3