lighttpd1.4/src
Glenn Strauss 044c8e80e5 [core] use djbhash in gw_backend to choose host
djbhash() is faster and more cache-friendly than is crc32c()
2020-10-11 12:19:26 -04:00
..
ls-hpack [core] ls-hpack optimizations 2020-10-11 12:19:26 -04:00
t [core] http_request_parse_header() specialized 2020-10-11 11:43:06 -04:00
CMakeLists.txt [core] use djbhash in gw_backend to choose host 2020-10-11 12:19:26 -04:00
Makefile.am [core] use djbhash in gw_backend to choose host 2020-10-11 12:19:26 -04:00
SConscript [core] use djbhash in gw_backend to choose host 2020-10-11 12:19:26 -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
array.c [core] inline buffer_reset() 2020-08-10 20:05:02 -04:00
array.h [core] array_init() arg for initial size 2020-07-08 18:08:52 -04:00
base.h [core] redirect to dir using relative-path 2020-10-11 11:43:06 -04:00
base64.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04: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] h2.[ch] with stub funcs (incomplete) 2020-10-11 11:43:02 -04:00
buffer.c [core] inline buffer_reset() 2020-08-10 20:05:02 -04:00
buffer.h [core] inline buffer_reset() 2020-08-10 20:05:02 -04:00
burl.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
burl.h [core] (const buffer *) in (struct burl_parts_t) 2020-02-24 11:15:32 -05:00
chunk.c [core] defer optimization to read small files 2020-10-11 12:19:24 -04:00
chunk.h [core] defer optimization to read small files 2020-10-11 12:19:24 -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] server.feature-flags extensible config 2020-08-02 07:46:27 -04:00
configfile.c [core] redirect to dir using relative-path 2020-10-11 11:43:06 -04:00
configfile.h [core] isolate use of data_config, configfile.h 2020-07-08 18:08:52 -04:00
configparser.y [multiple] use *(unsigned char *) with ctypes 2020-07-08 22:51:31 -04:00
connections-glue.c [core] move connections_get_state to connections.c 2020-10-11 11:43:06 -04:00
connections.c [core] fix crash on master if blank line request 2020-10-11 12:19:26 -04:00
connections.h [core] move connections_get_state to connections.c 2020-10-11 11:43:06 -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 quiet clang analyzer scan-build warnings 2020-07-08 22:51:32 -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 [core] document algorithm used in lighttpd etag 2020-10-11 12:19:26 -04:00
etag.h [core] document algorithm used in lighttpd etag 2020-10-11 12:19:26 -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 [mod_deflate] deflate.cache-dir compressed cache 2020-08-02 06:46:22 -04:00
fdevent.h [mod_deflate] deflate.cache-dir compressed cache 2020-08-02 06:46:22 -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] fix some cc warnings in 32-bit, powerpc 2020-07-08 19:54:30 -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] use djbhash in gw_backend to choose host 2020-10-11 12:19:26 -04:00
gw_backend.h [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
h2.c [core] do not require '\0' term for k,v hdr parse 2020-10-11 12:19:26 -04:00
h2.h [core] h2_send_headers() specialized for resp hdrs 2020-10-11 11:43:06 -04:00
http-header-glue.c [core] request_acquire(), request_release() 2020-10-11 11:43:06 -04:00
http_auth.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
http_auth.h [mod_auth] "nonce_secret" option to validate nonce (fixes #2976) 2020-07-08 19:54:29 -04:00
http_chunk.c [core] defer optimization to read small files 2020-10-11 12:19:24 -04:00
http_chunk.h [core] decode Transfer-Encoding: chunked from gw 2020-08-02 07:47:42 -04:00
http_header.c [core] do not require '\0' term for k,v hdr parse 2020-10-11 12:19:26 -04:00
http_header.h [core] http_header_parse_hoff() 2020-10-03 09:05:38 -04:00
http_kv.c [core] connection transition to HTTP/2; incomplete 2020-10-11 11:43:06 -04:00
http_kv.h [core] connection transition to HTTP/2; incomplete 2020-10-11 11:43:06 -04:00
http_vhostdb.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
http_vhostdb.h [multiple] split con, request (very large change) 2020-07-08 19:54:29 -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 [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
keyvalue.h [core] split cond cache from cond matches 2020-07-08 18:08:52 -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] 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 [core] sys-crypto-md.h w/ inline message digest fn 2020-07-08 22:51:31 -04:00
md5.h [core] sys-crypto-md.h w/ inline message digest fn 2020-07-08 22:51:31 -04:00
meson.build [core] use djbhash in gw_backend to choose host 2020-10-11 12:19:26 -04:00
mod_access.c [core] r->uri.path always set, though might be "" 2020-07-08 19:54:29 -04:00
mod_accesslog.c [mod_accesslog,mod_rrdtool] HTTP/2 basic accounting 2020-10-03 09:05:38 -04:00
mod_alias.c [multiple] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_auth.c [mod_auth] fix crash if auth.require misconfigured (fixes #3023) 2020-10-11 11:43:06 -04:00
mod_authn_dbi.c [mod_authn_dbi,mod_authn_mysql] fix coverity issue 2020-08-02 09:00:17 -04:00
mod_authn_file.c [mod_authn_mysql,file] use crypt() to save stack 2020-07-16 00:29:43 -04:00
mod_authn_gssapi.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_authn_ldap.c [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805) 2020-07-13 17:39:30 -04:00
mod_authn_mysql.c [mod_authn_dbi,mod_authn_mysql] fix coverity issue 2020-08-02 09:00:17 -04:00
mod_authn_pam.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
mod_authn_sasl.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
mod_cgi.c [multiple] isolate more con code in connections.c 2020-10-03 09:05:38 -04:00
mod_cml.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
mod_cml.h [multiple] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_cml_funcs.c [core] sys-crypto-md.h w/ inline message digest fn 2020-07-08 22:51:31 -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] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_deflate.c [core] defer optimization to read small files 2020-10-11 12:19:24 -04:00
mod_dirlisting.c [core] uint32_t is plenty large for path names 2020-07-09 23:45:04 -04:00
mod_evasive.c [multiple] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_evhost.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
mod_expire.c [core] r->uri.path always set, though might be "" 2020-07-08 19:54:29 -04:00
mod_extforward.c [mod_extforward] preserve changed addr for h2 con 2020-10-03 09:05:38 -04:00
mod_fastcgi.c [mod_fastcgi] decode Transfer-Encoding: chunked 2020-08-02 07:47:42 -04:00
mod_flv_streaming.c [multiple] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_geoip.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
mod_gnutls.c [multiple] allow TLS ALPN "h2" if "server.h2proto" 2020-10-03 09:05:38 -04:00
mod_indexfile.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
mod_magnet.c [core] HTTP_VERSION_2 2020-08-13 15:05:25 -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] con hooks store ctx in con->plugin_ctx 2020-08-02 07:47:41 -04:00
mod_mbedtls.c [multiple] allow TLS ALPN "h2" if "server.h2proto" 2020-10-03 09:05:38 -04:00
mod_mysql_vhost.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_nss.c [multiple] allow TLS ALPN "h2" if "server.h2proto" 2020-10-03 09:05:38 -04:00
mod_openssl.c [multiple] allow TLS ALPN "h2" if "server.h2proto" 2020-10-03 09:05:38 -04:00
mod_proxy.c [mod_proxy] do not forward Expect: 100-continue 2020-08-10 12:54:33 -04:00
mod_redirect.c [core] remove r->uri.path_raw; generate as needed 2020-07-08 19:54:29 -04:00
mod_rewrite.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_rrdtool.c [mod_accesslog,mod_rrdtool] HTTP/2 basic accounting 2020-10-03 09:05:38 -04:00
mod_scgi.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_secdownload.c [mod_openssl] prefer some WolfSSL native APIs 2020-07-08 22:51:32 -04:00
mod_setenv.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_simple_vhost.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
mod_skeleton.c [multiple] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_sockproxy.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_ssi.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_ssi.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
mod_ssi_expr.c [multiple] use *(unsigned char *) with ctypes 2020-07-08 22:51:31 -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] split con, request (very large change) 2020-07-08 19:54:29 -04:00
mod_status.c [mod_status] dedicated funcs for r->state labels 2020-10-11 11:43:06 -04:00
mod_trigger_b4_dl.c [core] r->uri.path always set, though might be "" 2020-07-08 19:54:29 -04:00
mod_uploadprogress.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_userdir.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
mod_usertrack.c [core] sys-crypto-md.h w/ inline message digest fn 2020-07-08 22:51:31 -04:00
mod_vhostdb.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_vhostdb_dbi.c [mod_vhostdb_dbi] allow strings and ints in config 2020-07-16 00:30:20 -04:00
mod_vhostdb_ldap.c [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805) 2020-07-13 17:39:30 -04:00
mod_vhostdb_mysql.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
mod_vhostdb_pgsql.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
mod_webdav.c [multiple] modules read reqbody via fn ptr 2020-10-03 09:05:38 -04:00
mod_wstunnel.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
network.c [build] avoid accept_filter_arg compiler warning 2020-08-02 12:55:18 -04:00
network.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
network_write.c [multiple] correct misspellings in comments 2020-07-08 19:54:30 -04:00
network_write.h [multiple] prefer (connection *) to (srv *) 2020-07-08 19:54:28 -04:00
plugin.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
plugin.h [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
plugin_config.h [core] server.feature-flags extensible config 2020-08-02 07:46:27 -04:00
rand.c [multiple] address coverity warnings 2020-07-10 21:34:28 -04:00
rand.h [core] adjust li_rand_pseudo* interfaces 2017-09-20 22:48:35 -04:00
reqpool.c [core] keep pool of (request_st *) for HTTP/2 2020-10-11 11:43:06 -04:00
reqpool.h [core] keep pool of (request_st *) for HTTP/2 2020-10-11 11:43:06 -04:00
request.c [core] do not require '\0' term for k,v hdr parse 2020-10-11 12:19:26 -04:00
request.h [core] http_request_parse_header() specialized 2020-10-11 11:43:06 -04:00
response.c [core] defer optimization to read small files 2020-10-11 12:19:24 -04:00
response.h [core] h2_send_headers() specialized for resp hdrs 2020-10-11 11:43:06 -04:00
safe_memclear.c [core] safe memset calls memset() through volatile 2020-07-08 22:51:31 -04:00
safe_memclear.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
server.c [core] fix crash on master after graceful restart 2020-10-11 11:43:06 -04:00
sock_addr.c [multiple] add summaries to top of some modules 2020-07-08 22:51:31 -04:00
sock_addr.h [core] C99 restrict on some base funcs 2020-07-08 19:54:29 -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 [mod_auth,mod_vhostdb] add caching option (fixes #2805) 2020-07-13 17:39:27 -04:00
stat_cache.c [core] dlsym for FAMNoExists() for compat w/ fam 2020-08-10 15:56:28 -04:00
stat_cache.h [core] uint32_t is plenty large for path names 2020-07-09 23:45:04 -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-md.h [core] Nettle assert()s if buffer len > digest sz 2020-07-13 17:39:30 -04:00
sys-crypto.h [mod_openssl] prefer some WolfSSL native APIs 2020-07-08 22:51:32 -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