summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01nginx-0.8.33-RELEASErelease-0.8.33Igor Sysoev1-2/+79
2010-02-01do not disable keepalive after POST requests for MSIE 7+Igor Sysoev1-1/+1
2010-02-01disable keepalive for Safari:Igor Sysoev3-7/+21
https://bugs.webkit.org/show_bug.cgi?id=5760
2010-01-29delete u->cleanup mark, this fixes large values in $upstream_response_time,Igor Sysoev1-0/+2
the bug had been introduced in r3007
2010-01-28disable Win32 short file namesIgor Sysoev1-14/+50
2010-01-28skip URI trailing spaces under Win32Igor Sysoev1-2/+4
2010-01-28Fix segfault when while discarding body a write event handler is called,Igor Sysoev1-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-28bump versionIgor Sysoev2-3/+3
2010-01-11release-0.8.32 tagIgor Sysoev1-0/+1
2010-01-11nginx-0.8.32-RELEASErelease-0.8.32Igor Sysoev1-0/+65
2010-01-11allow a chunked body for 201 responsesIgor Sysoev1-1/+0
2010-01-11fix ngx_utf8_cpystrn(): it did not fully copy utf-8 stringIgor Sysoev1-3/+1
2010-01-11named captures worked for two names onlyIgor Sysoev1-1/+1
2010-01-11add context to a resolver logIgor Sysoev2-14/+42
2010-01-012010 yearIgor Sysoev1-1/+1
2009-12-25use "localhost" in "Host" header line, if unix socket is used in "auth_http"Igor Sysoev1-1/+8
2009-12-25fix negative time in "Cache-Control" if "expires modified" sets time in the pastIgor Sysoev1-1/+1
2009-12-25bump versionIgor Sysoev2-3/+3
2009-12-23release-0.8.31 tagIgor Sysoev1-0/+1
2009-12-23nginx-0.8.31-RELEASErelease-0.8.31Igor Sysoev1-1/+97
2009-12-23allow to handle 301/302 in error_pageIgor Sysoev2-3/+3
2009-12-23fix a cached zero-length body caseIgor Sysoev1-7/+3
2009-12-23fix typoIgor Sysoev5-5/+5
2009-12-22$geoip_city_continent_code, $geoip_latitude, $geoip_longitudeIgor Sysoev1-27/+79
2009-12-22fix the "If-None-Match" header nameIgor Sysoev1-1/+1
2009-12-22fix building by gcc 4.x with -O2/3/s in some Linux distributions:Igor Sysoev1-2/+15
dereferencing type-punned pointer will break strict-aliasing rules
2009-12-22fix building by gcc 4.4 with -O2/3/s:Igor Sysoev3-15/+26
dereferencing pointer 'sin' does break strict-aliasing rules
2009-12-22force image filter conversion if JPEG application data consume more than 5%Igor Sysoev1-11/+31
2009-12-22style fixIgor Sysoev1-1/+1
2009-12-21fix building by gcc 4.x with -O2/3/s in some Linux distributions:Igor Sysoev1-1/+1
dereferencing type-punned pointer will break strict-aliasing rules the bug has been introduced in r3065
2009-12-21do not add NGX_GCC_OPT twice: it is added later with -WIgor Sysoev1-2/+0
2009-12-17fix caseless locations, the bug had been introduced in r3326Igor Sysoev1-0/+2
2009-12-17test degradation parametersIgor Sysoev1-1/+6
2009-12-17fix r3331:Igor Sysoev4-7/+14
*) now pools are aligned to 16 bytes *) forbidden to set non-aligned pool sizes
2009-12-17fix Win32 error message when an temporary file replaces an existent file:Igor Sysoev1-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-16bump versionIgor Sysoev2-3/+3
2009-12-15release-0.8.30 tagIgor Sysoev1-0/+1
2009-12-15nginx-0.8.30-RELEASErelease-0.8.30Igor Sysoev1-0/+62
2009-12-15add conf/fastcgi.confIgor Sysoev2-0/+28
2009-12-15fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev3-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-09default large_client_header_buffers' buffer size should be 8K as compatibleIgor Sysoev1-1/+1
with Apache's one
2009-12-08print libatomic configure summaryIgor Sysoev1-0/+6
2009-12-07backout r3315 and test r->header_only last, since it's not actuallyIgor Sysoev1-2/+2
frequent here: 304 and HEAD responses are not set it before the filter
2009-12-07fix libatomic usage on arm, cris, hppa, m68k, and sparc platformsIgor Sysoev2-1/+3
2009-12-07fix double free(), introduced in r3268Igor Sysoev1-1/+0
2009-12-02remove stale commentIgor Sysoev1-2/+0
2009-12-02bump versionIgor Sysoev2-3/+3
2009-11-30release-0.8.29 tagIgor Sysoev1-0/+1
2009-11-30nginx-0.8.29-RELEASErelease-0.8.29Igor Sysoev1-0/+79
2009-11-30support "*" in gzip_types, ssi_types, etcIgor Sysoev9-22/+45