| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-02-01 | merge r3155, r3156, r3160, r969, r3191, r3197, r3358: | Igor Sysoev | 2 | -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-01 | merge r2990, r3324, r3384, r3419: | Igor Sysoev | 1 | -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-26 | merge r2986, r2992, r3032: | Igor Sysoev | 5 | -0/+94 | |
| ngx_http_geoip_module | |||||
| 2009-09-07 | r3040: | Igor Sysoev | 1 | -1/+1 | |
| fix Linux "uname -r" version matching | |||||
| 2009-09-07 | merge r2983: | Igor Sysoev | 1 | -1/+1 | |
| name of file specified in --conf-path was not honored during installation the bug had been appeared in r1353 | |||||
| 2009-06-22 | merge r2950, r2951: | Igor Sysoev | 1 | -2/+2 | |
| cache related fixes: *) fix building --without-http-cache, broken in r2945 *) fix ./configure error message | |||||
| 2009-06-15 | merge r2897, r2898, r2899, r2901, r2902, r2904, r2905, r2906, r2907, | Igor Sysoev | 2 | -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-15 | merge r2893, r2894, and r2917: | Igor Sysoev | 9 | -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-24 | test libdl before OpenSSL configuration | Igor Sysoev | 2 | -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-24 | allow absolute path in --with-openssl= | Igor Sysoev | 1 | -1/+13 | |
| 2009-05-22 | use -ldl for any OS that needs it | Igor Sysoev | 1 | -13/+1 | |
| 2009-05-19 | fix building OpenSSL on Unix | Igor Sysoev | 2 | -14/+10 | |
| 2009-05-18 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-17 | fix "make upgrade" broken in r2759 | Igor Sysoev | 2 | -29/+37 | |
| 2009-05-14 | fix building OpenSSL on Win32 | Igor Sysoev | 4 | -21/+51 | |
| 2009-05-13 | switch Win32 building to modern PCRE versions (starting from 7.1) | Igor Sysoev | 8 | -102/+29 | |
| instead of single old 4.4 version | |||||
| 2009-05-12 | add miltilines in OpenWatcom makefiles | Igor Sysoev | 2 | -7/+17 | |
| 2009-05-12 | backout r2833: CURDIR was set to Unix style path | Igor Sysoev | 19 | -34/+60 | |
| instead, do chdir inside Makefile | |||||
| 2009-05-12 | correctly apply patch | Igor Sysoev | 2 | -2/+2 | |
| 2009-05-11 | use $(CURDIR) instead of "..\..\.." because the later does not allow to use | Igor Sysoev | 6 | -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-10 | backout -r2827 and add correct fix | Igor Sysoev | 2 | -1/+7 | |
| 2009-05-10 | message creating Makefile | Igor Sysoev | 1 | -0/+2 | |
| 2009-05-10 | add MSYS support | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-10 | remove BMAKE (build make): a cc compiler should use own make | Igor Sysoev | 3 | -26/+11 | |
| 2009-05-08 | preserve Solaris binary hardware capabilities | Igor Sysoev | 1 | -15/+0 | |
| 2009-05-08 | test whether libdl is required for dynamic linking: | Igor Sysoev | 2 | -2/+24 | |
| Solaris 10 has dlopen()/etc. in libc | |||||
| 2009-05-08 | Solaris 10 has sched_yield() in libc | Igor Sysoev | 2 | -2/+14 | |
| 2009-05-07 | move libmd test before libmd5, | Igor Sysoev | 1 | -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-07 | IPv6 for Win32 | Igor Sysoev | 1 | -0/+4 | |
| 2009-05-06 | divide select module into two modules: Unix and Win32 ones | Igor Sysoev | 2 | -0/+2 | |
| 2009-05-04 | add libgd include path | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | add --with-http_image_filter_module to ./configure --help | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | add comment | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | ngx_http_image_filter_module | Igor Sysoev | 5 | -0/+98 | |
| 2009-04-27 | -p and --prefix= | Igor Sysoev | 3 | -143/+98 | |
| 2009-04-26 | add quotes for configure options with spaces | Igor Sysoev | 2 | -2/+6 | |
| 2009-04-24 | update gcc warnings | Igor Sysoev | 1 | -1/+2 | |
| 2009-04-24 | fix GNU strerror_r() detection, the bug has been inroduced in r2600 | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-23 | delete unused definition | Igor Sysoev | 1 | -1/+0 | |
| 2009-04-23 | issue start up errors and warning on both stderr and error_log | Igor Sysoev | 1 | -3/+1 | |
| 2009-04-21 | *) move advapi32.lib to core libs since it's required for Registry and Event Log | Igor Sysoev | 2 | -5/+5 | |
| *) delete shell32.lib since we do not use tray icon anymore | |||||
| 2009-04-20 | Win32 master/workers model | Igor Sysoev | 4 | -8/+10 | |
| 2009-04-19 | add variadic macros support for msvc8 | Igor Sysoev | 1 | -0/+6 | |
| 2009-04-15 | OpenSSL building by MSVC and BCC from sources | Igor Sysoev | 4 | -8/+52 | |
| 2009-04-15 | hide grep errors | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-02 | autoconfigure crypt_r(): uclibc has no crypt_r() | Igor Sysoev | 1 | -0/+13 | |
| 2009-04-01 | link staticaly with libcmt | Igor Sysoev | 1 | -8/+8 | |
| 2009-03-30 | fix FreeBSD before 7 building, broken in r2616 | Igor Sysoev | 3 | -1/+4 | |
| 2009-03-30 | ngx_fs_bsize() | Igor Sysoev | 3 | -5/+34 | |
| 2009-03-23 | fix Linux sendfile32() test broken in 0.3.36 | Igor Sysoev | 1 | -3/+7 | |
