| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2009-03-19 | --with-pcre | Igor Sysoev | 1 | -0/+2 | |
| 2009-03-19 | grammar fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-02-21 | a prelimiary IPv6 support, HTTP listen | Igor Sysoev | 2 | -0/+21 | |
| 2008-11-11 | exslt support | Igor Sysoev | 1 | -0/+65 | |
| 2008-11-10 | ngx_http_limit_req_module | Igor Sysoev | 3 | -0/+12 | |
| 2008-09-27 | ngx_http_secure_link_module | Igor Sysoev | 3 | -0/+13 | |
| 2008-09-12 | disable directio for unaligned reads in Linux | Igor Sysoev | 1 | -0/+4 | |
| 2008-09-05 | ngx_http_random_index_module | Igor Sysoev | 3 | -0/+14 | |
| 2008-09-05 | *) autoconfigure struct dirent capabilities | Igor Sysoev | 2 | -2/+20 | |
| *) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h | |||||
| 2008-08-13 | exit on libxslt test failure | Igor Sysoev | 1 | -0/+12 | |
| 2008-08-13 | fix ngx_cpp_test_module configure | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-05 | ngx_cpp_test_module | Igor Sysoev | 3 | -0/+9 | |
| 2008-08-04 | Solaris directio() | Igor Sysoev | 1 | -0/+11 | |
