summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_apiGlenn Strauss2021-08-271-2/+4
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-2/+4
* [mod_auth,mod_vhostdb] move helper funcs to modsGlenn Strauss2021-08-271-4/+2
* [multiple] rename safe_memclear() -> ck_memzero()Glenn Strauss2021-08-271-1/+2
* [multiple] use thread-safe strerror where availGlenn Strauss2021-08-271-7/+7
* [core] ck.[ch] - C11 Annex K wrappersGlenn Strauss2021-08-271-1/+1
* [core] move data_{array,integer,string} to array.cGlenn Strauss2021-05-201-10/+8
* [mod_dirlisting, mod_trigger_b4_dl] use keyvalueGlenn Strauss2021-03-221-4/+4
* [core] remove stream.[ch]Glenn Strauss2021-03-071-2/+1
* [core] http_cgi.[ch] CGI interfaces (RFC 3875)Glenn Strauss2021-03-071-1/+3
* [core] http_range.[ch] RFC 7233 Range handlingGlenn Strauss2021-03-021-1/+3
* [autoconf] add ajp13 to build msgsGlenn Strauss2021-02-201-0/+1
* [core] algo_hmac.[ch] wrapper (portability)Glenn Strauss2021-02-181-1/+2
* [mod_ajp13] AJPv13 Tomcat connector for lighttpdGlenn Strauss2021-01-291-0/+5
* [mod_deflate] support Accept-Encoding: zstdGlenn Strauss2021-01-121-2/+2
* [multiple] etag.[ch] -> http_etag.[ch]; better impGlenn Strauss2020-12-251-2/+2
* [core] inet_ntop_cache -> sock_addr_cacheGlenn Strauss2020-12-241-2/+3
* [core] http_date.[ch] encapsulate HTTP-date parseGlenn Strauss2020-12-241-1/+2
* [core] sys-time.h - localtime_r,gmtime_r macrosGlenn Strauss2020-12-241-1/+1
* [mod_fastcgi] move src/fastcgi.h into src/compat/Glenn Strauss2020-11-271-2/+3
* [build] option to use system-provided libxxhashlighttpd-1.4.56-rc6Glenn Strauss2020-10-291-2/+2
* [build] mark dependencies on crypto lib for MD5()Glenn Strauss2020-10-261-4/+4
* [build] remove svnversion from versionstamp ruleGlenn Strauss2020-10-211-6/+0
* [mod_wolfssl] standalone moduleGlenn Strauss2020-10-111-3/+32
* [build] modify build, includes for xxHash v0.8.0Glenn Strauss2020-10-111-3/+2
* [core] rename splaytree.[ch] to algo_splaytree.[ch]Glenn Strauss2020-10-111-4/+3
* [core] move djbhash(), dekhash() to algo_md.hGlenn Strauss2020-10-111-1/+1
* [core] rename md5.[ch] to algo_md5.[ch]Glenn Strauss2020-10-111-2/+4
* [core] use djbhash in gw_backend to choose hostGlenn Strauss2020-10-111-2/+1
* [core] link in ls-hpack (EXPERIMENTAL)Glenn Strauss2020-10-111-1/+7
* [core] h2.[ch] with stub funcs (incomplete)Glenn Strauss2020-10-111-2/+2
* [core] reqpool.[ch] for (request_st *)Glenn Strauss2020-10-031-2/+2
* [core] move http_request_headers_process()Glenn Strauss2020-10-031-1/+1
* [core] disperse settings.h to appropriate headersGlenn Strauss2020-08-101-1/+1
* [mod_compress] remove mod_compressGlenn Strauss2020-08-021-6/+0
* [mod_deflate] Brotli supportGlenn Strauss2020-08-021-3/+4
* [mod_authn_dbi] authn backend employing DBIGlenn Strauss2020-07-161-1/+9
* [build] fix typo in src/Makefile.am EXTRA_DISTGlenn Strauss2020-07-101-1/+1
* [mod_nss] NSS option for TLS (fixes #1218)Glenn Strauss2020-07-081-0/+8
* [core] sys-crypto-md.h w/ inline message digest fnGlenn Strauss2020-07-081-1/+2
* [mod_gnutls] GnuTLS option for TLS (fixes #109)Glenn Strauss2020-07-081-0/+8
* [mod_mbedtls] mbedTLS option for TLSGlenn Strauss2020-07-081-0/+8
* [doc] src/t/READMEGlenn Strauss2020-07-081-0/+1
* [core] http_request_parse_target()Glenn Strauss2020-07-081-1/+1
* [tests] t/test_mod_userdirGlenn Strauss2020-07-081-0/+5
* [tests] stub out config funcs in test_mod_*Glenn Strauss2020-07-081-6/+6
* [core] isolate use of data_config, configfile.hGlenn Strauss2020-07-081-1/+1
* [core] isolate data_config.c, vector.cGlenn Strauss2020-02-241-5/+5
* [core] prefer uint32_t to size_t in base.hGlenn Strauss2020-02-241-2/+2
* [build] PGSQL_CFLAGS with pkg-config for postgres (#2965)Glenn Strauss2019-09-111-2/+2