summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-4/+4
error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames
2009-04-23ngx_path_separator()Igor Sysoev1-7/+1
2009-04-09backout r2535: virtual names is a property of address:port pair,Igor Sysoev1-9/+7
but is not a property of server configuration
2009-04-04refactor ngx_http_arg() using ngx_strcasestrn(),Igor Sysoev1-1/+0
back out zero termination introduced in r2138
2009-03-18fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev1-2/+0
2009-03-12fix building without PCRE, introduced in r2553Igor Sysoev1-1/+1
2009-03-12ignore EINVAL from setsockopt() on SolarisIgor Sysoev1-0/+7
2009-03-11fix segfaults introduced in r2549 and r2550Igor Sysoev1-2/+2
2009-03-09fix segfaults introduced in r2550Igor Sysoev1-5/+6
2009-03-06captures support in server_nameIgor Sysoev1-1/+26
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-4/+4
2009-02-24move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev1-7/+9
2009-02-24axe r->port_textIgor Sysoev1-2/+0
2009-02-23axe r->portIgor Sysoev1-1/+0
2009-02-23axe r->in_addrIgor Sysoev1-1/+0
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-36/+74
2009-01-31avoid a double redirect response ifIgor Sysoev1-0/+1
*) a request is going in a keep alive state, *) the request body should be discarded, *) epoll/rtsig reports about the response header has been sent, *) and write event handler calls core phase handler
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-17/+15
2008-12-09delete unneeded callIgor Sysoev1-2/+0
2008-12-08*) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev1-65/+138
*) now $upstream_addr, $upstream_status, $upstream_response_time can be used with log_subrequest
2008-12-08allow POST without Content-LengthIgor Sysoev1-3/+1
2008-11-10ngx_http_limit_req_moduleIgor Sysoev1-2/+1
2008-09-29refactor log_subrequestIgor Sysoev1-17/+11
2008-09-29update log_subrequestIgor Sysoev1-0/+4
2008-09-29fix the previous commitIgor Sysoev1-0/+2
2008-09-27*) log_subrequestIgor Sysoev1-17/+36
*) flush variables in access log
2008-09-24underscores_in_headersIgor Sysoev1-1/+2
2008-09-15set request handlers, this fixes complex proxied 400 handler with SSI includesIgor Sysoev1-0/+3
2008-09-05remove unused #include'sIgor Sysoev1-1/+0
2008-09-01*) listen sslIgor Sysoev1-1/+14
*) no default ssl_cetificate and ssl_cetificate_key
2008-08-26gzip_disable msie6Igor Sysoev1-5/+14
2008-08-21server_name "" supportIgor Sysoev1-5/+9
2008-08-19fix $r->header_in() for "User-Agent", "Connection", and "Host"Igor Sysoev1-3/+6
broken in r2005, r2006, and r2008.
2008-08-04$arg_... variableIgor Sysoev1-0/+1
2008-08-04ngx_hash_strlow()Igor Sysoev1-12/+3
2008-08-04ngx_strlow()Igor Sysoev1-4/+1
2008-07-29*) ssl_verify_client askIgor Sysoev1-1/+1
*) test ssl_client_certificate for ssl_verify_client *) $ssl_client_cert adds TAB before each line except first one *) $ssl_client_raw_cert contains certificate as is
2008-06-30fix error messageIgor Sysoev1-0/+4
2008-06-26the "Expect" header supportIgor Sysoev1-0/+4
2008-06-17*) back out r2040Igor Sysoev1-3/+3
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-05-21style fixIgor Sysoev1-1/+1
2008-05-19avoid recursive loopIgor Sysoev1-2/+3
2008-05-15*) host in request line has priorityIgor Sysoev1-86/+169
*) allow several Host headers *) validate host
2008-05-13small fixesIgor Sysoev1-3/+2
2008-05-13test user agent in header callbackIgor Sysoev1-47/+58
2008-04-23fix memory leak when ssl_verify_client is onIgor Sysoev1-3/+6
2008-03-10invalidate SSL session if there is no valid client certificateIgor Sysoev1-0/+8
2008-02-15named locations in post_actionIgor Sysoev1-1/+6
2008-01-09add code missed in r1856Igor Sysoev1-0/+4
2008-01-08axe old flag remained after ancient "post_accept_timeout" directiveIgor Sysoev1-2/+1