| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-18 | remove TODO comments | Igor Sysoev | 8 | -8/+0 | |
| 2009-04-18 | support attaching to an existent Win32 shared memory | Igor Sysoev | 4 | -96/+99 | |
| 2009-04-16 | move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory | Igor Sysoev | 6 | -15/+21 | |
| 2009-04-16 | perl termination fixes: | Igor Sysoev | 1 | -5/+25 | |
| *) master exit hook is run before global pool cleanup, so call PERL_SYS_TERM() after perl_destruct()/perl_free(). This fixes the message panic: MUTEX_LOCK (22) [op.c:352] on some threaded perl builds *) call perl_destruct()/perl_free() before PERL_SYS_TERM() for non-mulitiplicity perl | |||||
| 2009-04-15 | fix segfault on exit if no http section is defined in confguraiton, | Igor Sysoev | 1 | -6/+4 | |
| the bug has been introduced in r1947 | |||||
| 2009-04-15 | fix segfault if no http section is defined in confguraiton, | Igor Sysoev | 2 | -9/+9 | |
| the bug has been introduced in r1259 | |||||
| 2009-04-15 | fix building by MSVC8 | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-15 | fix debug logging | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-15 | fix building --without-http-cache, introduced in r2664 and later | Igor Sysoev | 1 | -6/+20 | |
| 2009-04-15 | hide cacheable Set-Cookie and P3P response headers | Igor Sysoev | 1 | -5/+30 | |
| 2009-04-15 | do not pass if-... headers for cacheable responses | Igor Sysoev | 1 | -2/+31 | |
| 2009-04-15 | shutdown client connection for cacheable header only responses | Igor Sysoev | 1 | -3/+10 | |
| 2009-04-15 | support 304 for cacheable responses | Igor Sysoev | 1 | -1/+2 | |
| 2009-04-15 | style fix | Igor Sysoev | 1 | -4/+4 | |
| 2009-04-15 | support HEAD in proxy cache | Igor Sysoev | 3 | -3/+21 | |
| 2009-04-15 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-11 | allow any status | Igor Sysoev | 2 | -34/+78 | |
| 2009-04-11 | try_files status code | Igor Sysoev | 2 | -1/+23 | |
| 2009-04-10 | set cache manager maximum sleep time to 10s | Igor Sysoev | 1 | -6/+6 | |
| 2009-04-10 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-10 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2009-04-10 | do not call ngx_http_file_cache_free() if a response is not cacheable | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-10 | add debug logging | Igor Sysoev | 1 | -0/+3 | |
| 2009-04-09 | backout r2535: virtual names is a property of address:port pair, | Igor Sysoev | 4 | -13/+13 | |
| but is not a property of server configuration | |||||
| 2009-04-08 | style fix | Igor Sysoev | 1 | -10/+10 | |
| 2009-04-07 | fix r2590: error_page made an external redirect without query string | Igor Sysoev | 2 | -7/+7 | |
| 2009-04-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-06 | proxy_cache_key | Igor Sysoev | 1 | -0/+54 | |
| 2009-04-06 | fix cache path slot | Igor Sysoev | 1 | -15/+5 | |
| 2009-04-04 | refactor ngx_http_arg() using ngx_strcasestrn(), | Igor Sysoev | 2 | -9/+8 | |
| back out zero termination introduced in r2138 | |||||
| 2009-04-04 | support Cache-Control no-cache and max-age in cache | Igor Sysoev | 1 | -11/+57 | |
| 2009-04-04 | update r2664 | Igor Sysoev | 1 | -11/+8 | |
| 2009-04-03 | support Expires in cache | Igor Sysoev | 1 | -2/+32 | |
| 2009-04-03 | fix r2664: ..._cache_valid did not work for stale responses | Igor Sysoev | 1 | -0/+1 | |
| 2009-04-03 | zero field | Igor Sysoev | 1 | -2/+1 | |
| 2009-04-03 | support X-Accel-Expires in cache | Igor Sysoev | 1 | -6/+61 | |
| 2009-04-03 | cache GET requests only | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-02 | merge fastcgi_cache_key | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-01 | zero cache file length, | Igor Sysoev | 1 | -0/+1 | |
| this fixes full cache purging and hogging CPU by the cache manager after this | |||||
| 2009-04-01 | add debug logging | Igor Sysoev | 1 | -0/+3 | |
| 2009-03-30 | fix segfault introduced in r2602 if there is 502/504 error | Igor Sysoev | 1 | -0/+4 | |
| and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid | |||||
| 2009-03-30 | fix r2579 | Igor Sysoev | 1 | -0/+2 | |
| 2009-03-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-30 | introduce cache manager instead of cache cleaner | Igor Sysoev | 2 | -159/+439 | |
| 2009-03-27 | delete duplicate error logging | Igor Sysoev | 2 | -10/+0 | |
