aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
|
* fix MacOSX building, broken in r2616Igor Sysoev2009-04-01
|
* zero cache file length,Igor Sysoev2009-04-01
| | | | this fixes full cache purging and hogging CPU by the cache manager after this
* add debug loggingIgor Sysoev2009-04-01
|
* Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev2009-03-31
| | | | | without any other flags. On the other hand, Unix requires at least the write flag to be set together with O_APPEND.
* win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev2009-03-30
|
* ngx_process_tray()Igor Sysoev2009-03-30
|
* fix segfault introduced in r2602 if there is 502/504 errorIgor Sysoev2009-03-30
| | | | and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid
* fix r2579Igor Sysoev2009-03-30
|
* fix FreeBSD before 7 building, broken in r2616Igor Sysoev2009-03-30
|
* bump versionIgor Sysoev2009-03-30
|
* bump versionIgor Sysoev2009-03-30
|
* nginx_versionIgor Sysoev2009-03-30
|
* introduce cache manager instead of cache cleanerIgor Sysoev2009-03-30
|