| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-06-22 | fix building --without-http-cache, broken in r2953 | Igor Sysoev | 1 | -0/+4 | |
| 2009-06-22 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-06-18 | fix segfault if there is error_page 401, proxy_intercept_errors is on | Igor Sysoev | 1 | -2/+3 | |
| and backend does not return "WWW-Authenticate" header | |||||
| 2009-06-18 | $upstream_cache_status | Igor Sysoev | 4 | -15/+91 | |
| 2009-06-18 | ignore ngx_atomic_fetch_add() result | Igor Sysoev | 3 | -17/+17 | |
| this fixes building at least by gcc 4.2.1 on Mac OS X 10.6 | |||||
| 2009-06-15 | fix building --without-http-cache, broken in r2930 | Igor Sysoev | 2 | -2/+8 | |
| 2009-06-15 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-06-12 | add response file uniq while loading cold cache on demand | Igor Sysoev | 1 | -0/+1 | |
| 2009-06-12 | initialize use_event field in open file cache | Igor Sysoev | 1 | -0/+1 | |
| the bug had been introduced in r2071 | |||||
| 2009-06-11 | style fix | Igor Sysoev | 1 | -6/+6 | |
| 2009-06-10 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-06-08 | inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header | Igor Sysoev | 2 | -2/+6 | |
| only if cache settings are similar | |||||
| 2009-06-07 | update r2925 | Igor Sysoev | 2 | -0/+4 | |
| 2009-06-06 | proxy_cache_use_stale/fastcgi_cache_use_stale updating | Igor Sysoev | 6 | -6/+37 | |
| 2009-06-06 | delete useless r->cache->uses | Igor Sysoev | 3 | -9/+4 | |
| 2009-06-06 | remove remnants | Igor Sysoev | 2 | -9/+1 | |
| 2009-06-06 | win32 master process had aready closed listening sockets | Igor Sysoev | 1 | -1/+2 | |
| 2009-06-06 | a signaller process should stop configuration processing just after | Igor Sysoev | 2 | -12/+12 | |
| it is able to get pid file, this allows to not open log files, etc. | |||||
| 2009-06-06 | *) exit if no workers could not be started | Igor Sysoev | 1 | -6/+11 | |
| *) do not quit old workers if no new workers could not be started | |||||
| 2009-06-05 | fix debug logging | Igor Sysoev | 1 | -2/+2 | |
| 2009-06-05 | do not test a pool block space if we can not allocated from the block 4 times | Igor Sysoev | 2 | -1/+4 | |
| 2009-06-05 | change surplus for() to while() | Igor Sysoev | 1 | -1/+4 | |
| 2009-06-05 | test GIF87a | Igor Sysoev | 1 | -4/+5 | |
| 2009-06-03 | try to reuse last 4 free large allocation links | Igor Sysoev | 1 | -0/+14 | |
| this fixes a pool growing for multi-requests keepalive connections | |||||
| 2009-06-03 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-06-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 44 | -64/+64 | |
| 2009-06-02 | fix return value on failure | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-02 | leave chain in consistent state on errors | Igor Sysoev | 1 | -2/+1 | |
| 2009-06-02 | test premature process termination | Igor Sysoev | 1 | -3/+19 | |
| 2009-06-02 | log GetExitCodeProcess()'s errno | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-02 | limit_rate_after | Igor Sysoev | 3 | -3/+32 | |
| 2009-06-02 | add drive letter for Win32 root path | Igor Sysoev | 1 | -24/+71 | |
| 2009-06-02 | test that zone has the same addresses in different processes | Igor Sysoev | 2 | -5/+16 | |
| 2009-06-02 | *) fix memory leak in successful case | Igor Sysoev | 1 | -11/+15 | |
| *) log shared memory name in failure case | |||||
| 2009-05-30 | allow shared memory segments more than 4G | Igor Sysoev | 1 | -2/+7 | |
| 2009-05-29 | fix "out of memory" case handling | Igor Sysoev | 1 | -3/+6 | |
| 2009-05-29 | fix logging in ngx_win32_rename_file() | Igor Sysoev | 1 | -3/+7 | |
| 2009-05-29 | add trailing zero to a file name | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-28 | fix XSLT filter in SSI subrequests | Igor Sysoev | 2 | -4/+7 | |
| 2009-05-28 | Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND | Igor Sysoev | 1 | -2/+8 | |
| 2009-05-28 | report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility | Igor Sysoev | 2 | -8/+36 | |
| 2009-05-28 | style fix | Igor Sysoev | 2 | -4/+6 | |
| 2009-05-26 | do not set charset for subrequests | Igor Sysoev | 1 | -4/+5 | |
| 2009-05-25 | fix the previous commit | Igor Sysoev | 1 | -1/+3 | |
| 2009-05-25 | refactor ngx_http_charset_header_filter() | Igor Sysoev | 3 | -162/+236 | |
| 2009-05-25 | keepalive_requests | Igor Sysoev | 4 | -2/+22 | |
| 2009-05-25 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-05-25 | fix socket leak introduced in r2378 | Igor Sysoev | 1 | -0/+5 | |
| 2009-05-25 | reset content_type hash value, this fixes a bug when XSLT responses | Igor Sysoev | 5 | -0/+10 | |
| could not be processed by SSI, charset, and gzip filters | |||||
| 2009-05-25 | light optimization of ngx_http_test_content_type() | Igor Sysoev | 1 | -12/+12 | |
