summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] link mod_cml with memcachedStefan Bühler2017-10-211-0/+3
* [cmake] fix attr header detection and linkingStefan Bühler2017-10-211-1/+5
* [cmake] handle WITH_WEBDAV_LOCKS optionStefan Bühler2017-10-211-0/+3
* [mod_wstunnel] websocket tunnel to other protocolGlenn Strauss2017-07-251-0/+2
* [core] add public domain SHA1() if no cryptoGlenn Strauss2017-07-251-1/+1
* [core] shared code for socket backendsGlenn Strauss2017-07-231-1/+1
* [mod_proxy] move data_fastcgi into mod_proxy.cGlenn Strauss2017-07-151-1/+1
* [core] fix compiler warnings on Mac OS XGlenn Strauss2017-06-131-1/+5
* [core] sys-strings.h abstraction for strings.hGlenn Strauss2017-04-241-0/+1
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-311-6/+44
* [build] only mod_openssl depends on -lsslGlenn Strauss2017-01-311-0/+3
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-1/+0
* [mod_openssl] new module (preliminary layout)Glenn Strauss2017-01-141-0/+3
* [build] check for pipe2() at configure timeGlenn Strauss2016-12-171-0/+1
* [build] build network_*.c into lighttpd executableGlenn Strauss2016-12-051-6/+11
* [core] compile fix for Mac OS X 10.6 (old) (fixes #2773)Glenn Strauss2016-11-281-1/+1
* [mod_deflate] skip deflate if loadavg too high (fixes #1505)Glenn Strauss2016-10-191-0/+1
* [autobuild] omit module stubs when missing depsGlenn Strauss2016-10-171-18/+30
* [autobuild] remove mod_authn_gssapi dep on resolvGlenn Strauss2016-10-161-1/+1
* add random() to list of rand() fallbackslighttpd-1.4.42Glenn Strauss2016-10-161-0/+1
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-151-0/+9
* [cmake] build mod_authn_gssapi if WITH_KRB5Glenn Strauss2016-10-041-2/+3
* [CMake] fix clang -Wcast-align warnings in lemon.cGlenn Strauss2016-09-231-4/+0
* [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)Glenn Strauss2016-09-221-0/+6
* remove unused array type TYPE_COUNT data_countGlenn Strauss2016-09-221-1/+1
* backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)Glenn Strauss2016-09-221-0/+3
* [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixe...Glenn Strauss2016-09-131-0/+5
* [mod_uploadprogress] add to default buildGlenn Strauss2016-09-121-1/+1
* [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)Glenn Strauss2016-09-111-0/+7
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-201-5/+9
* [cmake] enable warnings for GCC and ClangStefan Bühler2016-07-301-4/+8
* [cmake] always define _GNU_SOURCEStefan Bühler2016-07-301-1/+0
* [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)Glenn Strauss2016-07-191-0/+5
* [autobuild] CMake check for struct tm tm_gmtoff (fixes #2014)Glenn Strauss2016-07-061-0/+8
* [build_cmake] use MODULE on Mac OS X (fixes #1761)Glenn Strauss2016-05-211-0/+12
* [mod_ssi] more flexible quoting (fixes #1768)Glenn Strauss2016-05-141-2/+0
* build with libresslGlenn Strauss2016-05-071-1/+0
* [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706)Glenn Strauss2016-04-251-0/+12
* [unittests] add test_buffer and test_base64 unit testsStefan Bühler2016-03-251-0/+18
* [core] add generic vector implementationStefan Bühler2016-03-191-0/+1
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-031-9/+11
* add handling for lua 5.2 and 5.3 (fixes #2674)Stefan Bühler2016-01-031-1/+1
* [network] add darwin-sendfile backend (fixes #2687)Kyle J. McKay2015-12-041-1/+1
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-221-1/+1
* [core] refactor base64 functions into separate fileStefan Bühler2015-11-221-1/+1
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...Loganaden Velvindron2015-09-261-4/+13
* [build] put --as-needed into linker flags instead of cflagsStefan Bühler2015-08-231-4/+5
* [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.hStefan Bühler2015-08-231-1/+0
* [cmake] fix FreeBSD linker bugStefan Bühler2015-08-221-1/+1
* [cmake] don't put date into config.h (not used anyway), only unset local vars...Stefan Bühler2015-08-221-38/+37