summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [mod_h2] HTTP/2 separate module; no longer builtinGlenn Strauss2023-05-101-3/+0
* [core] posix_spawn_file_actions_addclosefrom_np()Glenn Strauss2023-05-081-0/+1
* [build] move some files to call from modulesGlenn Strauss2023-05-031-2/+2
* [core] h1.[ch] collect some HTTP/1.x specific codeGlenn Strauss2023-05-031-0/+1
* [core] use posix_spawn() where availableGlenn Strauss2023-05-031-0/+6
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-031-0/+15
* [cmake] _WIN32 remove older build configGlenn Strauss2023-05-031-8/+0
* [cmake] _WIN32 build more mods with BUILD_STATICGlenn Strauss2023-05-031-0/+30
* [core] _WIN32 custom fs funcs on UTF-8 pathsGlenn Strauss2023-05-031-1/+1
* [build] _WIN32 mingw buildGlenn Strauss2023-05-031-1/+7
* [mod_cgi] _WIN32 use socketpair instead of pipeGlenn Strauss2023-05-031-3/+1
* [core] _WIN32 implementation of socketpair()Glenn Strauss2023-05-031-0/+3
* [mod_h2] HTTP/2 module: mod_h2Glenn Strauss2023-05-031-0/+2
* [build] skip build separate modules for built-insGlenn Strauss2023-02-131-18/+0
* [cmake] use LIGHTTPD_MODULES_DIR as relative path (fixes #3185)Glenn Strauss2023-01-141-6/+5
* [cmake] SERVER_SRC variableGlenn Strauss2023-01-131-3/+3
* [cmake] do not link with fam if inotify or kqueueGlenn Strauss2023-01-041-1/+1
* [cmake] use mysql_config cflags and ldflags (#3181)Glenn Strauss2023-01-041-3/+5
* [cmake] add -DWITH_LUA_VERSION= to specify lua ver (#3181)Glenn Strauss2023-01-041-1/+6
* [cmake] remove -I/usr/include/mysql for mysql.h (#3181)Glenn Strauss2023-01-041-9/+2
* [build] omit unused vector.[ch] from buildGlenn Strauss2022-12-101-2/+0
* [core] build core modules into lighttpd executableGlenn Strauss2022-12-051-0/+20
* [core] remove libev fdevent option (ignore)Glenn Strauss2022-12-031-12/+0
* [multiple] remove deprecated modulesGlenn Strauss2022-11-301-8/+0
* [cmake] remove use of non-existent win32 xgetopt.cGlenn Strauss2022-11-231-5/+0
* [cmake] remove path hints where CMake searches by defaultRolf Eike Beer2022-11-231-11/+3
* [cmake] use CMake's provided FindBZip2Rolf Eike Beer2022-11-231-3/+11
* [cmake] use CMake's provided FindZLIBRolf Eike Beer2022-11-231-27/+5
* [cmake] prefer libpcre.pc over pcre-configRolf Eike Beer2022-11-231-2/+5
* [cmake] remove needless arguments from xconfig macroRolf Eike Beer2022-11-231-8/+6
* [cmake] improve searching for PostgreSQLRolf Eike Beer2022-11-231-8/+22
* [cmake] remove wolfssl code that would already be handled by CMakeRolf Eike Beer2022-11-231-18/+10
* [cmake] use FindOpenSSL cmake module to search for OpenSSLRolf Eike Beer2022-11-231-15/+9
* [cmake] use GNUInstallDirs to set defaults for several directoriesRolf Eike Beer2022-11-231-9/+5
* [cmake] use find_package() to include the PkgConfig moduleRolf Eike Beer2022-11-231-1/+1
* [build] do not check for pthread.hRolf Eike Beer2022-11-231-2/+0
* [cmake] set LIGHTTPD_VERSION_ID per versionGlenn Strauss2022-09-231-1/+1
* [cmake] let CMake handle the version numberRolf Eike Beer2022-09-231-1/+1
* [cmake] compile lemon with native cc for x-compileGlenn Strauss2022-09-231-1/+11
* [tests] test stubs for http_header.c and http_kv.cGlenn Strauss2022-06-071-2/+2
* [build] update descriptions to remove old lua verGlenn Strauss2022-05-241-1/+1
* [core] isolate plugins_*() funcs to main serverGlenn Strauss2022-02-191-1/+2
* [core] sys-setjmp.[ch]Glenn Strauss2022-02-191-0/+1
* [mod_deflate] --with-libdeflate to use libdeflateGlenn Strauss2022-02-141-1/+13
* [mod_mbedtls] changes to build with mbedtls 3.0.0Glenn Strauss2022-01-191-1/+1
* [build] check headers before some funcsGlenn Strauss2022-01-101-27/+56
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-081-1/+1
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-081-4/+4
* [build] use -fstack-protector-strong w/ extra warnGlenn Strauss2022-01-081-1/+1
* [cmake] add address/undefined sanitize compile optionsStefan Bühler2022-01-061-1/+31