summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-03-11fix segfaults introduced in r2549 and r2550Igor Sysoev2-4/+4
2009-03-11bump versionIgor Sysoev1-1/+1
2009-03-09fix segfaults introduced in r2550Igor Sysoev1-5/+6
2009-03-06style fix: remove tabsIgor Sysoev1-5/+5
2009-03-06captures support in server_nameIgor Sysoev3-1/+30
2009-03-06captures support in location and aliasIgor Sysoev2-25/+48
2009-03-06now regex captures are per-request entitiesIgor Sysoev4-95/+109
2009-03-05pclcf->regex_locations are used with PCRE onlyIgor Sysoev1-0/+2
2009-03-05bump versionIgor Sysoev1-1/+1
2009-03-01fix postponed zlib memory allocation, introduced in r2411Igor Sysoev1-27/+36
*) introduce postpone_gzipping directive *) disable postponed gzipping by default The r2411 commit caused hangings up on large SSIed responses as SSI cleared buf->recycled bit on copy of recycled buf parts
2009-03-01fix case when the first try is shorter then URIIgor Sysoev1-5/+1
2009-02-24fix segfault introduced in r2486 in $sent_http_location processingIgor Sysoev1-1/+6
2009-02-24prepare ngx_ptocidr() for IPv6Igor Sysoev3-20/+39
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev11-31/+29
2009-02-24move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev4-13/+13
2009-02-24axe r->port_textIgor Sysoev7-57/+57
2009-02-24remove seldom used variableIgor Sysoev1-6/+3
2009-02-24fix r2530Igor Sysoev1-2/+2
2009-02-23axe unneeded port fieldIgor Sysoev2-3/+0
2009-02-23axe r->portIgor Sysoev4-8/+27
2009-02-23axe r->in_addrIgor Sysoev4-12/+32
2009-02-23bump versionIgor Sysoev1-1/+1
2009-02-23name/password were ignored after odd empty linesIgor Sysoev1-3/+10
2009-02-23add auth basic failure loggingIgor Sysoev1-2/+14
2009-02-21bump versionIgor Sysoev1-1/+1
2009-02-21fix implicit listen, introduced in r2513Igor Sysoev1-0/+6
2009-02-21bump versionIgor Sysoev1-1/+1
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev10-314/+603
2009-02-18split ports, addresses, and server names preparation and optimizationIgor Sysoev1-187/+205
2009-02-18add debug loggingIgor Sysoev1-0/+4
2009-02-18the $ancient_browser variables did not treat as an ancient browserIgor Sysoev1-0/+2
listed in modern_browser, but has lower version
2009-02-17set MIME-type length,Igor Sysoev1-0/+1
otherwise ngx_http_test_content_type() did not find "image/gif"
2009-02-16bump versionIgor Sysoev1-1/+1
2009-02-14set content-type for try_files' choiceIgor Sysoev1-0/+5
2009-02-11bump versionIgor Sysoev1-1/+1
2009-02-10fix /?new=arg?old=arg redirect caseIgor Sysoev1-4/+15
2009-02-10if_modified_since offIgor Sysoev3-6/+16
2009-02-05bump versionIgor Sysoev1-1/+1
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
2009-01-30fix $sent_http_location for local redirectsIgor Sysoev1-0/+25
2009-01-27fix types and add commentIgor Sysoev1-3/+2
2009-01-27test allocated space as in try_filesIgor Sysoev1-15/+13
2009-01-26bump versionIgor Sysoev1-1/+1
2009-01-26style fix: remove tabsIgor Sysoev1-9/+9
2009-01-26fix segfault if $fastcgi_script_name or $fastcgi_path_info were used beforeIgor Sysoev1-17/+41
fastcgi handler, the bug has been introduced in r2444
2009-01-21fix fastcgi_storeIgor Sysoev1-1/+1
2009-01-21allow directories in try_filesIgor Sysoev2-1/+10
2009-01-19fix segfault when geo range replaces starting part of another rangeIgor Sysoev1-2/+2
2009-01-19bump versionIgor Sysoev1-1/+1
2009-01-19try_files should work with files onlyIgor Sysoev1-0/+4