aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* delete old debugging and infoIgor Sysoev2009-03-27
|
* rename ngx_http_scrip_flush_complex_value()Igor Sysoev2009-03-27
| | | | to ngx_http_script_flush_complex_value()
* fix plain text values using relative path in ngx_http_complex_value(),Igor Sysoev2009-03-27
| | | | this fixes the auth_basic_user_file bug introduced in r2589
* fix alias with variables, but without captures,Igor Sysoev2009-03-26
| | | | the bug had been introduced in r2566 and r2573
* delete unneeded conditionIgor Sysoev2009-03-26
|
* fix add_header Last-Modified "", broken in r2589Igor Sysoev2009-03-26
|
* fix logged long locked cache entry name and add countIgor Sysoev2009-03-26
|
* fix segfault if ngx_read_file() will failIgor Sysoev2009-03-24
|
* fastcgi cacheIgor Sysoev2009-03-24
|
* unlink proxy_cache and proxy_cache_validIgor Sysoev2009-03-24
|
* do not clean cache if memory cache keys zone is coldIgor Sysoev2009-03-24
|
* fix the previous commitIgor Sysoev2009-03-23
|
* axe old definition fieldsIgor Sysoev2009-03-23
|
* bump versionIgor Sysoev2009-03-23
|
* a prelimiary proxy cache supportIgor Sysoev2009-03-23
|
* style fix: remove tabsIgor Sysoev2009-03-22
|
* style fix: remove tabsIgor Sysoev2009-03-22
|
* use complex value in error_pageIgor Sysoev2009-03-22
|
* use complex values in add_header, auth_basic_user_file,Igor Sysoev2009-03-22
| | | | sub_filter, and xslt_stylesheet parameters
* ngx_http_script_flush_complex_value()Igor Sysoev2009-03-22
| | | | | ngx_http_complex_value() ngx_http_compile_complex_value()
* add full path debug log in try_filesIgor Sysoev2009-03-20
|
* allow try_files in server contextIgor Sysoev2009-03-20
|
* fix directory test in try_filesIgor Sysoev2009-03-20
|
* always run regex in server_name to get capturesIgor Sysoev2009-03-19
|
* test wildcard tail hash existanceIgor Sysoev2009-03-19
|
* split args in a try_files fallbackIgor Sysoev2009-03-19
|
* ngx_http_split_args()Igor Sysoev2009-03-19
|
* split ngx_http_script_compile()Igor Sysoev2009-03-18
|
* bump versionIgor Sysoev2009-03-18
|
* fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev2009-03-18
|
* reserve space for r->uri, the bug has been introduced in r2566Igor Sysoev2009-03-18
|
* delete unneeded variableIgor Sysoev2009-03-16
|
* bump versionIgor Sysoev2009-03-16
|
* auth_basic_user_file supports variablesIgor Sysoev2009-03-16
|
* fix case when regex locaiton runs the second time via internal redirectIgor Sysoev2009-03-14
|
* fix reserved mapped uri length if alias has capturesIgor Sysoev2009-03-14
|
* remove unneeded incrementIgor Sysoev2009-03-14
|
* compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busyIgor Sysoev2009-03-13
|
* ipv6onlyIgor Sysoev2009-03-13
|
* fix building without PCRE, introduced in r2553Igor Sysoev2009-03-12
|
* ignore EINVAL from setsockopt() on SolarisIgor Sysoev2009-03-12
|
* bump versionIgor Sysoev2009-03-12
|
* fix segfaults introduced in r2549 and r2550Igor Sysoev2009-03-11
|
* bump versionIgor Sysoev2009-03-11
|
* fix segfaults introduced in r2550Igor Sysoev2009-03-09
|
* style fix: remove tabsIgor Sysoev2009-03-06
|
* XFS on Linux does not set dirent.d_type,Igor Sysoev2009-03-06
| | | | | | 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
* captures support in server_nameIgor Sysoev2009-03-06
|
* captures support in location and aliasIgor Sysoev2009-03-06
|
* now regex captures are per-request entitiesIgor Sysoev2009-03-06
|