| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-04-17 | fix the previous commit | Igor Sysoev | 1 | -0/+1 | |
| 2011-04-15 | an internal MD5 implemenation | Igor Sysoev | 2 | -14/+3 | |
| patch by Maxim Dounin | |||||
| 2010-07-08 | stop ./configure on Win32 if no library sources was specified, | Igor Sysoev | 4 | -15/+18 | |
| the bug has been introduced in r2894 | |||||
| 2010-07-08 | do not use prebuild OpenSSL Win32 libraries | Igor Sysoev | 1 | -34/+18 | |
| 2010-04-02 | fix building OpenSSL-1.0.0 on 64-bit Linux: | Igor Sysoev | 1 | -1/+1 | |
| make installs the libraries in lib64 directory | |||||
| 2010-04-01 | MSVC8 compatibility with OpenSSL 1.0.0 | Igor Sysoev | 3 | -4/+4 | |
| 2010-03-25 | zlib 1.2.4 compatibility | Igor Sysoev | 1 | -3/+3 | |
| 2009-12-07 | fix libatomic usage on arm, cris, hppa, m68k, and sparc platforms | Igor Sysoev | 1 | -1/+2 | |
| 2009-11-27 | atomic operations test-run | Igor Sysoev | 1 | -5/+8 | |
| 2009-11-25 | libatomic_ops support | Igor Sysoev | 4 | -0/+60 | |
| 2009-09-28 | allow "make clean" for OpenSSL, the bug was introduced in r2874 | Igor Sysoev | 2 | -7/+7 | |
| 2009-07-20 | ngx_http_geoip_module | Igor Sysoev | 2 | -0/+81 | |
| 2009-06-18 | fix ./configure error message | Igor Sysoev | 1 | -2/+2 | |
| 2009-05-28 | *) use no-threads for Unix builds only | Igor Sysoev | 1 | -15/+8 | |
| *) style fix | |||||
| 2009-05-26 | stop ./configure at once on library failure | Igor Sysoev | 6 | -0/+71 | |
| 2009-05-26 | use md5/sha1 in OpenSSL only if OpenSSL is used | Igor Sysoev | 1 | -2/+2 | |
| 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-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 | 1 | -2/+4 | |
| 2009-05-12 | backout r2833: CURDIR was set to Unix style path | Igor Sysoev | 18 | -33/+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 | 5 | -8/+7 | |
| 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-08 | test whether libdl is required for dynamic linking: | Igor Sysoev | 1 | -2/+2 | |
| Solaris 10 has dlopen()/etc. in libc | |||||
| 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-04 | add libgd include path | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | ngx_http_image_filter_module | Igor Sysoev | 2 | -0/+85 | |
| 2009-04-21 | *) move advapi32.lib to core libs since it's required for Registry and Event Log | Igor Sysoev | 1 | -4/+4 | |
| *) delete shell32.lib since we do not use tray icon anymore | |||||
| 2009-04-15 | OpenSSL building by MSVC and BCC from sources | Igor Sysoev | 2 | -5/+49 | |
| 2009-04-15 | hide grep errors | Igor Sysoev | 1 | -1/+1 | |
| 2008-11-11 | exslt support | Igor Sysoev | 1 | -0/+65 | |
| 2008-08-13 | exit on libxslt test failure | Igor Sysoev | 1 | -0/+12 | |
| 2008-08-04 | update comment | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-04 | ngx_http_xslt_filter_module | Igor Sysoev | 2 | -0/+82 | |
| 2008-05-16 | simplify library autoconfigure | Igor Sysoev | 4 | -136/+66 | |
| 2008-03-18 | ngx_google_perftools_module | Igor Sysoev | 2 | -0/+37 | |
| 2007-09-19 | add rpath for Solaris | Igor Sysoev | 1 | -4/+21 | |
| 2007-07-20 | fix bug introduced by r1306 | Igor Sysoev | 1 | -1/+1 | |
| 2007-07-15 | fix building PCRE by SunStudio | Igor Sysoev | 1 | -1/+1 | |
| 2007-07-15 | Solaris compatibility | Igor Sysoev | 1 | -2/+2 | |
| 2007-07-15 | icc/sunc and PCRE-7.1+ compatibility | Igor Sysoev | 1 | -1/+6 | |
| 2007-04-28 | fix building ngx_http_perl_module by Solaris make | Igor Sysoev | 1 | -2/+0 | |
| 2007-04-18 | fix make dependecies: pcre-6.5+ already has pcre.h | Igor Sysoev | 1 | -2/+4 | |
| 2007-01-27 | test PCRE in MacPorts | Igor Sysoev | 1 | -0/+25 | |
| 2007-01-10 | icc and PCRE-6.5+ compatibility | Igor Sysoev | 1 | -3/+21 | |
| 2007-01-10 | do not build OpenSSL with threads, if they are not used | Igor Sysoev | 1 | -3/+4 | |
| 2006-12-24 | fix for nginx.pm default installation | Igor Sysoev | 2 | -1/+2 | |
| 2006-12-24 | backout the r945: the nginx.pm could not be loaded at all, | Igor Sysoev | 1 | -1/+2 | |
| next try to fix --with-perl_modules_path= for unpriviliged user installation | |||||
