lighttpd1.4/src
Glenn Strauss f99cb7d7ab [core] quiet coverity warnings 2021-09-09 04:08:26 -04:00
..
compat [mod_fastcgi] move src/fastcgi.h into src/compat/ 2020-11-27 08:12:21 -05:00
ls-hpack [core] update ls-hpack 2021-04-20 22:04:56 -04:00
t [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
CMakeLists.txt [core] periodically malloc_trim() to release mem (fixes #3084) 2021-09-08 15:06:07 -04:00
Makefile.am [tests] t/test_mod_indexfile 2021-09-08 15:06:07 -04:00
SConscript [mod_magnet] expose md and hmac funcs to lua 2021-09-08 15:06:07 -04:00
algo_hmac.c [core] li_hmac_sha512() 2021-09-08 15:06:07 -04:00
algo_hmac.h [core] li_hmac_sha512() 2021-09-08 15:06:07 -04:00
algo_md.h [multiple] etag.[ch] -> http_etag.[ch]; better imp 2020-12-25 14:41:16 -05:00
algo_md5.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
algo_md5.h [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
algo_sha1.c [core] sys-crypto-md.h w/ inline message digest fn 2020-07-08 22:51:31 -04:00
algo_sha1.h [core] sys-crypto-md.h w/ inline message digest fn 2020-07-08 22:51:31 -04:00
algo_splaytree.c [core] remove size maint in algo_splaytree 2021-05-20 17:56:51 -04:00
algo_splaytree.h [core] remove size maint in algo_splaytree 2021-05-20 17:56:51 -04:00
algo_xxhash.c [core] use system xxhash lib if available 2020-10-29 17:20:25 -04:00
algo_xxhash.h [core] use system xxhash lib if available 2020-10-29 17:20:25 -04:00
array.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
array.h [core] move data_{array,integer,string} to array.c 2021-05-20 17:56:51 -04:00
base.h [core] remove HANDLER_WAIT_FOR_FD 2021-09-08 15:06:06 -04:00
base64.c [core] base64url pad char is '='; change from '.' 2021-09-08 15:06:07 -04:00
base64.h [core] li_base64_dec() 2021-08-27 02:16:53 -04:00
base_decls.h [core] remove HANDLER_WAIT_FOR_FD 2021-09-08 15:06:06 -04:00
buffer.c [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
buffer.h [core] move backtrace and assert macros to ck.[ch] 2021-08-27 02:16:53 -04:00
burl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
burl.h [core] (const buffer *) in (struct burl_parts_t) 2020-02-24 11:15:32 -05:00
chunk.c [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
chunk.h [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
ck.c [core] change backtrace format to put addr first 2021-09-08 15:06:07 -04:00
ck.h [build] define rsize_t on FreeBSD 2021-09-09 03:34:55 -04:00
config.h.cmake [build] propagate HAVE_DLFCN_H in builds 2021-09-08 15:06:07 -04:00
configfile-glue.c [core] refactor config_check_cond_nocache() flow 2021-08-27 02:16:54 -04:00
configfile.c [core] clarify an error message 2021-09-08 15:06:06 -04:00
configfile.h [core] parse $HTTP["remote-ip"] CIDR mask at start 2021-08-27 02:16:54 -04:00
configparser.y [core] parse $HTTP["remote-ip"] CIDR mask at start 2021-08-27 02:16:54 -04:00
connections.c [core] TCP_CORK w/ MEM_CHUNK then FILE_CHUNK 2021-09-08 15:06:07 -04:00
connections.h [core] remove connection_list_append() 2021-09-08 15:06:06 -04:00
data_config.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
fdevent.c [core] quiet compiler warnings 2021-09-04 08:08:26 -04:00
fdevent.h [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
fdevent_freebsd_kqueue.c [core] tighter OS event poll loops (better asm) 2021-05-17 22:43:58 -04:00
fdevent_impl.h [core] omit fdevent select() code if poll() avail 2021-05-17 23:28:32 -04:00
fdevent_libev.c [multiple] fix some cc warnings in 32-bit, powerpc 2020-07-08 19:54:30 -04:00
fdevent_linux_sysepoll.c [core] tighter OS event poll loops (better asm) 2021-05-17 22:43:58 -04:00
fdevent_poll.c [core] tighter OS event poll loops (better asm) 2021-05-17 22:43:58 -04:00
fdevent_select.c [core] consistent inclusion of sys-time.h 2021-04-28 14:08:29 -04:00
fdevent_solaris_devpoll.c [core] tighter OS event poll loops (better asm) 2021-05-17 22:43:58 -04:00
fdevent_solaris_port.c [core] isolate fdevent subsystem 2020-07-08 19:54:29 -04:00
first.h [core] define _DEFAULT_SOURCE in first.h 2021-09-04 08:08:26 -04:00
gw_backend.c [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
gw_backend.h [core] connect, write, read timeouts on backends (fixes #3086) 2021-09-08 15:06:06 -04:00
h2.c [core] refuse excess h2 streams at con start (fixes #3093) 2021-09-08 15:06:07 -04:00
h2.h [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
http-header-glue.c [core] quiet coverity warnings 2021-09-09 04:08:26 -04:00
http_cgi.c [multiple] http_method_buf() 2021-08-27 02:16:54 -04:00
http_cgi.h [core] http_cgi.[ch] CGI interfaces (RFC 3875) 2021-03-07 04:38:34 -05:00
http_chunk.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
http_chunk.h [core] remove some (now) unused http_chunk APIs 2021-05-14 03:43:41 -04:00
http_date.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
http_date.h [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
http_etag.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
http_etag.h [multiple] etag.[ch] -> http_etag.[ch]; better imp 2020-12-25 14:41:16 -05:00
http_header.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
http_header.h [core] reduce memcmp in http_request_parse_header 2021-08-27 02:16:53 -04:00
http_kv.c [multiple] http_method_buf() 2021-08-27 02:16:54 -04:00
http_kv.h [multiple] http_method_buf() 2021-08-27 02:16:54 -04:00
http_range.c [core] replace strncasecmp w/ buffer_eq_icase_ssn 2021-08-27 02:16:54 -04:00
http_range.h [core] http_range.[ch] RFC 7233 Range handling 2021-03-02 10:14:25 -05:00
keyvalue.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
keyvalue.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
lemon.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
lempar.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
lighttpd-angel.c [core] attempt to quiet coverity false positives 2017-08-12 21:43:04 -04:00
log.c [core] log_error_multiline() 2021-09-08 15:06:07 -04:00
log.h [core] log_error_multiline() 2021-09-08 15:06:07 -04:00
meson.build [build] propagate HAVE_DLFCN_H in builds 2021-09-08 15:06:07 -04:00
mod_access.c [mod_access] remove excess trace 2021-08-27 02:16:53 -04:00
mod_accesslog.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_ajp13.c [multiple] inline struct in con->dst_addr_buf 2021-08-27 02:16:54 -04:00
mod_alias.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_auth.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_auth_api.c [mod_auth*] rename http_auth.* -> mod_auth_api.* 2021-08-27 02:16:52 -04:00
mod_auth_api.h [mod_auth*] rename http_auth.* -> mod_auth_api.* 2021-08-27 02:16:52 -04:00
mod_authn_dbi.c [mod_authn_dbi] copy strings before escaping 2021-08-27 02:16:53 -04:00
mod_authn_file.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_authn_gssapi.c [multiple] inline struct in con->dst_addr_buf 2021-08-27 02:16:54 -04:00
mod_authn_ldap.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_authn_mysql.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
mod_authn_pam.c [multiple] inline struct in con->dst_addr_buf 2021-08-27 02:16:54 -04:00
mod_authn_sasl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_cgi.c [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
mod_cml.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_cml.h [multiple] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_cml_funcs.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
mod_cml_funcs.h [autobuild] rm module stub code for missing deps 2016-10-17 14:15:50 -04:00
mod_cml_lua.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_deflate.c [core] quiet compiler warnings 2021-09-04 08:08:26 -04:00
mod_dirlisting.c [core] remove connection_list_append() 2021-09-08 15:06:06 -04:00
mod_echo.c [mod_echo] test module to echo request as response 2021-09-08 15:06:07 -04:00
mod_evasive.c [core] change srv->conns to doubly-linked-list 2021-09-08 15:06:06 -04:00
mod_evhost.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_expire.c [core] quiet compiler warnings 2021-09-04 08:08:26 -04:00
mod_extforward.c [mod_extforward] HAProxy PROXY env PP2_UNIQUE_ID 2021-09-08 15:06:07 -04:00
mod_fastcgi.c [core] log_error_multiline() 2021-09-08 15:06:07 -04:00
mod_flv_streaming.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_geoip.c [multiple] inline struct in con->dst_addr_buf 2021-08-27 02:16:54 -04:00
mod_gnutls.c [core] quiet compiler warnings 2021-09-04 08:08:26 -04:00
mod_indexfile.c [mod_indexfile] update path with buffer path funcs 2021-09-08 15:06:07 -04:00
mod_magnet.c [mod_magnet] ignore 1xx return in response start 2021-09-08 15:06:07 -04:00
mod_magnet_cache.c [multiple] quiet coverity warnings 2021-09-09 02:16:21 -04:00
mod_magnet_cache.h [mod_magnet] cache script objects at config time 2021-08-27 02:16:53 -04:00
mod_maxminddb.c [multiple] reduce use of BUFFER_INTLEN_PTR 2021-08-27 02:16:54 -04:00
mod_mbedtls.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_mysql_vhost.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_nss.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_openssl.c [mod_openssl] default disable client renegotiation 2021-09-08 15:06:07 -04:00
mod_proxy.c [multiple] http_method_buf() 2021-08-27 02:16:54 -04:00
mod_redirect.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_rewrite.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_rrdtool.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_scgi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_secdownload.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_setenv.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_simple_vhost.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_skeleton.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_sockproxy.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_ssi.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_ssi.h [mod_ssi] use intermediate chunkqueue to aggregate 2021-04-02 01:16:12 -04:00
mod_ssi_expr.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_ssi_expr.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
mod_ssi_exprparser.y [core] remove some unused header includes 2017-03-28 02:17:33 -04:00
mod_staticfile.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_status.c [core] change srv->conns to doubly-linked-list 2021-09-08 15:06:06 -04:00
mod_trigger_b4_dl.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_uploadprogress.c [mod_uploadprogress] use splay_tree for req list 2021-09-08 15:06:06 -04:00
mod_userdir.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_usertrack.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
mod_vhostdb.c [core] quiet compiler warnings 2021-09-04 08:08:26 -04:00
mod_vhostdb_api.c [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api 2021-08-27 02:16:52 -04:00
mod_vhostdb_api.h [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api 2021-08-27 02:16:52 -04:00
mod_vhostdb_dbi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_vhostdb_ldap.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_vhostdb_mysql.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_vhostdb_pgsql.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_webdav.c [core] remove server.upload-temp-file-size limit 2021-09-08 15:06:07 -04:00
mod_wolfssl.c [mod_wolfssl] wolfSSL_sk_X509_NAME_push change 2021-09-08 15:06:06 -04:00
mod_wstunnel.c [core] remove connection_list_append() 2021-09-08 15:06:06 -04:00
network.c [core] quiet coverity warnings 2021-09-09 04:08:26 -04:00
network.h [core] graceful and immediate restart option 2020-10-11 12:19:27 -04:00
network_write.c [core] move backtrace and assert macros to ck.[ch] 2021-08-27 02:16:53 -04:00
network_write.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
plugin.c [build] propagate HAVE_DLFCN_H in builds 2021-09-08 15:06:07 -04:00
plugin.h [core] merge uri_raw and uri_clean hooks 2021-05-12 05:23:28 -04:00
plugin_config.h [core] request_config_reset() 2021-08-27 02:16:53 -04:00
rand.c [core] move backtrace and assert macros to ck.[ch] 2021-08-27 02:16:53 -04:00
rand.h [core] adjust li_rand_pseudo* interfaces 2017-09-20 22:48:35 -04:00
reqpool.c [core] clear request,connection pools every 64 sec (#3084) 2021-09-08 15:06:06 -04:00
reqpool.h [core] clear request,connection pools every 64 sec (#3084) 2021-09-08 15:06:06 -04:00
request.c [core] log_error_multiline() 2021-09-08 15:06:07 -04:00
request.h [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
response.c [core] log_error_multiline() 2021-09-08 15:06:07 -04:00
response.h [core] improve handling of suboptimal backend wr 2021-09-08 15:06:06 -04:00
server.c [core] reduce stack use in main() 2021-09-08 15:06:07 -04:00
sock_addr.c [core] sock_addr_set_port() 2021-09-08 15:06:07 -04:00
sock_addr.h [core] sock_addr_set_port() 2021-09-08 15:06:07 -04:00
sock_addr_cache.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
sock_addr_cache.h [core] inet_ntop_cache -> sock_addr_cache 2020-12-24 20:05:01 -05:00
stat_cache.c [build] propagate HAVE_DLFCN_H in builds 2021-09-08 15:06:07 -04:00
stat_cache.h [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
status_counter.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
sys-crypto-md.h [core] add wolfssl-specific include 2021-09-08 15:06:06 -04:00
sys-crypto.h [core] set NSS_VER_INCLUDE after crypto lib select 2020-10-29 16:49:35 -04:00
sys-endian.h DragonFlyBSD defines __DragonFly__ (#2746) 2016-10-04 05:03:15 -04:00
sys-mmap.h [core] _WIN32 impl of read-only mmap(), munmap() 2021-03-07 04:38:34 -05:00
sys-socket.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
sys-strings.h [core] sys-strings.h abstraction for strings.h 2017-04-24 10:14:17 -04:00
sys-time.h [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
vector.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
vector.h [core] vector.h tweaks 2021-04-05 13:24:51 -04:00