| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-20 | Win32 master/workers model | Igor Sysoev | 20 | -427/+1637 | |
| 2009-04-19 | fix Win32 ngx_gettimezone() | Igor Sysoev | 1 | -3/+15 | |
| 2009-04-19 | add variadic macros support for msvc8 | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-19 | show -t results on stderr | Igor Sysoev | 4 | -29/+31 | |
| 2009-04-18 | remove TODO comments | Igor Sysoev | 8 | -8/+0 | |
| 2009-04-18 | support attaching to an existent Win32 shared memory | Igor Sysoev | 13 | -152/+217 | |
| 2009-04-18 | update c->sent in ngx_unix_send() | Igor Sysoev | 1 | -0/+2 | |
| 2009-04-17 | fix building on platforms which have no atomic operations support, | Igor Sysoev | 2 | -3/+3 | |
| the bug was introduced in r2564 | |||||
| 2009-04-17 | fix the previous commit | Igor Sysoev | 1 | -2/+3 | |
| 2009-04-16 | move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory | Igor Sysoev | 12 | -49/+55 | |
| 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 BCC without NGX_DEBUG_MALLOC | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-15 | fix building by MSVC8 | Igor Sysoev | 2 | -3/+3 | |
| 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 | 2 | -3/+3 | |
| 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 | 2 | -14/+14 | |
| 2009-04-08 | delete win32 ngx_file_append_mode() as we use reliable | Igor Sysoev | 3 | -52/+2 | |
| FILE_APPEND_DATA|SYNCHRONIZE flags | |||||
| 2009-04-08 | adopt NGX_FILE_TRUNCATE for win32 | Igor Sysoev | 3 | -5/+5 | |
| 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 | 2 | -3/+3 | |
| 2009-04-06 | backout r2677 and fix ngx_strlcasestrn() again | Igor Sysoev | 1 | -5/+1 | |
| 2009-04-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-04-06 | fix ngx_strlcasestrn() | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 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 | ngx_strlcasestrn() | Igor Sysoev | 2 | -0/+34 | |
| 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 | |
