summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-08-24update ip_hash to "backup" optionIgor Sysoev1-1/+1
2007-08-24set current peer to use it in ngx_http_upstream_free_round_robin_peer()Igor Sysoev1-0/+2
2007-08-24fix ip_hash on 64-bit platformIgor Sysoev1-1/+1
2007-08-20bump versionIgor Sysoev1-1/+1
2007-08-20use %v for ngx_variable_value_t in ngx_sprintf(),Igor Sysoev3-7/+6
this fixes nginx on FreeBSD/sparc64
2007-08-15bump versionIgor Sysoev1-1/+1
2007-08-12regex in valid_referersIgor Sysoev1-10/+151
2007-08-10ignore meaningless bits in CIDR and warn about themIgor Sysoev3-3/+27
2007-08-07omit unnecessary conditionsIgor Sysoev6-8/+8
2007-08-06omit unnecessary XSRETURN_EMPTYIgor Sysoev1-12/+0
2007-08-06$r->discard_request_bodyIgor Sysoev1-0/+11
2007-08-06rename ngx_http_discard_body() to ngx_http_discard_request_body()Igor Sysoev6-8/+8
2007-08-01move "Expires" header code to a separate functionIgor Sysoev1-99/+117
2007-08-01move "Cache-Control" header code to specific handlerIgor Sysoev1-43/+42
2007-08-01style fixIgor Sysoev1-4/+4
2007-08-01use header specific handler in add_handler,Igor Sysoev1-21/+116
"Last-Modified" header handler
2007-07-30bump versionIgor Sysoev1-1/+1
2007-07-29named locationIgor Sysoev1-4/+6
2007-07-29--sysconfdir=DIRIgor Sysoev4-4/+4
2007-07-23style fixIgor Sysoev1-0/+1
2007-07-23bump versionIgor Sysoev1-1/+1
2007-07-22escape space, etc in $memcached_keyIgor Sysoev1-2/+11
2007-07-22omit unnecessary codeIgor Sysoev1-3/+0
2007-07-19exit cycle early,Igor Sysoev1-0/+2
found by Coverity's Scan
2007-07-17bump versionIgor Sysoev1-1/+1
2007-07-17Sun Studio on sparc uses different bit orderIgor Sysoev2-13/+25
2007-07-13dav_access uses ngx_conf_set_access_slot()Igor Sysoev1-64/+2
2007-07-13proxy_store and fastcgi_store were changed,Igor Sysoev2-8/+144
proxy_store_access and fastcgi_store_access were added
2007-07-12bump versionIgor Sysoev1-1/+1
2007-07-12proxy_store and fastcgi_storeIgor Sysoev2-0/+22
2007-07-11style fixIgor Sysoev1-3/+1
2007-07-10fix segfault when session was freed twiceIgor Sysoev1-3/+0
2007-07-09bump versionIgor Sysoev1-1/+1
2007-07-09fix headers split in FastCGI recordsIgor Sysoev1-19/+92
2007-07-08omit unnecessary conditionsIgor Sysoev1-6/+6
2007-07-08when the FastCGI header was split in records,Igor Sysoev1-1/+1
nginx passed garbage in the header to a client
2007-07-06add commentIgor Sysoev1-0/+5
2007-06-17bump versionIgor Sysoev1-1/+1
2007-06-17if a subrequest was finished and SSI was in middle of SSI command parsingIgor Sysoev1-2/+8
and the command was a fast subrequest then the second subrequest output was just after first subrequest output and response part of main request between the subrequests went after the second subrequest.
2007-06-17if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->savedIgor Sysoev1-0/+1
and if it was not reset, then any '#' was treated as SSI command start
2007-06-16fix building on threaded or multiplicity interpreter perl,Igor Sysoev1-0/+11
the bug was introduced by previous commit
2007-06-15set worker's perl $$Igor Sysoev1-1/+12
2007-06-14bump versionIgor Sysoev1-1/+1
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev2-103/+97
2007-06-11bump versionIgor Sysoev1-1/+1
2007-06-08bump versionIgor Sysoev1-1/+1
2007-06-07style fixIgor Sysoev1-7/+7
2007-06-07namespace may be set via $memcached_keyIgor Sysoev1-1/+0
2007-06-06strstr() -> strchr()Igor Sysoev1-1/+1
2007-06-05use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev1-5/+4