| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-06-18 | fix ./configure error message | Igor Sysoev | 1 | -2/+2 | |
| 2009-06-03 | librt must be tested before creating Makefile | Igor Sysoev | 2 | -22/+22 | |
| the bug has been introduced in r2817 | |||||
| 2009-05-28 | *) use no-threads for Unix builds only | Igor Sysoev | 1 | -15/+8 | |
| *) style fix | |||||
| 2009-05-28 | use tab in Makefile | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-26 | stop ./configure at once on library failure | Igor Sysoev | 7 | -59/+71 | |
| 2009-05-26 | use md5/sha1 in OpenSSL only if OpenSSL is used | Igor Sysoev | 1 | -2/+2 | |
| 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 | |
| 2009-03-23 | style fix | Igor Sysoev | 3 | -7/+7 | |
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 3 | -12/+13 | |
