| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-12-15 | fix Win32 error messages when an temporary file replaces an existent file: | Igor Sysoev | 3 | -24/+8 | |
| *) do not rename an already renamed file *) now ngx_win32_rename_file() returns error code *) do not log failure inside ngx_win32_rename_file() | |||||
| 2009-12-09 | default large_client_header_buffers' buffer size should be 8K as compatible | Igor Sysoev | 1 | -1/+1 | |
| with Apache's one | |||||
| 2009-12-07 | backout r3315 and test r->header_only last, since it's not actually | Igor Sysoev | 1 | -2/+2 | |
| frequent here: 304 and HEAD responses are not set it before the filter | |||||
| 2009-12-07 | fix libatomic usage on arm, cris, hppa, m68k, and sparc platforms | Igor Sysoev | 1 | -0/+1 | |
| 2009-12-07 | fix double free(), introduced in r3268 | Igor Sysoev | 1 | -1/+0 | |
| 2009-12-02 | remove stale comment | Igor Sysoev | 1 | -2/+0 | |
| 2009-12-02 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-30 | support "*" in gzip_types, ssi_types, etc | Igor Sysoev | 9 | -22/+45 | |
| 2009-11-30 | chmod unix listen domain socket to 0666 | Igor Sysoev | 1 | -5/+16 | |
| 2009-11-29 | log proxied HTTP/0.9 responses status as "009" | Igor Sysoev | 2 | -4/+19 | |
| 2009-11-29 | fix handling cached HTTP/0.9 response | Igor Sysoev | 2 | -1/+6 | |
| 2009-11-29 | fix server_name regex named captures given by "?P<...>" | Igor Sysoev | 1 | -4/+11 | |
| 2009-11-25 | update comments | Igor Sysoev | 1 | -9/+4 | |
| 2009-11-25 | fix comment | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-25 | libatomic_ops support | Igor Sysoev | 1 | -1/+25 | |
| 2009-11-25 | GCC 4.1 builtin atomic operations | Igor Sysoev | 1 | -5/+32 | |
| 2009-11-25 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-23 | add NGX_PROCESS_HELPER process status | Igor Sysoev | 9 | -15/+14 | |
| 2009-11-23 | decrease SSL handshake error level to info | Igor Sysoev | 1 | -0/+1 | |
| 2009-11-23 | fix building without PCRE, the bug had been introduced in r3326 | Igor Sysoev | 2 | -15/+23 | |
| 2009-11-23 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-17 | a cache manager thread handle was overwritten by a cache loader thread handle, | Igor Sysoev | 1 | -2/+2 | |
| this caused an exit delay, the bug had been introduced in r3023 | |||||
| 2009-11-17 | add comment from r2716 commit message | Igor Sysoev | 1 | -0/+6 | |
| 2009-11-17 | use global perl variable in perl_destruct()/perl_free() | Igor Sysoev | 1 | -16/+11 | |
| for non-mulitiplicity perl | |||||
| 2009-11-17 | fix pcre allocation on Win32, the bug had been introduced in r3326 | Igor Sysoev | 1 | -6/+2 | |
| 2009-11-17 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-16 | evaluate maximum captures size on configuration phase | Igor Sysoev | 2 | -1/+5 | |
| 2009-11-16 | fix captures in "rewrite", the bug had been introduced in r3326 | Igor Sysoev | 2 | -4/+4 | |
| 2009-11-16 | fix building without --with-debug, introduced in r3328 | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-16 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-16 | backout r3325: postpone filter is a body only filter | Igor Sysoev | 3 | -0/+6 | |
| 2009-11-16 | align to minimum of a page and a pool sizes | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-16 | ngx_min() | Igor Sysoev | 1 | -0/+1 | |
| 2009-11-16 | large allocation should not be aligned to a page size | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-16 | add alignment in debug log | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-16 | ngx_http_degradation_module | Igor Sysoev | 1 | -0/+223 | |
| 2009-11-16 | regex named captures | Igor Sysoev | 15 | -278/+414 | |
| 2009-11-16 | remove subrequest test in range header, chunked, and header filters: they | Igor Sysoev | 3 | -6/+0 | |
| are run after postpone filter which sends data only in main request context | |||||
| 2009-11-15 | allow "proxy_pass http://$backend" without URI part | Igor Sysoev | 1 | -9/+14 | |
| 2009-11-15 | fix posix_fadvise() error handling | Igor Sysoev | 2 | -1/+21 | |
| 2009-11-15 | update allocation error messages | Igor Sysoev | 2 | -6/+4 | |
| 2009-11-15 | fix posix_memalign() error handling | Igor Sysoev | 1 | -2/+6 | |
| 2009-11-13 | ngx_regex_exec() calling optimiztion: | Igor Sysoev | 3 | -20/+7 | |
| *) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little | |||||
| 2009-11-13 | style fix: lcf > clcf | Igor Sysoev | 1 | -120/+120 | |
| 2009-11-12 | do not log error if $r->variable was not found | Igor Sysoev | 1 | -3/+0 | |
| 2009-11-12 | add MSIE padding for Chrome too | Igor Sysoev | 1 | -11/+11 | |
| 2009-11-12 | r->chrome | Igor Sysoev | 2 | -0/+4 | |
| 2009-11-12 | test frequent r->header_only before three response status | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-12 | refactor gzip_vary handling | Igor Sysoev | 5 | -18/+35 | |
| 2009-11-11 | nginx sent gzipped responses to clients those do not support gzip, | Igor Sysoev | 1 | -1/+7 | |
| if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136 | |||||
