summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Fixed "proxy_pass" with IP address and no port (ticket #276).Ruslan Ermilov4-15/+14
2013-01-09SSL: speedup loading of configs with many ssl servers.Maxim Dounin1-2/+2
2013-01-08Events: added check for duplicate "events" directive.Valentin Bartenev1-0/+4
2013-01-08The data pointer in ngx_open_file_t objects must be initialized.Valentin Bartenev1-0/+1
2012-12-27Geo: improved code readability.Ruslan Ermilov1-54/+61
2012-12-26Upstream keepalive: detect duplicate "keepalive" directive.Ruslan Ermilov1-0/+4
2012-12-26Version bump.Ruslan Ermilov2-3/+3
2012-12-26Geo: made "default" affect both IPv4 and IPv6 when using prefixes.Ruslan Ermilov1-48/+77
2012-12-25Geo: properly initialize ngx_cidr_t when dealing with "default".Ruslan Ermilov1-1/+1
2012-12-25Geo: IPv6 support.Ruslan Ermilov3-79/+442
2012-12-25Upstream: fixed state resetting when switching to backup servers.Valentin Bartenev2-2/+6
2012-12-24Fixed HEAD requests handling when proxying is used (closes #261).Valentin Bartenev2-1/+2
2012-12-24Trailing whitespace fix.Ruslan Ermilov1-2/+2
2012-12-23Access log: the "gzip" parameter of the "access_log" directive.Valentin Bartenev1-5/+213
2012-12-23Access log: the "flush" parameter of the "access_log" directive.Valentin Bartenev1-23/+97
2012-12-23Reopening log files code moved to a separate function.Valentin Bartenev4-67/+77
2012-12-23Access log: fixed redundant buffer reallocation.Valentin Bartenev1-5/+9
2012-12-22Properly initialize "struct in6_addr" with zeroes.Ruslan Ermilov1-1/+1
2012-12-21Core: crypt_r() error handling fixed.Maxim Dounin1-14/+13
2012-12-21Image filter: fixed image_filter rotate inheritance.Maxim Dounin1-9/+15
2012-12-21Geo: ensure that default entry is always present.Ruslan Ermilov1-4/+2
2012-12-21There's no need to normalize address returned by ngx_ptocidr().Ruslan Ermilov1-1/+1
2012-12-20Image filter: configuration inheritance fixes.Maxim Dounin1-10/+18
2012-12-20Brought the link to ngx_http_perl_module documentation up to date.Ruslan Ermilov1-1/+1
2012-12-20Fixed return type of internal function that allocates radix tree nodes.Ruslan Ermilov1-5/+5
2012-12-19Let "add_header" affect 201 responses (ticket #125).Ruslan Ermilov1-0/+1
2012-12-19Slightly optimized code that handles special headers in "add_header".Ruslan Ermilov1-29/+21
2012-12-18Avoid sending "100 Continue" on 413 Request Entity Too Large.Maxim Dounin1-0/+1
2012-12-17Added checks that disallow adding a variable with an empty name.Ruslan Ermilov7-6/+32
2012-12-17Implemented IPv6 support for URLs specified using domain names.Ruslan Ermilov4-31/+212
2012-12-17Fixed URL parsing code.Ruslan Ermilov1-5/+5
2012-12-17Simplified URL parsing code.Ruslan Ermilov1-30/+26
2012-12-14Geo: fixed the "ranges" without ranges case.Ruslan Ermilov1-15/+18
2012-12-14Geo: improved ngx_http_geo_block() code readability.Ruslan Ermilov1-3/+2
2012-12-14Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev3-6/+6
2012-12-14Gzip: fixed zlib memLevel adjusting.Valentin Bartenev1-0/+4
2012-12-13Upstream: fixed SIGSEGV with the "if" directive.Maxim Dounin1-0/+8
2012-12-13Fixed variable syntax checking in "set", "geo", "limit_conn_zone",Ruslan Ermilov4-4/+11
2012-12-13Proxy: better error message about unexpected data.Maxim Dounin1-1/+2
2012-12-12Limit rate: fixed integer overflow in limit calculation (ticket #256).Valentin Bartenev1-1/+1
2012-12-10The "auth_basic" directive gained support of variables.Ruslan Ermilov1-47/+36
2012-12-06Allow the complex value to be defined as an empty string.Ruslan Ermilov8-18/+14
2012-12-06Xslt: prevented infinite loop.Ruslan Ermilov1-2/+2
2012-12-03Fixed build with embedded perl in certain setups (ticket #48).Ruslan Ermilov1-14/+3
2012-11-30Fixed the NGX_SOCKADDR_STRLEN macro definition.Ruslan Ermilov1-1/+1
2012-11-29Core: removed GLOB_NOSORT glob option.Maxim Dounin1-1/+1
2012-11-29Version bump.Maxim Dounin2-3/+3
2012-11-26Gunzip: added missing ngx_http_clear_etag().Maxim Dounin1-0/+1
2012-11-26Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.Maxim Dounin1-0/+1
2012-11-26Request body: block write events while reading body.Maxim Dounin1-0/+2