summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-24fix r2378, file inclusion should be waitedIgor Sysoev1-0/+1
2008-12-24do not try to align to a page size, allocate just 8K,Igor Sysoev1-2/+2
this is fixes allocation on Cygwin, it reports 64K page size
2008-12-24flush variable values in try_filesIgor Sysoev1-1/+1
2008-12-24update r2422Igor Sysoev1-10/+1
2008-12-23variable support for unix sockets in fastcgi_pass and proxy_passIgor Sysoev5-29/+76
2008-12-23fix r2378, do not activate subrequest if there are alreadyIgor Sysoev1-0/+9
postponed subrequests or data
2008-12-23fix the previous commitIgor Sysoev1-1/+1
2008-12-22send "100 Continue" for HTTP/1.1 onlyIgor Sysoev1-1/+1
2008-12-22bump versionIgor Sysoev2-2/+2
2008-12-22ngx_http_arg()Igor Sysoev4-52/+61
2008-12-17remove never used zero copy stuffIgor Sysoev10-37/+0
2008-12-17fix segfaultIgor Sysoev1-1/+3
2008-12-16set default gzip_buffers to 32 4k or 16 8kIgor Sysoev1-1/+2
2008-12-16bump versionIgor Sysoev2-2/+2
2008-12-16postpone zlib memory allocationIgor Sysoev1-13/+177
2008-12-15try_filesIgor Sysoev3-1/+263
2008-12-15do not add header if add_header ""Igor Sysoev1-7/+9
2008-12-12remove seldom used variableIgor Sysoev1-6/+4
2008-12-11fix segfault if no named location are defined, but are usedIgor Sysoev1-18/+22
2008-12-11fix zero length static response, the bug was introduced in r2378Igor Sysoev1-1/+1
2008-12-11$upstream_response_lengthIgor Sysoev2-4/+83
2008-12-11style fix: remove tabsIgor Sysoev1-12/+12
2008-12-11allow "~", "~*", "^~", and "=" before location name without spaceIgor Sysoev1-38/+100
2008-12-11$geo variable supportIgor Sysoev1-56/+122
2008-12-11remove before nginx-0.1.25 compatibility codeIgor Sysoev1-13/+2
2008-12-11fix r2394Igor Sysoev1-14/+4
2008-12-10test port in fastcgi_pass variableIgor Sysoev1-0/+6
2008-12-10clear fastcgi ctx for internal redirection via named locationIgor Sysoev1-0/+2
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev6-11/+50
2008-12-10fix debug loggingIgor Sysoev1-17/+46
2008-12-10change variable nameIgor Sysoev1-6/+6
2008-12-10delete surplus upstream.schema fieldIgor Sysoev4-22/+9
2008-12-10fastcgi_pass variables supportIgor Sysoev1-19/+98
2008-12-09compact win32 errno loggingIgor Sysoev2-17/+4
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev11-51/+49
2008-12-09remove stale pragmaIgor Sysoev1-3/+0
2008-12-09use already available r and u instead of evIgor Sysoev2-72/+65
2008-12-09delete unneeded callIgor Sysoev1-2/+0
2008-12-09bump versionIgor Sysoev2-2/+2
2008-12-08fix r2378, run posted requests after upstream event handlingIgor Sysoev1-93/+148
2008-12-08bump versionIgor Sysoev2-2/+2
2008-12-08*) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev11-324/+335
*) now $upstream_addr, $upstream_status, $upstream_response_time can be used with log_subrequest
2008-12-08*) add zone name while logging 503 error reasonIgor Sysoev1-4/+9
*) log allocation error as 503 error reason
2008-12-08update commentIgor Sysoev1-1/+1
2008-12-08rename "lz" to "lr" in variable namesIgor Sysoev1-50/+50
2008-12-08log 503 error reasonIgor Sysoev1-0/+9
2008-12-08test duplicate limit_connIgor Sysoev1-0/+4
2008-12-08skip protected symlinks in autoindexIgor Sysoev1-0/+5
2008-12-08allow POST without Content-LengthIgor Sysoev1-3/+1
2008-12-02fix commentIgor Sysoev1-5/+5