lighttpd1.4/src
Glenn Strauss 5beee8b2d4 [core] buffer_path_simplify() quick(er) path
scan to detect (potential) need for path simplification
(repeated '/' or "/.") before copying each char in string
2021-08-27 02:16:53 -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 [core] base64 encode round-up for required space 2021-05-18 21:07:24 -04:00
CMakeLists.txt [mod_secdownload] include algo_hmac.c in mod 2021-08-27 02:16:52 -04:00
Makefile.am [build] adjustments for autotools on Mac OS X 2021-08-27 02:16:53 -04:00
SConscript [mod_secdownload] include algo_hmac.c in mod 2021-08-27 02:16:52 -04:00
algo_hmac.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
algo_hmac.h [core] algo_hmac.[ch] wrapper (portability) 2021-02-18 23:12:02 -05: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 [multiple] mark con->srv_socket a const ptr 2021-05-13 02:09:48 -04:00
base64.c [core] li_base64_dec() 2021-08-27 02:16:53 -04:00
base64.h [core] li_base64_dec() 2021-08-27 02:16:53 -04:00
base_decls.h [core] remove HANDLER_UNSET enum value 2021-05-13 15:15:20 -04:00
buffer.c [core] buffer_path_simplify() quick(er) path 2021-08-27 02:16:53 -04:00
buffer.h [core] add iovec wrappers to sys-crypto-md.h 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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
chunk.h [core] mark some chunk.h funcs attr cold 2021-04-02 01:16:42 -04:00
ck.c [core] comment out ck_getenv_s() (unused) 2021-08-27 02:16:52 -04:00
ck.h [multiple] move const time cmp funcs to ck.[ch] 2021-08-27 02:16:52 -04:00
config.h.cmake [core] ck.[ch] - C11 Annex K wrappers 2021-08-27 02:16:41 -04:00
configfile-glue.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
configfile.c [core] request_config_reset() 2021-08-27 02:16:53 -04:00
configfile.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
configparser.y [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
connections-glue.c [core] connection_joblist global 2020-10-11 12:19:27 -04:00
connections.c [core] request_config_reset() 2021-08-27 02:16:53 -04:00
connections.h [core] accept in network_server_handle_fdevent() 2021-05-13 02:10:58 -04:00
data_config.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
fdevent.c [core] compare entire "/bin/sh" "-c" after execve 2021-08-27 02:16:53 -04:00
fdevent.h [core] fix kill workers and shutdown by signal 2021-05-15 22:00:48 -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 __attribute_unused__ if needed 2021-05-21 17:34:00 -04:00
gw_backend.c [core] gw_host_get() comment out devel debugging 2021-08-27 02:16:53 -04:00
gw_backend.h [core] calculate backend host gw_hash at startup 2021-08-27 02:16:53 -04:00
h2.c [core] request_config_reset() 2021-08-27 02:16:53 -04:00
h2.h [core] consistent inclusion of sys-time.h 2021-04-28 14:08:29 -04:00
http-header-glue.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
http_cgi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
http_chunk.h [core] remove some (now) unused http_chunk APIs 2021-05-14 03:43:41 -04:00
http_date.c [core] move timegm() impl inline in sys-time.h 2021-04-26 12:50:20 -04:00
http_date.h [core] move timegm() impl inline in sys-time.h 2021-04-26 12:50:20 -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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
http_header.h [core] http_header_hkey_get() perf (better asm) 2021-08-27 02:16:53 -04:00
http_kv.c [core] http_kv.[ch] perf tuning 2021-03-26 07:33:42 -04:00
http_kv.h [core] mark select http_kv.[ch] funcs attr nonnull 2021-04-02 01:16:42 -04:00
http_range.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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 [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
log.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
meson.build [mod_secdownload] include algo_hmac.c in mod 2021-08-27 02:16:52 -04:00
mod_access.c [mod_access] mark mod_access_check attribute pure 2021-01-13 16:10:16 -05:00
mod_accesslog.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_ajp13.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_alias.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_auth.c [mod_auth] refactor mod_auth_check_basic() 2021-08-27 02:16:53 -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] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
mod_authn_gssapi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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 [mod_auth*] rename http_auth.* -> mod_auth_api.* 2021-08-27 02:16:52 -04:00
mod_authn_sasl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_cgi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_deflate.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_dirlisting.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_evasive.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_evhost.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_expire.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_extforward.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_fastcgi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_flv_streaming.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_geoip.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_gnutls.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_indexfile.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_magnet.c [mod_magnet] sync script load w/ stat_cache 2021-08-27 02:16:53 -04:00
mod_magnet_cache.c [mod_magnet] sync script load w/ stat_cache 2021-08-27 02:16:53 -04:00
mod_magnet_cache.h [mod_magnet] inline name and etag buffers in cache 2021-08-27 02:16:53 -04:00
mod_maxminddb.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_mbedtls.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_mysql_vhost.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_nss.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_openssl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_proxy.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
mod_setenv.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_simple_vhost.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_skeleton.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_sockproxy.c [multiple] rename connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_ssi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_status.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_trigger_b4_dl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_uploadprogress.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_userdir.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_usertrack.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
mod_vhostdb.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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 [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_wolfssl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_wstunnel.c [multiple] use <algo>_iov() digest funcs 2021-08-27 02:16:53 -04:00
network.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
network.h [core] graceful and immediate restart option 2020-10-11 12:19:27 -04:00
network_write.c [multiple] reduce redundant NULL buffer checks 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 [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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 [multiple] rename safe_memclear() -> ck_memzero() 2021-08-27 02:16:52 -04:00
rand.h [core] adjust li_rand_pseudo* interfaces 2017-09-20 22:48:35 -04:00
reqpool.c [core] request_config_reset() 2021-08-27 02:16:53 -04:00
reqpool.h [core] request_config_reset() 2021-08-27 02:16:53 -04:00
request.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
request.h [core] request_config_reset() 2021-08-27 02:16:53 -04:00
response.c [core] request_config_reset() 2021-08-27 02:16:53 -04:00
response.h [multiple] static file optimization; reuse cache 2021-05-06 17:35:00 -04:00
server.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
sock_addr.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
sock_addr.h [core] C99 restrict on some base funcs 2020-07-08 19:54:29 -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 [core] clear etag in stat_cache_get_entry_open() 2021-08-27 02:16:53 -04:00
stat_cache.h [core] consistent inclusion of sys-time.h 2021-04-28 14:08:29 -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 iovec wrappers to sys-crypto-md.h 2021-08-27 02:16:53 -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 [core] move timegm() impl inline in sys-time.h 2021-04-26 12:50:20 -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