summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.10-RELEASErelease-1.3.10Maxim Dounin2012-12-251-0/+177
* Geo: properly initialize ngx_cidr_t when dealing with "default".Ruslan Ermilov2012-12-251-1/+1
* Geo: IPv6 support.Ruslan Ermilov2012-12-253-79/+442
* Upstream: fixed state resetting when switching to backup servers.Valentin Bartenev2012-12-252-2/+6
* Fixed HEAD requests handling when proxying is used (closes #261).Valentin Bartenev2012-12-242-1/+2
* Trailing whitespace fix.Ruslan Ermilov2012-12-241-2/+2
* Access log: the "gzip" parameter of the "access_log" directive.Valentin Bartenev2012-12-231-5/+213
* Configure: added the NGX_ZLIB define.Valentin Bartenev2012-12-231-1/+4
* Access log: the "flush" parameter of the "access_log" directive.Valentin Bartenev2012-12-231-23/+97
* Reopening log files code moved to a separate function.Valentin Bartenev2012-12-234-67/+77
* Access log: fixed redundant buffer reallocation.Valentin Bartenev2012-12-231-5/+9
* Properly initialize "struct in6_addr" with zeroes.Ruslan Ermilov2012-12-221-1/+1
* Core: crypt_r() error handling fixed.Maxim Dounin2012-12-211-14/+13
* Image filter: fixed image_filter rotate inheritance.Maxim Dounin2012-12-211-9/+15
* Geo: ensure that default entry is always present.Ruslan Ermilov2012-12-211-4/+2
* There's no need to normalize address returned by ngx_ptocidr().Ruslan Ermilov2012-12-211-1/+1
* Image filter: configuration inheritance fixes.Maxim Dounin2012-12-201-10/+18
* Brought the link to ngx_http_perl_module documentation up to date.Ruslan Ermilov2012-12-201-1/+1
* Fixed return type of internal function that allocates radix tree nodes.Ruslan Ermilov2012-12-201-5/+5
* Let "add_header" affect 201 responses (ticket #125).Ruslan Ermilov2012-12-191-0/+1
* Slightly optimized code that handles special headers in "add_header".Ruslan Ermilov2012-12-191-29/+21
* Avoid sending "100 Continue" on 413 Request Entity Too Large.Maxim Dounin2012-12-181-0/+1
* Added checks that disallow adding a variable with an empty name.Ruslan Ermilov2012-12-177-6/+32
* Implemented IPv6 support for URLs specified using domain names.Ruslan Ermilov2012-12-175-31/+226
* Fixed URL parsing code.Ruslan Ermilov2012-12-171-5/+5
* Simplified URL parsing code.Ruslan Ermilov2012-12-171-30/+26
* Geo: fixed the "ranges" without ranges case.Ruslan Ermilov2012-12-141-15/+18
* Geo: improved ngx_http_geo_block() code readability.Ruslan Ermilov2012-12-141-3/+2
* Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev2012-12-143-6/+6
* Gzip: fixed zlib memLevel adjusting.Valentin Bartenev2012-12-141-0/+4
* Upstream: fixed SIGSEGV with the "if" directive.Maxim Dounin2012-12-131-0/+8
* Fixed variable syntax checking in "set", "geo", "limit_conn_zone",Ruslan Ermilov2012-12-134-4/+11
* Proxy: better error message about unexpected data.Maxim Dounin2012-12-131-1/+2
* Limit rate: fixed integer overflow in limit calculation (ticket #256).Valentin Bartenev2012-12-121-1/+1
* Configure: better check for PCRE JIT.Maxim Dounin2012-12-121-0/+1
* The "auth_basic" directive gained support of variables.Ruslan Ermilov2012-12-101-47/+36
* Allow the complex value to be defined as an empty string.Ruslan Ermilov2012-12-068-18/+14
* Xslt: prevented infinite loop.Ruslan Ermilov2012-12-061-2/+2
* Fixed build with embedded perl in certain setups (ticket #48).Ruslan Ermilov2012-12-032-17/+4
* Fixed the NGX_SOCKADDR_STRLEN macro definition.Ruslan Ermilov2012-11-301-1/+1
* Core: removed GLOB_NOSORT glob option.Maxim Dounin2012-11-291-1/+1
* Version bump.Maxim Dounin2012-11-292-3/+3
* release-1.3.9 tagMaxim Dounin2012-11-271-0/+1
* nginx-1.3.9-RELEASErelease-1.3.9Maxim Dounin2012-11-271-0/+45
* Gunzip: added missing ngx_http_clear_etag().Maxim Dounin2012-11-261-0/+1
* Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.Maxim Dounin2012-11-261-0/+1
* Request body: block write events while reading body.Maxim Dounin2012-11-261-0/+2
* Request body: error checking fixes, negative rb->rest handling.Maxim Dounin2012-11-261-2/+11
* Request body: improved handling of incorrect chunked request body.Maxim Dounin2012-11-262-5/+16
* Request body: fixed discard of chunked request body.Maxim Dounin2012-11-261-1/+1