summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01merge r3155, r3156, r3160, r969, r3191, r3197, r3358:Igor Sysoev2-7/+7
SSL fixes: *) $ssl_session_id *) allow "make clean" for OpenSSL, the bug was introduced in r2874 *) disable SSLv2 and use only strong ciphers by default *) decrease SSL handshake error level to info
2010-02-01merge r2990, r3324, r3384, r3419:Igor Sysoev1-0/+4
various proxy/FastCGI fixes: *) do auto redirect for proxy_pass/fastcgi_pass with variables *) allow "proxy_pass http://$backend" without URI part *) add conf/fastcgi.conf *) delete u->cleanup mark, this fixes large values in $upstream_response_time, the bug had been introduced in r3246
2009-10-26merge r2986, r2992, r3032:Igor Sysoev5-0/+94
ngx_http_geoip_module
2009-09-07r3040:Igor Sysoev1-1/+1
fix Linux "uname -r" version matching
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-06-22merge r2950, r2951:Igor Sysoev1-2/+2
cache related fixes: *) fix building --without-http-cache, broken in r2945 *) fix ./configure error message
2009-06-15merge r2897, r2898, r2899, r2901, r2902, r2904, r2905, r2906, r2907,Igor Sysoev2-16/+9
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 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-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-22use -ldl for any OS that needs itIgor Sysoev1-13/+1
2009-05-19fix building OpenSSL on UnixIgor Sysoev2-14/+10
2009-05-18style fixIgor Sysoev1-1/+1
2009-05-17fix "make upgrade" broken in r2759Igor Sysoev2-29/+37
2009-05-14fix building OpenSSL on Win32Igor Sysoev4-21/+51
2009-05-13switch Win32 building to modern PCRE versions (starting from 7.1)Igor Sysoev8-102/+29
instead of single old 4.4 version
2009-05-12add miltilines in OpenWatcom makefilesIgor Sysoev2-7/+17
2009-05-12backout r2833: CURDIR was set to Unix style pathIgor Sysoev19-34/+60
instead, do chdir inside Makefile
2009-05-12correctly apply patchIgor Sysoev2-2/+2
2009-05-11use $(CURDIR) instead of "..\..\.." because the later does not allow to useIgor Sysoev6-8/+8
options as --with-zlib=../zlib-1.2.3. It seems there is no common way to learn the current directory in Win32 make's: although nmake has MAKEDIR variable, nevertheless Borland make's MAKEDIR is the directory where make is installed, and OpenWatcom wmake has no MAKEDIR at all.
2009-05-10backout -r2827 and add correct fixIgor Sysoev2-1/+7
2009-05-10message creating MakefileIgor Sysoev1-0/+2
2009-05-10add MSYS supportIgor Sysoev1-1/+1
2009-05-10remove BMAKE (build make): a cc compiler should use own makeIgor Sysoev3-26/+11
2009-05-08preserve Solaris binary hardware capabilitiesIgor Sysoev1-15/+0
2009-05-08test whether libdl is required for dynamic linking:Igor Sysoev2-2/+24
Solaris 10 has dlopen()/etc. in libc
2009-05-08Solaris 10 has sched_yield() in libcIgor Sysoev2-2/+14
2009-05-07move libmd test before libmd5,Igor Sysoev1-15/+15
this fixes wrong linking with /usr/local/lib/libmd5.so from libwww package on FreeBSD. The library uses long's instead of int32_t's in MD5_CTX and on 64-bit platforms its MD5_CTX is bigger than defined in <md5.h>
2009-05-07IPv6 for Win32Igor Sysoev1-0/+4
2009-05-06divide select module into two modules: Unix and Win32 onesIgor Sysoev2-0/+2
2009-05-04add libgd include pathIgor Sysoev1-0/+1
2009-05-01add --with-http_image_filter_module to ./configure --helpIgor Sysoev1-0/+1
2009-05-01add commentIgor Sysoev1-0/+1
2009-05-01ngx_http_image_filter_moduleIgor Sysoev5-0/+98
2009-04-27-p and --prefix=Igor Sysoev3-143/+98
2009-04-26add quotes for configure options with spacesIgor Sysoev2-2/+6
2009-04-24update gcc warningsIgor Sysoev1-1/+2
2009-04-24fix GNU strerror_r() detection, the bug has been inroduced in r2600Igor Sysoev1-1/+1
2009-04-23delete unused definitionIgor Sysoev1-1/+0
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev1-3/+1
2009-04-21*) move advapi32.lib to core libs since it's required for Registry and Event LogIgor Sysoev2-5/+5
*) delete shell32.lib since we do not use tray icon anymore
2009-04-20Win32 master/workers modelIgor Sysoev4-8/+10
2009-04-19add variadic macros support for msvc8Igor Sysoev1-0/+6
2009-04-15OpenSSL building by MSVC and BCC from sourcesIgor Sysoev4-8/+52
2009-04-15hide grep errorsIgor Sysoev1-1/+1
2009-04-02autoconfigure crypt_r(): uclibc has no crypt_r()Igor Sysoev1-0/+13
2009-04-01link staticaly with libcmtIgor Sysoev1-8/+8
2009-03-30fix FreeBSD before 7 building, broken in r2616Igor Sysoev3-1/+4
2009-03-30ngx_fs_bsize()Igor Sysoev3-5/+34
2009-03-23fix Linux sendfile32() test broken in 0.3.36Igor Sysoev1-3/+7