summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23a prelimiary proxy cache supportIgor Sysoev22-1631/+2443
2009-03-22style fix: remove tabsIgor Sysoev1-1/+1
2009-03-22style fix: remove tabsIgor Sysoev1-14/+14
2009-03-22use complex value in error_pageIgor Sysoev4-93/+42
2009-03-22use complex values in add_header, auth_basic_user_file,Igor Sysoev4-195/+102
sub_filter, and xslt_stylesheet parameters
2009-03-22ngx_http_script_flush_complex_value()Igor Sysoev2-55/+372
ngx_http_complex_value() ngx_http_compile_complex_value()
2009-03-20add full path debug log in try_filesIgor Sysoev1-2/+2
2009-03-20allow try_files in server contextIgor Sysoev1-1/+1
2009-03-20fix directory test in try_filesIgor Sysoev1-0/+1
2009-03-19always run regex in server_name to get capturesIgor Sysoev1-2/+11
2009-03-19test wildcard tail hash existanceIgor Sysoev1-2/+2
2009-03-19split args in a try_files fallbackIgor Sysoev1-2/+4
2009-03-19ngx_http_split_args()Igor Sysoev2-0/+36
2009-03-18split ngx_http_script_compile()Igor Sysoev1-159/+234
2009-03-18bump versionIgor Sysoev2-2/+2
2009-03-18fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev2-6/+29
2009-03-18reserve space for r->uri, the bug has been introduced in r2566Igor Sysoev1-1/+3
2009-03-16delete unneeded variableIgor Sysoev1-3/+0
2009-03-16bump versionIgor Sysoev2-2/+2
2009-03-16auth_basic_user_file supports variablesIgor Sysoev1-18/+102
2009-03-14fix case when regex locaiton runs the second time via internal redirectIgor Sysoev1-3/+5
2009-03-14fix reserved mapped uri length if alias has capturesIgor Sysoev1-4/+2
2009-03-14remove unneeded incrementIgor Sysoev2-2/+2
2009-03-13compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busyIgor Sysoev1-3/+11
2009-03-13ipv6onlyIgor Sysoev5-0/+67
2009-03-12fix building without PCRE, introduced in r2553Igor Sysoev1-1/+1
2009-03-12ignore EINVAL from setsockopt() on SolarisIgor Sysoev3-6/+19
2009-03-12bump versionIgor Sysoev2-2/+2
2009-03-11fix segfaults introduced in r2549 and r2550Igor Sysoev2-4/+4
2009-03-11bump versionIgor Sysoev2-2/+2
2009-03-09fix segfaults introduced in r2550Igor Sysoev1-5/+6
2009-03-06style fix: remove tabsIgor Sysoev1-5/+5
2009-03-06XFS on Linux does not set dirent.d_type,Igor Sysoev2-5/+18
therefore fallback to stat() if dirent.d_type is not set, this fixes slash after directory name in ngx_http_autoindex_module; the issue has been introduced in r2235
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 Sysoev2-2/+2
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-25lower ECONNRESET levelIgor Sysoev1-0/+1
2009-02-24fix segfault introduced in r2486 in $sent_http_location processingIgor Sysoev1-1/+6
2009-02-24fix the previous commitIgor Sysoev1-6/+6
2009-02-24prepare ngx_ptocidr() for IPv6Igor Sysoev6-66/+115
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev17-44/+42
2009-02-24use variable for often used fieldIgor Sysoev1-14/+15
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