| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-01-28 | Fix segfault when while discarding body a write event handler is called, | Igor Sysoev | 1 | -0/+1 | |
| runs ngx_http_core_run_phases(), and starts a request processing again. The write event has clear type and remained in a keepalive connection. The bug was introduced in r3050. | |||||
| 2010-01-28 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-01-11 | allow a chunked body for 201 responses | Igor Sysoev | 1 | -1/+0 | |
| 2010-01-11 | fix ngx_utf8_cpystrn(): it did not fully copy utf-8 string | Igor Sysoev | 1 | -3/+1 | |
| 2010-01-11 | named captures worked for two names only | Igor Sysoev | 1 | -1/+1 | |
| 2010-01-11 | add context to a resolver log | Igor Sysoev | 2 | -14/+42 | |
| 2009-12-25 | use "localhost" in "Host" header line, if unix socket is used in "auth_http" | Igor Sysoev | 1 | -1/+8 | |
| 2009-12-25 | fix negative time in "Cache-Control" if "expires modified" sets time in the past | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-25 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-12-23 | allow to handle 301/302 in error_page | Igor Sysoev | 2 | -3/+3 | |
| 2009-12-23 | fix a cached zero-length body case | Igor Sysoev | 1 | -7/+3 | |
| 2009-12-23 | fix typo | Igor Sysoev | 5 | -5/+5 | |
| 2009-12-22 | $geoip_city_continent_code, $geoip_latitude, $geoip_longitude | Igor Sysoev | 1 | -27/+79 | |
| 2009-12-22 | fix the "If-None-Match" header name | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-22 | fix building by gcc 4.x with -O2/3/s in some Linux distributions: | Igor Sysoev | 1 | -2/+15 | |
| dereferencing type-punned pointer will break strict-aliasing rules | |||||
| 2009-12-22 | fix building by gcc 4.4 with -O2/3/s: | Igor Sysoev | 3 | -15/+26 | |
| dereferencing pointer 'sin' does break strict-aliasing rules | |||||
| 2009-12-22 | force image filter conversion if JPEG application data consume more than 5% | Igor Sysoev | 1 | -11/+31 | |
| 2009-12-22 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-21 | fix building by gcc 4.x with -O2/3/s in some Linux distributions: | Igor Sysoev | 1 | -1/+1 | |
| dereferencing type-punned pointer will break strict-aliasing rules the bug has been introduced in r3065 | |||||
| 2009-12-17 | fix caseless locations, the bug had been introduced in r3326 | Igor Sysoev | 1 | -0/+2 | |
| 2009-12-17 | test degradation parameters | Igor Sysoev | 1 | -1/+6 | |
| 2009-12-17 | fix r3331: | Igor Sysoev | 4 | -7/+14 | |
| *) now pools are aligned to 16 bytes *) forbidden to set non-aligned pool sizes | |||||
| 2009-12-17 | fix Win32 error message when an temporary file replaces an existent file: | Igor Sysoev | 1 | -0/+4 | |
| return at once if ngx_win32_rename_file() was not failed and do not try to delete already the renamed temporary file | |||||
| 2009-12-16 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 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 | |
