summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-04-02*) introduce ngx_strchr()Igor Sysoev1-0/+6
*) test server_name for '/': it's common configuration error when trailing ';' is omitted and a next directive is treated as server_name
2007-04-02style fixIgor Sysoev1-2/+2
2007-04-01disable $document_root variable in the "root/alias" directiveIgor Sysoev1-0/+11
2007-03-31separate ngx_http_upstream_test_connect() andIgor Sysoev1-37/+52
use it in ngx_http_upstream_process_header() path too
2007-03-30flush nocachable variables before ngx_http_script_run()Igor Sysoev1-3/+14
2007-03-30disable TRACE methodIgor Sysoev3-0/+14
2007-03-29style fixIgor Sysoev1-1/+1
2007-03-29the "include" support inside the "types" directiveIgor Sysoev1-2/+15
2007-03-28style fixIgor Sysoev1-1/+2
2007-03-26bump versionIgor Sysoev1-1/+1
2007-03-23ip_hash used wrong byte orderIgor Sysoev1-3/+5
2007-03-23fix segfault if upstream sends trailing ";" in "charset="Igor Sysoev1-0/+2
2007-03-21fix "zero size buf" if request body file is multiple of 32K and FastCGI is usedIgor Sysoev1-2/+2
2007-03-19bump versionIgor Sysoev1-1/+1
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev1-1/+5
2007-03-06bump versionIgor Sysoev1-1/+1
2007-03-06avoid endless loopIgor Sysoev1-3/+2
2007-02-21use the contemporary directivesIgor Sysoev2-6/+6
2007-02-19bump versionIgor Sysoev1-1/+1
2007-02-17a client address must be allocated from a connection poolIgor Sysoev1-1/+8
to live through the keep-alive requests
2007-02-16COPY and MOVEIgor Sysoev1-160/+742
fix PUT and DELETE to conform to WebDAV specification
2007-02-15finalize request to allow post_actionIgor Sysoev1-3/+1
2007-02-15fix broken values, debug logging, and style fixIgor Sysoev1-9/+19
2007-02-15optimize $http_x_forwarded_forIgor Sysoev1-1/+1
2007-02-15fix formatIgor Sysoev1-1/+1
2007-02-15if client closes a connection prematurely, then epoll (at leastIgor Sysoev1-0/+1
in Linux 2.6.16) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error
2007-02-15add debug loggingIgor Sysoev1-0/+3
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev10-31/+42
2007-02-12bump versionIgor Sysoev1-1/+1
2007-02-09log a right subrequestIgor Sysoev1-0/+4
2007-02-09fix segfault when $fastcgi_script_name is used in access_logIgor Sysoev1-16/+27
and there was bad request (400)
2007-02-05bump versionIgor Sysoev1-1/+1
2007-02-04fix several rangesIgor Sysoev1-4/+4
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev1-7/+9
2007-01-29eliminate the useless space symbolIgor Sysoev1-2/+2
2007-01-29log a real response error code instead of "0"Igor Sysoev1-4/+2
2007-01-25bump versionIgor Sysoev1-1/+1
2007-01-25bump versionIgor Sysoev1-1/+1
2007-01-25$memcached_keyIgor Sysoev1-14/+31
2007-01-25undo "client_body_in_file_only any"Igor Sysoev5-50/+14
and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body()
2007-01-24fix "access_log off"Igor Sysoev1-35/+27
2007-01-24client_body_in_file_only anyIgor Sysoev1-2/+19
2007-01-23delete temporary file for incomplete small request bodyIgor Sysoev1-2/+17
2007-01-21log a failure of the writing to access_log once per minuteIgor Sysoev1-15/+56
2007-01-21allow "sendfile" in "if" contextIgor Sysoev1-1/+2
2007-01-20envIgor Sysoev1-11/+14
2007-01-19bump versionIgor Sysoev1-1/+1
2007-01-19fix segfault when a request body fits in r->header_in andIgor Sysoev1-0/+2
the body will be written to file
2007-01-19fix segfault when client_body_in_file_only is on, the body is not passedIgor Sysoev1-2/+5
to upstream, and nginx tries next upstream
2007-01-19a non-active client connection must not closed after send timeoutIgor Sysoev1-2/+2