| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-03-28 | update cpuid for Core 2 and Atom | Igor Sysoev | 1 | -3/+5 | |
| 2009-03-27 | delete duplicate error logging | Igor Sysoev | 2 | -10/+0 | |
| 2009-03-27 | improve ngx_slab_alloc() error logging | Igor Sysoev | 6 | -12/+68 | |
| 2009-03-27 | delete old debugging and info | Igor Sysoev | 1 | -23/+0 | |
| 2009-03-27 | rename ngx_http_scrip_flush_complex_value() | Igor Sysoev | 2 | -3/+3 | |
| to ngx_http_script_flush_complex_value() | |||||
| 2009-03-27 | fix plain text values using relative path in ngx_http_complex_value(), | Igor Sysoev | 1 | -5/+5 | |
| this fixes the auth_basic_user_file bug introduced in r2589 | |||||
| 2009-03-26 | fix alias with variables, but without captures, | Igor Sysoev | 1 | -2/+12 | |
| the bug had been introduced in r2566 and r2573 | |||||
| 2009-03-26 | delete unneeded condition | Igor Sysoev | 1 | -4/+1 | |
| 2009-03-26 | fix add_header Last-Modified "", broken in r2589 | Igor Sysoev | 1 | -0/+5 | |
| 2009-03-26 | fix logged long locked cache entry name and add count | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-24 | fix segfault if ngx_read_file() will fail | Igor Sysoev | 1 | -0/+1 | |
| 2009-03-24 | fastcgi cache | Igor Sysoev | 1 | -6/+196 | |
| 2009-03-24 | unlink proxy_cache and proxy_cache_valid | Igor Sysoev | 1 | -4/+0 | |
| 2009-03-24 | do not clean cache if memory cache keys zone is cold | Igor Sysoev | 1 | -2/+3 | |
| 2009-03-23 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-23 | axe old definition fields | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-23 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 22 | -1631/+2443 | |
| 2009-03-22 | style fix: remove tabs | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-22 | style fix: remove tabs | Igor Sysoev | 1 | -14/+14 | |
| 2009-03-22 | use complex value in error_page | Igor Sysoev | 4 | -93/+42 | |
| 2009-03-22 | use complex values in add_header, auth_basic_user_file, | Igor Sysoev | 4 | -195/+102 | |
| sub_filter, and xslt_stylesheet parameters | |||||
| 2009-03-22 | ngx_http_script_flush_complex_value() | Igor Sysoev | 2 | -55/+372 | |
| ngx_http_complex_value() ngx_http_compile_complex_value() | |||||
| 2009-03-20 | add full path debug log in try_files | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-20 | allow try_files in server context | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-20 | fix directory test in try_files | Igor Sysoev | 1 | -0/+1 | |
| 2009-03-19 | always run regex in server_name to get captures | Igor Sysoev | 1 | -2/+11 | |
| 2009-03-19 | test wildcard tail hash existance | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-19 | split args in a try_files fallback | Igor Sysoev | 1 | -2/+4 | |
| 2009-03-19 | ngx_http_split_args() | Igor Sysoev | 2 | -0/+36 | |
| 2009-03-18 | split ngx_http_script_compile() | Igor Sysoev | 1 | -159/+234 | |
| 2009-03-18 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2009-03-18 | fix $server_addr for wildcard listen, the has been introduced in r2513 | Igor Sysoev | 2 | -6/+29 | |
| 2009-03-18 | reserve space for r->uri, the bug has been introduced in r2566 | Igor Sysoev | 1 | -1/+3 | |
| 2009-03-16 | delete unneeded variable | Igor Sysoev | 1 | -3/+0 | |
| 2009-03-16 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2009-03-16 | auth_basic_user_file supports variables | Igor Sysoev | 1 | -18/+102 | |
| 2009-03-14 | fix case when regex locaiton runs the second time via internal redirect | Igor Sysoev | 1 | -3/+5 | |
| 2009-03-14 | fix reserved mapped uri length if alias has captures | Igor Sysoev | 1 | -4/+2 | |
| 2009-03-14 | remove unneeded increment | Igor Sysoev | 2 | -2/+2 | |
| 2009-03-13 | compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busy | Igor Sysoev | 1 | -3/+11 | |
| 2009-03-13 | ipv6only | Igor Sysoev | 5 | -0/+67 | |
| 2009-03-12 | fix building without PCRE, introduced in r2553 | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-12 | ignore EINVAL from setsockopt() on Solaris | Igor Sysoev | 3 | -6/+19 | |
| 2009-03-12 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2009-03-11 | fix segfaults introduced in r2549 and r2550 | Igor Sysoev | 2 | -4/+4 | |
| 2009-03-11 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2009-03-09 | fix segfaults introduced in r2550 | Igor Sysoev | 1 | -5/+6 | |
| 2009-03-06 | style fix: remove tabs | Igor Sysoev | 1 | -5/+5 | |
| 2009-03-06 | XFS on Linux does not set dirent.d_type, | Igor Sysoev | 2 | -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 | |||||
