summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [mod_csrf] module to aid against csrf attackspersonal/stbuehler/mod-csrf-oldStefan Bühler2016-09-231-0/+5
* [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
* [cmake] cleanup cache variables if features get deactivatedStefan Bühler2015-08-221-17/+65
* [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ...Stefan Bühler2015-08-221-576/+576
* rewrite network (write) backendsStefan Bühler2015-08-221-0/+1
* [mod_auth] use crypt_r instead of crypt if availableStefan Bühler2015-02-121-3/+9
* [bitset] unused -> removeStefan Bühler2015-02-081-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-1/+1
* print backtrace in assert logging with libunwindStefan Bühler2015-02-071-0/+11
* [build] use fortify flags with "extra-warnings"Stefan Bühler2014-10-161-1/+1
* [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependenc...Stefan Bühler2013-06-291-12/+11
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes...Stefan Bühler2011-07-301-2/+3
* [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buf...Stefan Bühler2011-04-241-1/+1
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-071-1/+12
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-1/+1
* cmake: Add -export-dynamic to link flags, fixes build on FreeBSDStefan Bühler2009-07-101-0/+2
* cmake: Fix crypt lib checkStefan Bühler2009-07-101-2/+2
* Add "lua-5.1" to searched pkg-config names for luaStefan Bühler2009-07-101-1/+1
* [cmake] Remove -Wno-pointer-sign from extra warningsStefan Bühler2009-04-291-1/+1
* Add IPv6 support to mod_proxy (fixes #1537)Stefan Bühler2009-04-261-0/+1
* Fix some cmake issues (xattr and mysql)Stefan Bühler2009-04-091-3/+5
* Add proper SUID bit detection (fixes #416)Stefan Bühler2009-04-091-0/+1
* Remove mod_uploadprogress from cmake/scons (fixes #1955)Stefan Bühler2009-04-091-1/+1