summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-051-0/+8
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-031-1/+1
* [core] consolidate backend network write handlersGlenn Strauss2017-11-021-6/+2
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-4/+7
* [meson] new build systemStefan Bühler2017-10-281-2/+2
* [core] base_decls.h to quiet compiler warningsGlenn Strauss2017-07-301-1/+1
* [mod_wstunnel] websocket tunnel to other protocolGlenn Strauss2017-07-251-0/+5
* [core] add public domain SHA1() if no cryptoGlenn Strauss2017-07-251-2/+2
* [core] shared code for socket backendsGlenn Strauss2017-07-231-2/+2
* [mod_proxy] move data_fastcgi into mod_proxy.cGlenn Strauss2017-07-151-1/+1
* [mod_extforward] compile on OSXGlenn Strauss2017-05-151-1/+2
* [core] sys-strings.h abstraction for strings.hGlenn Strauss2017-04-241-1/+2
* [core] move version.h logic into server.cGlenn Strauss2017-02-121-3/+3
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-311-3/+51
* [build] only mod_openssl depends on -lsslGlenn Strauss2017-01-311-5/+5
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-1/+1
* [mod_openssl] new module (preliminary layout)Glenn Strauss2017-01-141-0/+11
* [build] build network_*.c into lighttpd executableGlenn Strauss2016-12-051-5/+6
* [autobuild] build fix for lemon.cGlenn Strauss2016-10-291-1/+1
* [autobuild] add lemon.c to src/Makefile.amGlenn Strauss2016-10-291-0/+1
* [autobuild] adjust Makefile.am for FreeBSDGlenn Strauss2016-10-291-1/+1
* build: use CC_FOR_BUILD for lemon when cross-compilingAndreas Oberritter2016-10-201-13/+7
* [autobuild] omit module stubs when missing depsGlenn Strauss2016-10-171-18/+51
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-151-0/+2
* [mod_scgi] add uwsgi protocol supportGlenn Strauss2016-09-251-1/+1
* [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)Glenn Strauss2016-09-221-0/+7
* remove unused array type TYPE_COUNT data_countGlenn Strauss2016-09-221-1/+1
* [autobuild] test_configfile might need vector.c (fixes #2752)Glenn Strauss2016-09-221-1/+1
* backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)Glenn Strauss2016-09-221-0/+6
* [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixe...Glenn Strauss2016-09-131-0/+7
* [mod_uploadprogress] add to default buildGlenn Strauss2016-09-121-0/+6
* [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)Glenn Strauss2016-09-111-0/+7
* [mod_auth] remove empty mod_auth.hGlenn Strauss2016-09-091-1/+1
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-201-3/+16
* [build] add $(ATTR_LIB) to liblightcomp_la_LIBADDGlenn Strauss2016-06-301-1/+1
* [mod_ssi] more flexible quoting (fixes #1768)Glenn Strauss2016-05-141-1/+1
* static build instructions using SCons or makeGlenn Strauss2016-05-101-1/+63
* [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706)Glenn Strauss2016-04-251-2/+6
* make (compile and link) cleanly under cygwinGlenn Strauss2016-04-241-34/+37
* [unittests] add test_buffer and test_base64 unit testsStefan Bühler2016-03-251-1/+12
* [core] add generic vector implementationStefan Bühler2016-03-191-1/+2
* [autobuild] include first.h in make distStefan Bühler2016-03-191-1/+1
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-031-2/+2
* [network] add darwin-sendfile backend (fixes #2687)Kyle J. McKay2015-12-041-1/+1
* [autobuild] fix missing header in tar ballStefan Bühler2015-11-221-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-15/+1
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...Loganaden Velvindron2015-09-261-2/+3
* rewrite network (write) backendsStefan Bühler2015-08-221-0/+1
* add some until now missing files to dist tarballStefan Bühler2015-06-211-34/+39