summaryrefslogtreecommitdiff
path: root/src/SConscript
Commit message (Expand)AuthorAgeFilesLines
* [core] isolate data_config.c, vector.cGlenn Strauss2020-02-241-2/+2
* [core] prefer uint32_t to size_t in base.hGlenn Strauss2020-02-241-1/+1
* [mod_maxminddb] MaxMind GeoIP2 supportGlenn Strauss2019-05-261-0/+3
* [scons] adjustment for static build under CentOSGlenn Strauss2019-05-041-1/+2
* [mod_auth] HTTP Auth Digest algorithm=SHA-256Glenn Strauss2019-03-071-1/+1
* [build] SCons support for wolfSSLGlenn Strauss2018-10-071-0/+3
* [build] put request.c in common srcGlenn Strauss2018-09-291-1/+2
* [core] inline status_counter routinesGlenn Strauss2018-09-231-1/+1
* [mod_sockproxy] add to buildGlenn Strauss2018-09-231-0/+1
* [mod_authn_pam] mod_auth PAM support (fixes #688)Glenn Strauss2018-09-231-0/+3
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-1/+1
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-1/+1
* [core] remove proc_open.[ch], reduce stdio.h useGlenn Strauss2018-08-051-1/+1
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-1/+1
* [scons] fix various python2/3 incompatibilitiesStefan Bühler2017-11-081-5/+10
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-051-0/+3
* [core] consolidate backend network write handlersGlenn Strauss2017-11-021-6/+1
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-2/+5
* [scons] don't screw env[LIBS]Stefan Bühler2017-10-281-2/+3
* [scons] link -static-libgcc instead of gcc_sStefan Bühler2017-10-281-0/+3
* [scons] don't link pthread twice in --whole-archive workaroundStefan Bühler2017-10-281-0/+1
* [scons] fix some lib dependenciesStefan Bühler2017-10-281-3/+11
* [scons] sort modulesStefan Bühler2017-10-281-22/+22
* [mod_wstunnel] websocket tunnel to other protocolGlenn Strauss2017-07-251-0/+1
* [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
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-311-0/+10
* [build] only mod_openssl depends on -lsslGlenn Strauss2017-01-311-2/+2
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-1/+1
* [mod_openssl] new module (preliminary layout)Glenn Strauss2017-01-141-0/+3
* fix SCons fullstatic build with glibc pthreadsStefan Bühler2016-12-231-2/+10
* [build] build network_*.c into lighttpd executableGlenn Strauss2016-12-051-6/+8
* [scons] only apply FreeBSD11 workaround on FreeBSDStefan Bühler2016-10-291-1/+2
* [scons] workaround FreeBSD11 fullstatic link errorStefan Bühler2016-10-291-1/+11
* [autobuild] omit module stubs when missing depsGlenn Strauss2016-10-171-12/+18
* [autobuild] remove mod_authn_gssapi dep on resolvGlenn Strauss2016-10-161-1/+1
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-151-0/+1
* [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)Glenn Strauss2016-09-221-0/+1
* 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/+1
* [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixe...Glenn Strauss2016-09-131-0/+3
* [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/+1
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-201-3/+4
* [mod_ssi] more flexible quoting (fixes #1768)Glenn Strauss2016-05-141-1/+1
* build with libresslGlenn Strauss2016-05-071-1/+1
* [core] add generic vector implementationStefan Bühler2016-03-191-0/+1
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-031-3/+3
* [scons] fix fullstatic buildlighttpd-1.4.39Stefan Bühler2015-12-191-6/+52