summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14nginx-0.7.62-RELEASErelease-0.7.62Igor Sysoev1-6/+125
2009-09-07merge r3047, r3048, r3049:Igor Sysoev4-5/+10
twice termination delay only after SIGALRM, otherwise many separate SIGCHLD and SIGIO signals quickly increase delay to the level when SIGKILL is sent
2009-09-07r3040:Igor Sysoev1-1/+1
fix Linux "uname -r" version matching
2009-09-07merge r3038:Igor Sysoev1-0/+6
process upstream ETag header
2009-09-07merge r3037:Igor Sysoev1-5/+5
the flags should be bit-wide only
2009-09-07merge r3076, r3077, r3080:Igor Sysoev2-21/+17
fix invalid header logging: *) fix segfault when a header starts with "\rX" and logging is set to info or debug level *) use %*s instead of %V
2009-09-07merge r3011, r3012, r3026:Igor Sysoev1-27/+29
FastCGI fixes: *) continue to parse available fastcgi record after a split header, this fixes the erroneous message "upstream prematurely closed connection while reading response header from upstream" *) fix a garbage in a split fastcgi header *) refactor fastcgi stderr handling
2009-09-07merge r2984, r2985, r3000:Igor Sysoev1-3/+6
XSLT filter fixes: *) preserve XML wellFormed field before freeing memory *) fix libxml2 error message
2009-09-07merge r2983:Igor Sysoev1-1/+1
name of file specified in --conf-path was not honored during installation the bug had been appeared in r1353
2009-09-07merge r2980, r2981, r2982:Igor Sysoev5-21/+30
win32 fixes: *) ngx_http_set_exten() is always successful since 0.3.46 *) skip URI trailing dots under Win32 *) use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin
2009-09-07merge r2975:Igor Sysoev1-1/+7
handle Win32 ReadFile() EOF state in Unix way
2009-09-07merge r2953, r2958, r3084:Igor Sysoev4-15/+99
*) $upstream_cache_status *) clean cache updating state if a response has uncacheable code or cache prohibitive headers
2009-09-07handle "/../" case more reliablyIgor Sysoev1-5/+9
2009-09-07merge r2991:Igor Sysoev1-72/+0
do not test "..." case since it's Win9x family feature only
2009-09-07fix Win95 "/.../" handling for the recordIgor Sysoev1-1/+1
2009-09-07bump versionIgor Sysoev2-3/+3
2009-06-22release-0.7.61 tagIgor Sysoev1-0/+1
2009-06-22nginx-0.7.61-RELEASErelease-0.7.61Igor Sysoev1-0/+42
2009-06-22merge r2954:Igor Sysoev1-2/+3
fix segfault if there is error_page 401, proxy_intercept_errors is on and backend does not return "WWW-Authenticate" header
2009-06-22merge r2952:Igor Sysoev3-17/+17
ignore ngx_atomic_fetch_add() result this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
2009-06-22merge r2950, r2951:Igor Sysoev3-4/+10
cache related fixes: *) fix building --without-http-cache, broken in r2945 *) fix ./configure error message
2009-06-22bump versionIgor Sysoev2-3/+3
2009-06-15release-0.7.60 tagIgor Sysoev1-0/+1
2009-06-15nginx-0.7.60-RELEASErelease-0.7.60Igor Sysoev1-2/+119
2009-06-15merge r2897, r2898, r2899, r2901, r2902, r2904, r2905, r2906, r2907,Igor Sysoev12-89/+185
r2909, r2910, r2922, r2923, r2924, r2925, r2929: various win32 fixes: *) use no-threads for Unix builds only *) Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND *) add trailing zero to a file name in ngx_win32_rename_file() *) fix logging in ngx_win32_rename_file() *) allow shared memory segments more than 4G *) fix memory leak in successful case *) log shared memory name in failure case *) test that zone has the same addresses in different processes *) add drive letter for Win32 root path *) log GetExitCodeProcess()'s errno *) test premature process termination *) fix debug logging *) exit if no workers could not be started *) do not quit old workers if no new workers could not be started *) a signaller process should stop configuration processing just after it is able to get pid file, this allows to not open log files, etc. *) win32 master process had aready closed listening sockets
2009-06-15merge r2895, r2896, r2926, r2927, r2928, r2930, and r2936:Igor Sysoev6-36/+89
various proxy/fastcgi cache features and fixes: *) report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility *) delete useless r->cache->uses *) proxy_cache_use_stale/fastcgi_cache_use_stale updating *) inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header only if cache settings are similar *) add response file uniq while loading cold cache on demand
2009-06-15merge r2919:Igor Sysoev1-4/+5
test GIF87a
2009-06-15merge r2900:Igor Sysoev2-4/+7
fix XSLT filter in SSI subrequests
2009-06-15merge r2935:Igor Sysoev1-0/+1
initialize use_event field in open file cache the bug had been introduced in r2071
2009-06-15merge r2893, r2894, and r2917:Igor Sysoev9-83/+95
various ./configure fixes: *) use md5/sha1 in OpenSSL only if OpenSSL is used *) stop ./configure at once on library failure *) librt must be tested before creating Makefile the bug has been introduced in r2817
2009-06-15merge r2889, r2918, and r2921:Igor Sysoev6-3/+40
fix a pool growing and CPU usage for multi-requests keepalive connections: *) keepalive_requests *) try to reuse last 4 free large allocation links *) do not test a pool block space if we can not allocated from the block 4 times
2009-06-15bump versionIgor Sysoev2-3/+3
2009-05-25stable-0.7 branchIgor Sysoev0-0/+0
2009-05-25nginx-0.7.59-RELEASErelease-0.7.59Igor Sysoev1-2/+77
2009-05-25fix socket leak introduced in r2378Igor Sysoev1-0/+5
2009-05-25reset content_type hash value, this fixes a bug when XSLT responsesIgor Sysoev5-0/+10
could not be processed by SSI, charset, and gzip filters
2009-05-25light optimization of ngx_http_test_content_type()Igor Sysoev1-12/+12
2009-05-24test libdl before OpenSSL configurationIgor Sysoev2-22/+22
the bug has been introduced in r2818 and broke *) SSL modules linking on Solaris 9 and lower, *) and linking with OpenSSL built from sources on Linux
2009-05-24allow absolute path in --with-openssl=Igor Sysoev1-1/+13
2009-05-22fix segfault introduced in r2845Igor Sysoev1-1/+4
2009-05-22add charset for ngx_http_gzip_static_module responsesIgor Sysoev3-1/+4
2009-05-22use -ldl for any OS that needs itIgor Sysoev1-13/+1
2009-05-19proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev4-4/+44
2009-05-19use already given variableIgor Sysoev1-2/+2
2009-05-19fix building OpenSSL on UnixIgor Sysoev2-14/+10
2009-05-18style fixIgor Sysoev1-1/+1
2009-05-18fix "make zip", the bug has been introduced in r2841Igor Sysoev1-3/+3
2009-05-18bump versionIgor Sysoev2-3/+3
2009-05-18release-0.7.58 tagIgor Sysoev1-0/+1
2009-05-18nginx-0.7.58-RELEASErelease-0.7.58Igor Sysoev1-0/+65