summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-02clear r->keepalive to disable preventively callingIgor Sysoev1-0/+2
2009-09-30log 499 instead 0, the bug was introduced in r3050Igor Sysoev1-0/+4
2009-09-24update the previous commit: use ngx_strlow()Igor Sysoev1-8/+4
2009-09-24$host is always in low case:Igor Sysoev1-45/+65
2009-09-21fix request counter for post_action, the bug was introduced in r3050Igor Sysoev1-0/+2
2009-09-01use %*s instead of %VIgor Sysoev1-20/+16
2009-08-30*) ngx_http_ephemeralIgor Sysoev1-8/+12
2009-08-28do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"Igor Sysoev1-1/+6
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-9/+19
2009-08-28style fixIgor Sysoev1-3/+3
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-8/+0
2009-08-26request reference counterIgor Sysoev1-23/+102
2009-07-24fix segfault if 400 or 414 errors are handled intricatelyIgor Sysoev1-0/+1
2009-07-22*) $ssl_client_verifyIgor Sysoev1-10/+12
2009-07-22fix r2972, it caused "zero size buf" alert.Igor Sysoev1-0/+1
2009-07-22geo module supports trusted proxiesIgor Sysoev1-1/+1
2009-07-14skip URI trailing dots under Win32Igor Sysoev1-0/+16
2009-07-09fix ngx_http_send_special() for subrequests handled by perlIgor Sysoev1-1/+7
2009-06-18ignore ngx_atomic_fetch_add() resultIgor Sysoev1-12/+12
2009-05-29fix "out of memory" case handlingIgor Sysoev1-3/+6
2009-05-25keepalive_requestsIgor Sysoev1-0/+2
2009-05-25fix socket leak introduced in r2378Igor Sysoev1-0/+5
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev1-1/+1
2009-05-18delete unneeded castIgor Sysoev1-2/+2
2009-05-08handle big responses for "size" and "test" image_filtersIgor Sysoev1-0/+5
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-4/+4
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
2009-04-04refactor ngx_http_arg() using ngx_strcasestrn(),Igor Sysoev1-1/+0
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
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
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