summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-26Request body: error checking fixes, negative rb->rest handling.Maxim Dounin1-2/+11
2012-11-26Request body: improved handling of incorrect chunked request body.Maxim Dounin2-5/+16
2012-11-26Request body: fixed discard of chunked request body.Maxim Dounin1-1/+1
2012-11-23Core: don't reuse shared memory zone that changed ownership (ticket #210).Ruslan Ermilov1-1/+3
2012-11-21Fixed location of debug message in ngx_shmtx_lock().Ruslan Ermilov1-3/+3
2012-11-21Request body: unbreak build without debug.Maxim Dounin1-0/+2
2012-11-21Request body: chunked transfer encoding support.Maxim Dounin4-179/+548
2012-11-21Request body: recalculate size of a request body in scgi module.Maxim Dounin1-10/+16
2012-11-21Request body: $content_length variable to honor real body size.Maxim Dounin1-2/+37
2012-11-21Request body: always use calculated size of a request body in proxy.Maxim Dounin1-16/+11
2012-11-21Request body: adjust b->pos when chunked parsing done.Maxim Dounin1-0/+3
2012-11-21Request body: chunked parsing moved to ngx_http_parse.c from proxy.Maxim Dounin3-276/+277
2012-11-21Request body: properly handle events while discarding body.Maxim Dounin1-7/+9
2012-11-21Request body: fixed socket leak on errors.Maxim Dounin1-10/+28
2012-11-21Request body: code duplication reduced, no functional changes.Maxim Dounin1-25/+14
2012-11-21Request body: $request_body variable generalization.Maxim Dounin1-5/+13
2012-11-21Request body: fixed "501 Not Implemented" error handling.Maxim Dounin2-3/+4
2012-11-21Core: added debug logging of writev() in ngx_write_chain_to_file().Maxim Dounin1-0/+3
2012-11-21Dav: fixed segfault on PUT if body was already read (ticket #238).Maxim Dounin1-0/+5
2012-11-20Fixed failure to start cache manager and cache loader processesIgor Sysoev2-4/+11
2012-11-17Trailing whitespace fix.Maxim Dounin1-1/+1
2012-11-16Upstream: better detection of connect() failures with kqueue.Maxim Dounin1-2/+9
2012-11-16Upstream: honor the "down" flag for a single server.Ruslan Ermilov1-0/+4
2012-11-16Variables $request_time and $msec.Ruslan Ermilov1-0/+63
2012-11-16Fixed setting of CPU affinity on respawn of dead worker processes.Ruslan Ermilov1-14/+16
2012-11-16Version bump.Ruslan Ermilov2-3/+3
2012-10-30Event pipe: fixed handling of buf_to_file data.Maxim Dounin2-2/+10
2012-10-29Variables $connection and $connection_requests.Maxim Dounin2-23/+53