lighttpd1.4/src
Glenn Strauss cc2134c88b [multiple] copy small struct instead of memcpy()
when patching config
2020-07-08 19:54:29 -04:00
..
t [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
CMakeLists.txt [mod_webdav] use copy_file_range() if available 2020-07-08 19:54:29 -04:00
Makefile.am [core] isolate use of data_config, configfile.h 2020-07-08 18:08:52 -04:00
SConscript [core] isolate data_config.c, vector.c 2020-02-24 11:15:32 -05:00
algo_sha1.c [mod_auth] use SHA1_Init,Update,Final 2018-10-07 20:10:14 -04:00
algo_sha1.h [mod_auth] use SHA1_Init,Update,Final 2018-10-07 20:10:14 -04:00
array.c [multiple] plugin_stats array 2020-07-08 19:54:28 -04:00
array.h [core] array_init() arg for initial size 2020-07-08 18:08:52 -04:00
base.h [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
base64.c [core] fix base64 decode when char is unsigned (fixes #2848) 2017-12-21 17:41:17 -05:00
base64.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
base_decls.h [core] store (plugin *) in p->data 2020-07-08 19:54:29 -04:00
buffer.c [core] perf: buffer copy and append 2020-07-08 19:54:29 -04:00
buffer.h [multiple] plugin_stats array 2020-07-08 19:54:28 -04:00
burl.c [core] preserve %2b and %2B in query string (fixes #2999) 2020-01-26 00:41:05 -05:00
burl.h [core] (const buffer *) in (struct burl_parts_t) 2020-02-24 11:15:32 -05:00
chunk.c [core] default chunk size 8k (was 4k) 2020-07-08 19:54:28 -04:00
chunk.h [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
config.h.cmake [core] Solaris has getloadavg in sys/loadavg.h 2020-01-30 21:47:59 -05:00
configfile-glue.c [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
configfile.c [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
configfile.h [core] isolate use of data_config, configfile.h 2020-07-08 18:08:52 -04:00
configparser.y [core] array_init() arg for initial size 2020-07-08 18:08:52 -04:00
connections-glue.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
connections.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
connections.h [core] move request state into (request_st *) 2020-07-08 19:54:29 -04:00
crc32.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
crc32.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
data_array.c [core] inline array as part of data_array value 2020-02-24 11:15:32 -05:00
data_config.c [core] array_init() arg for initial size 2020-07-08 18:08:52 -04:00
data_integer.c [core] inline buffer as part of DATA_UNSET key 2020-02-24 11:15:32 -05:00
data_string.c [core] inline buffer as part of data_string value 2020-02-24 11:15:32 -05:00
etag.c [multiple] stat_cache singleton 2020-07-08 19:54:28 -04:00
etag.h [multiple] stat_cache singleton 2020-07-08 19:54:28 -04:00
fastcgi.h [core] fastcgi.h link to Open Market License (OML) (fixes #2901) 2018-09-23 18:01:58 -04:00
fdevent.c [core] restart dead piped loggers every 64 sec 2020-07-08 19:54:29 -04:00
fdevent.h [core] isolate fdevent subsystem 2020-07-08 19:54:29 -04:00
fdevent_freebsd_kqueue.c [multiple] omit passing srv to fdevent_handler 2020-07-08 19:54:29 -04:00
fdevent_impl.h [core] isolate fdevent subsystem 2020-07-08 19:54:29 -04:00
fdevent_libev.c [multiple] omit passing srv to fdevent_handler 2020-07-08 19:54:29 -04:00
fdevent_linux_sysepoll.c [multiple] omit passing srv to fdevent_handler 2020-07-08 19:54:29 -04:00
fdevent_poll.c [multiple] omit passing srv to fdevent_handler 2020-07-08 19:54:29 -04:00
fdevent_select.c [multiple] omit passing srv to fdevent_handler 2020-07-08 19:54:29 -04:00
fdevent_solaris_devpoll.c [multiple] omit passing srv to fdevent_handler 2020-07-08 19:54:29 -04:00
fdevent_solaris_port.c [core] isolate fdevent subsystem 2020-07-08 19:54:29 -04:00
first.h [core] __attribute_returns_nonnull__ 2020-02-24 11:15:32 -05:00
gw_backend.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
gw_backend.h [core] pass con around gw_backend instead of srv 2020-07-08 19:54:28 -04:00
http-header-glue.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
http_auth.c [mod_auth] inline arrays in http_auth_require_t 2020-07-08 18:08:52 -04:00
http_auth.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
http_chunk.c [multiple] stat_cache singleton 2020-07-08 19:54:28 -04:00
http_chunk.h [core] create http chunk header on the stack 2020-07-08 19:54:28 -04:00
http_header.c [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
http_header.h [core] (const connection *) in http_header_*_get() 2020-07-08 19:54:29 -04:00
http_kv.c [core] macros CONST_LEN_STR and CONST_STR_LEN 2020-05-23 17:59:29 -04:00
http_kv.h [core] convenience macros to check req methods 2020-07-08 19:54:29 -04:00
http_vhostdb.c [core] initialize globals at top of main() 2017-01-31 14:40:05 -05:00
http_vhostdb.h [multiple] connection hooks no longer get (srv *) 2020-07-08 19:54:28 -04:00
inet_ntop_cache.c [core] isolate sock_addr manipulation 2017-10-29 01:23:19 -04:00
inet_ntop_cache.h [core] isolate sock_addr manipulation 2017-10-29 01:23:19 -04:00
keyvalue.c [core] split cond cache from cond matches 2020-07-08 18:08:52 -04:00
keyvalue.h [core] split cond cache from cond matches 2020-07-08 18:08:52 -04:00
lemon.c [multiple] address coverity warnings 2020-01-26 00:41:05 -05:00
lempar.c fix errors detected by Coverity Scan 2016-06-23 03:57:19 -04:00
lighttpd-angel.c [core] attempt to quiet coverity false positives 2017-08-12 21:43:04 -04:00
log.c [core] remove include base.h where unused 2020-07-08 19:54:29 -04:00
log.h [core] store log filename in (log_error_st *) 2020-07-08 19:54:28 -04:00
md5.c [TLS] sys-crypto.h abstraction 2018-09-26 01:08:24 -04:00
md5.h [core] define MD5_DIGEST_LENGTH 16 2019-01-10 02:14:00 -05:00
meson.build [mod_webdav] use copy_file_range() if available 2020-07-08 19:54:29 -04:00
mod_access.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_accesslog.c [core] move request state into (request_st *) 2020-07-08 19:54:29 -04:00
mod_alias.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_auth.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_authn_file.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_authn_gssapi.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_authn_ldap.c [multiple] store srv->tmp_buf in tb var 2020-07-08 19:54:28 -04:00
mod_authn_mysql.c [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
mod_authn_pam.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_authn_sasl.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_cgi.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_cml.c [multiple] generic config array type checking 2020-07-08 19:54:28 -04:00
mod_cml.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
mod_cml_funcs.c [core] abstraction layer for HTTP header manip 2018-09-23 18:01:58 -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 [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
mod_compress.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_deflate.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_dirlisting.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_evasive.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_evhost.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_expire.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_extforward.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_fastcgi.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_flv_streaming.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_geoip.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_indexfile.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_magnet.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_magnet_cache.c [multiple] stat_cache singleton 2020-07-08 19:54:28 -04:00
mod_magnet_cache.h [multiple] stat_cache singleton 2020-07-08 19:54:28 -04:00
mod_maxminddb.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_mysql_vhost.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_openssl.c [core] move plugin_ctx into (request_st *) 2020-07-08 19:54:29 -04:00
mod_proxy.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_redirect.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_rewrite.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_rrdtool.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_scgi.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_secdownload.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_setenv.c [core] move plugin_ctx into (request_st *) 2020-07-08 19:54:29 -04:00
mod_simple_vhost.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_skeleton.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_sockproxy.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_ssi.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_ssi.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
mod_ssi_expr.c [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
mod_ssi_expr.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
mod_ssi_exprparser.y [core] remove some unused header includes 2017-03-28 02:17:33 -04:00
mod_staticfile.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_status.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_trigger_b4_dl.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_uploadprogress.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_userdir.c [multiple] generic config array type checking 2020-07-08 19:54:28 -04:00
mod_usertrack.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_vhostdb.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_vhostdb_dbi.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_vhostdb_ldap.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_vhostdb_mysql.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_vhostdb_pgsql.c [multiple] copy small struct instead of memcpy() 2020-07-08 19:54:29 -04:00
mod_webdav.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
mod_wstunnel.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
network.c [core] remove unused arg to fdevent_fcntl_set_nb* 2020-07-08 19:54:29 -04:00
network.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
network_write.c [multiple] rename r to rc rv rd wr to be different 2020-07-08 19:54:28 -04:00
network_write.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
plugin.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
plugin.h [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
plugin_config.h [core] support multiple error logs 2020-07-08 19:54:29 -04:00
rand.c [core] remove include base.h where unused 2020-07-08 19:54:29 -04:00
rand.h [core] adjust li_rand_pseudo* interfaces 2017-09-20 22:48:35 -04:00
request.c [core] move addtl request-specific struct members 2020-07-08 19:54:29 -04:00
request.h [core] move request state into (request_st *) 2020-07-08 19:54:29 -04:00
response.c [core] store subrequest_handler instead of mode 2020-07-08 19:54:29 -04:00
response.h [core] static buffers for mtime_cache 2020-07-08 19:54:29 -04:00
safe_memclear.c Also use explicit_memset (NetBSD) with cmake, scons and meson 2019-08-22 13:13:24 +02:00
safe_memclear.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
server.c [core] restart dead piped loggers every 64 sec 2020-07-08 19:54:29 -04:00
settings.h [core] static buffers for mtime_cache 2020-07-08 19:54:29 -04:00
sock_addr.c [core] remove include base.h where unused 2020-07-08 19:54:29 -04:00
sock_addr.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
splaytree.c Fix header inclusion order, always include "config.h" before any system header 2009-10-11 14:31:42 +00:00
splaytree.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
stat_cache.c [core] isolate stat_cache subsystem 2020-07-08 19:54:29 -04:00
stat_cache.h [core] isolate stat_cache subsystem 2020-07-08 19:54:29 -04:00
status_counter.h [multiple] plugin_stats array 2020-07-08 19:54:28 -04:00
stream.c [core] use (const char *) in config file parsing 2020-05-23 17:59:29 -04:00
stream.h [core] use (const char *) in config file parsing 2020-05-23 17:59:29 -04:00
sys-crypto.h [mod_openssl] add support for wolfSSL 2018-10-07 20:10:14 -04:00
sys-endian.h DragonFlyBSD defines __DragonFly__ (#2746) 2016-10-04 05:03:15 -04:00
sys-mmap.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00: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
vector.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
vector.h [core] some header cleanup 2018-04-08 22:22:23 -04:00