aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* fix building on platforms which have no atomic operations support,Igor Sysoev2009-04-17
| | | | the bug was introduced in r2564
* fix the previous commitIgor Sysoev2009-04-17
|
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-16
|
* perl termination fixes:Igor Sysoev2009-04-16
| | | | | | | | | | *) 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
* fix segfault on exit if no http section is defined in confguraiton,Igor Sysoev2009-04-15
| | | | the bug has been introduced in r1947
* fix segfault if no http section is defined in confguraiton,Igor Sysoev2009-04-15
| | | | the bug has been introduced in r1259
* fix building by BCC without NGX_DEBUG_MALLOCIgor Sysoev2009-04-15
|
* fix building by MSVC8Igor Sysoev2009-04-15
|
* fix debug loggingIgor Sysoev2009-04-15
|
* fix building --without-http-cache, introduced in r2664 and laterIgor Sysoev2009-04-15
|
* hide cacheable Set-Cookie and P3P response headersIgor Sysoev2009-04-15
|
* do not pass if-... headers for cacheable responsesIgor Sysoev2009-04-15
|
* shutdown client connection for cacheable header only responsesIgor Sysoev2009-04-15
|
* support 304 for cacheable responsesIgor Sysoev2009-04-15
|
* style fixIgor Sysoev2009-04-15
|
* support HEAD in proxy cacheIgor Sysoev2009-04-15
|
* style fix: remove trailing spacesIgor Sysoev2009-04-15
|
* bump versionIgor Sysoev2009-04-15
|
* allow any statusIgor Sysoev2009-04-11
|
* try_files status codeIgor Sysoev2009-04-11
|
* set cache manager maximum sleep time to 10sIgor Sysoev2009-04-10
|
* style fixIgor Sysoev2009-04-10
|
* style fixIgor Sysoev2009-04-10
|
* do not call ngx_http_file_cache_free() if a response is not cacheableIgor Sysoev2009-04-10
|
* add debug loggingIgor Sysoev2009-04-10
|
* backout r2535: virtual names is a property of address:port pair,Igor Sysoev2009-04-09
| | | | but is not a property of server configuration
* style fixIgor Sysoev2009-04-08
|
* delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev2009-04-08
| | | | FILE_APPEND_DATA|SYNCHRONIZE flags
* adopt NGX_FILE_TRUNCATE for win32Igor Sysoev2009-04-08
|
* fix r2590: error_page made an external redirect without query stringIgor Sysoev2009-04-07
|
* bump versionIgor Sysoev2009-04-06
|
* backout r2677 and fix ngx_strlcasestrn() againIgor Sysoev2009-04-06
|
* bump versionIgor Sysoev2009-04-06
|
* fix ngx_strlcasestrn()Igor Sysoev2009-04-06
|
* bump versionIgor Sysoev2009-04-06
|
* proxy_cache_keyIgor Sysoev2009-04-06
|
* fix cache path slotIgor Sysoev2009-04-06
|
* refactor ngx_http_arg() using ngx_strcasestrn(),Igor Sysoev2009-04-04
| | | | back out zero termination introduced in r2138
* support Cache-Control no-cache and max-age in cacheIgor Sysoev2009-04-04
|
* ngx_strlcasestrn()Igor Sysoev2009-04-04
|
* update r2664Igor Sysoev2009-04-04
|
* support Expires in cacheIgor Sysoev2009-04-03
|
* fix r2664: ..._cache_valid did not work for stale responsesIgor Sysoev2009-04-03
|
* zero fieldIgor Sysoev2009-04-03
|
* support X-Accel-Expires in cacheIgor Sysoev2009-04-03
|
* cache GET requests onlyIgor Sysoev2009-04-03
|
* merge fastcgi_cache_keyIgor Sysoev2009-04-02
|
* autoconfigure crypt_r(): uclibc has no crypt_r()Igor Sysoev2009-04-02
|
* fix OpenBSD building, broken in r2616Igor Sysoev2009-04-02
|
* bump versionIgor Sysoev2009-04-02
|