| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-07-08 | stop ./configure on Win32 if no library sources was specified, | Igor Sysoev | 5 | -19/+18 | |
| the bug has been introduced in r2894 | |||||
| 2010-07-08 | do not use prebuild OpenSSL Win32 libraries | Igor Sysoev | 1 | -34/+18 | |
| 2010-07-05 | listen setfib=X | Igor Sysoev | 1 | -0/+9 | |
| 2010-07-05 | try to use C99 variadic macros first: | Igor Sysoev | 1 | -13/+13 | |
| AIX 5.3's XL C has problems with GCC style variadic macros | |||||
| 2010-06-18 | ngx_http_scgi_module | Igor Sysoev | 6 | -0/+26 | |
| 2010-06-08 | install uwsgi_params | Igor Sysoev | 1 | -0/+5 | |
| 2010-06-01 | print default module temporary directory path in summary | Igor Sysoev | 1 | -4/+13 | |
| only if the module is enabled | |||||
| 2010-06-01 | ./configure --http-uwsgi-temp-path=PATH | Igor Sysoev | 3 | -0/+7 | |
| 2010-06-01 | import original ngx_http_uwsgi_module version | Igor Sysoev | 3 | -0/+12 | |
| 2010-05-14 | ngx_http_split_clients_module | Igor Sysoev | 3 | -0/+12 | |
| 2010-05-13 | remove unused ./configure define's | Igor Sysoev | 1 | -10/+0 | |
| 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-04-01 | change ngx_http_ssi_filter and ngx_http_charset_filter order | Igor Sysoev | 1 | -7/+7 | |
| 2010-03-30 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2010-03-25 | zlib 1.2.4 compatibility | Igor Sysoev | 1 | -3/+3 | |
| 2010-03-12 | use sys_errlist[] in signal handler instead | Igor Sysoev | 1 | -0/+10 | |
| of non Async-Signal-Safe strerror_r() | |||||
| 2009-12-21 | do not add NGX_GCC_OPT twice: it is added later with -W | Igor Sysoev | 1 | -2/+0 | |
| 2009-12-15 | add conf/fastcgi.conf | Igor Sysoev | 1 | -0/+4 | |
| 2009-12-08 | print libatomic configure summary | Igor Sysoev | 1 | -0/+6 | |
| 2009-12-07 | fix libatomic usage on arm, cris, hppa, m68k, and sparc platforms | Igor Sysoev | 1 | -1/+2 | |
| 2009-11-27 | test invalid --with-ld-opt in right place | Igor Sysoev | 2 | -1/+2 | |
| 2009-11-27 | atomic operations test-run | Igor Sysoev | 2 | -9/+17 | |
| 2009-11-25 | libatomic_ops support | Igor Sysoev | 5 | -0/+68 | |
| 2009-11-25 | GCC 4.1 builtin atomic operations | Igor Sysoev | 2 | -4/+14 | |
| 2009-11-16 | ngx_http_degradation_module | Igor Sysoev | 3 | -0/+12 | |
| 2009-11-03 | posix_fadvise64() had been implemented in Linux 2.5.60 | Igor Sysoev | 1 | -0/+6 | |
| 2009-10-30 | remove a broken 0.1.x to 0.2+ upgrade procedure | Igor Sysoev | 1 | -15/+0 | |
| 2009-09-30 | read_ahead | Igor Sysoev | 1 | -0/+20 | |
| 2009-09-28 | allow "make clean" for OpenSSL, the bug was introduced in r2874 | Igor Sysoev | 2 | -7/+7 | |
| 2009-09-10 | fail if no file aio was found | Igor Sysoev | 1 | -19/+28 | |
| 2009-08-30 | aio sendfile | Igor Sysoev | 1 | -0/+6 | |
| 2009-08-28 | FreeBSD and Linux AIO support | Igor Sysoev | 4 | -0/+46 | |
| 2009-08-24 | fix Linux "uname -r" version matching | Igor Sysoev | 1 | -1/+1 | |
| 2009-07-21 | fix help message | Igor Sysoev | 1 | -1/+1 | |
| 2009-07-20 | ngx_http_geoip_module | Igor Sysoev | 5 | -0/+94 | |
| 2009-07-14 | name of file specified in --conf-path was not honored during installation | Igor Sysoev | 1 | -1/+1 | |
| the bug had been appeared in r1353 | |||||
| 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 | |
