lighttpd1.4/src
Glenn Strauss 0e108390e5 [core] modify config parser to handle multiple }
modify config parser to handle multiple '}' on same line
2019-03-07 00:32:17 -05:00
..
t [mod_accesslog] attempt to reconstruct req line 2019-02-10 03:10:11 -05:00
CMakeLists.txt [tests] t/test_keyvalue 2018-12-10 22:36:23 -05:00
Makefile.am [core] remove server.h 2019-02-04 03:01:33 -05:00
SConscript [build] SCons support for wolfSSL 2018-10-07 23:47:56 -04: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 [core] fix mixed use of srv->split_vals array (fixes #2932) 2019-02-13 19:54:22 -05:00
array.h [core] perf: array_reset_data_strings() 2018-10-22 20:28:53 -04:00
base.h [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05: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] some header cleanup 2018-04-08 22:22:23 -04:00
buffer.c [multiple] quiet clang --analyze where trivial 2019-01-21 18:05:10 -05:00
buffer.h [core] buffer_append_path_len() 2018-11-28 02:12:41 -05:00
burl.c [mod_redirect,mod_rewrite] base64url encoding opt 2018-08-12 14:43:22 -04:00
burl.h [core] config option to allow GET w/ request body 2019-03-07 00:32:17 -05:00
chunk.c [core] release empty chunk buf when nothing read 2019-03-07 00:32:17 -05:00
chunk.h [multiple] reduce initial buffer sz if large POST (fixes #2922) 2018-12-12 20:00:07 -05:00
config.h.cmake [mod_authn_ldap] replace use of deprecated funcs 2017-11-05 18:50:25 -05:00
configfile-glue.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
configfile.c [core] modify config parser to handle multiple } 2019-03-07 00:32:17 -05:00
configfile.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
configparser.y [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
connections-glue.c [core] discard oversized trailers 2019-02-10 20:47:19 -05:00
connections.c [core] remove redundant check for allow_http11 2019-03-07 00:32:17 -05:00
connections.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05: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] more memory-efficient fn table for data_* 2018-09-23 18:01:58 -04:00
data_config.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
data_integer.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
data_string.c [core] more memory-efficient fn table for data_* 2018-09-23 18:01:58 -04:00
etag.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
etag.h [core] some header cleanup 2018-04-08 22:22:23 -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] perf: pass (fdnode *) to epoll and kqueue 2019-03-07 00:32:17 -05:00
fdevent.h [core] isolate fdevent processing 2019-03-07 00:32:17 -05:00
fdevent_freebsd_kqueue.c [core] perf: pass (fdnode *) to epoll and kqueue 2019-03-07 00:32:17 -05:00
fdevent_impl.h [core] some fdevent code streamlining 2019-03-07 00:32:17 -05:00
fdevent_libev.c [core] some fdevent code streamlining 2019-03-07 00:32:17 -05:00
fdevent_linux_sysepoll.c [core] perf: pass (fdnode *) to epoll and kqueue 2019-03-07 00:32:17 -05:00
fdevent_poll.c [core] some fdevent code streamlining 2019-03-07 00:32:17 -05:00
fdevent_select.c [core] some fdevent code streamlining 2019-03-07 00:32:17 -05:00
fdevent_solaris_devpoll.c [core] some fdevent code streamlining 2019-03-07 00:32:17 -05:00
fdevent_solaris_port.c [core] some fdevent code streamlining 2019-03-07 00:32:17 -05:00
first.h [core] separate server_main_loop() func, mark hot 2019-02-04 02:25:48 -05:00
gw_backend.c [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
gw_backend.h [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
http-header-glue.c [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
http_auth.c [mod_auth] permit additional auth backends to load 2019-01-10 02:14:00 -05:00
http_auth.h [core] abstraction layer for HTTP header manip 2018-09-23 18:01:58 -04:00
http_chunk.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
http_chunk.h [mod_fastcgi] perf: reduce data copies 2018-11-12 08:25:05 -05:00
http_header.c [core] fix setting of headers previously reset (fixes #2919) 2018-11-17 01:24:26 -05:00
http_header.h [core] fix setting of headers previously reset (fixes #2919) 2018-11-17 01:24:26 -05:00
http_kv.c [core] get_http_method_key() match by strlen first 2019-02-09 16:16:20 -05:00
http_kv.h [core] get_http_method_key() match by strlen first 2019-02-09 16:16:20 -05:00
http_vhostdb.c [core] initialize globals at top of main() 2017-01-31 14:40:05 -05:00
http_vhostdb.h [core] some header cleanup 2018-04-08 22:22:23 -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
joblist.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
joblist.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
keyvalue.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
keyvalue.h [mod_redirect,mod_rewrite] pass request URI info 2018-08-12 14:43:22 -04:00
lemon.c [core] workaround Coverity cov-build bug with gcc7 2018-08-12 15:17:11 -04: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] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
log.h [core] mark log_error_write*() funcs cold 2019-02-09 00:06:10 -05: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 [tests] t/test_keyvalue 2018-12-10 22:36:23 -05:00
mod_access.c [mod_access] restructure for unit tests 2018-12-03 23:03:04 -05:00
mod_accesslog.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
mod_alias.c [multiple] code reuse: employ array_match_*() 2018-09-23 18:01:58 -04:00
mod_auth.c [mod_auth] minor: adjust config validation 2019-02-10 20:47:19 -05:00
mod_authn_file.c [mod_openssl] add support for wolfSSL 2018-10-07 20:10:14 -04:00
mod_authn_gssapi.c [core] prefer buffer_append_string_len() 2018-09-23 19:18:49 -04:00
mod_authn_ldap.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
mod_authn_mysql.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_authn_pam.c [mod_authn_pam] mod_auth PAM support (fixes #688) 2018-09-23 18:01:58 -04:00
mod_authn_sasl.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_cgi.c [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
mod_cml.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
mod_cml.h [core] some header cleanup 2018-04-08 22:22:23 -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 [mod_cml,mod_flv_streaming] fix NULL ptr deref 2018-12-02 00:52:11 -05:00
mod_compress.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
mod_deflate.c [mod_deflate] honor request for x-gzip, x-bzip2 2019-02-10 20:47:19 -05:00
mod_dirlisting.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
mod_evasive.c [core] abstraction layer for HTTP header manip 2018-09-23 18:01:58 -04:00
mod_evhost.c [mod_evhost] handle IPv6 literal addr; add tests 2019-02-02 18:40:47 -05:00
mod_expire.c [mod_expire] look up expire fallback "" explicitly 2019-01-21 17:54:25 -05:00
mod_extforward.c [multiple] quiet clang --analyze where trivial 2019-01-21 18:05:10 -05:00
mod_fastcgi.c [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923) 2018-12-18 00:08:16 -05:00
mod_flv_streaming.c [mod_cml,mod_flv_streaming] fix NULL ptr deref 2018-12-02 00:52:11 -05:00
mod_geoip.c [core] abstraction layer for HTTP header manip 2018-09-23 18:01:58 -04:00
mod_indexfile.c [core] abstraction layer for HTTP header manip 2018-09-23 18:01:58 -04:00
mod_magnet.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
mod_magnet_cache.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
mod_magnet_cache.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_mysql_vhost.c [core] perf: simple, quick buffer_clear() 2018-11-23 00:37:38 -05:00
mod_openssl.c [mod_openssl] use 16k static buffer instead of 64k 2019-03-07 00:32:17 -05:00
mod_proxy.c [mod_proxy] pass Content-Length to backend if > 0 2019-03-07 00:32:17 -05:00
mod_redirect.c [mod_redirect,mod_rewrite] use server_name 2018-11-18 22:38:47 -05:00
mod_rewrite.c [multiple] quiet clang --analyze where trivial 2019-01-21 18:05:10 -05:00
mod_rrdtool.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_scgi.c [multiple] reduce initial buffer sz if large POST (fixes #2922) 2018-12-12 20:00:07 -05:00
mod_secdownload.c [TLS] sys-crypto.h abstraction 2018-09-26 01:08:24 -04:00
mod_setenv.c [core] fix setting of headers previously reset (fixes #2919) 2018-11-17 01:24:26 -05:00
mod_simple_vhost.c [mod_simple_vhost] t/test_mod_simple_vhost 2018-12-03 23:03:04 -05:00
mod_skeleton.c [mod_skeleton] review and simplify 2018-09-23 18:01:58 -04:00
mod_sockproxy.c [multiple] perf: reuse large buffers w/ backend 2018-11-12 21:56:05 -05:00
mod_ssi.c [multiple] quiet clang --analyze where trivial 2019-01-21 18:05:10 -05:00
mod_ssi.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_ssi_expr.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_ssi_expr.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_ssi_exprparser.y [core] remove some unused header includes 2017-03-28 02:17:33 -04:00
mod_staticfile.c [mod_staticfile] search ext array if not empty 2019-02-04 03:01:33 -05:00
mod_status.c [core] perf: append response directly into write q 2018-10-28 02:38:10 -04:00
mod_trigger_b4_dl.c [multiple] quiet compiler warnings --without-pcre 2018-09-25 20:49:25 -04:00
mod_uploadprogress.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
mod_userdir.c [core] buffer_append_path_len() 2018-11-28 02:12:41 -05:00
mod_usertrack.c [core] abstraction layer for HTTP header manip 2018-09-23 18:01:58 -04:00
mod_vhostdb.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
mod_vhostdb_dbi.c [multiple] calloc match ptr type (clang --analyze) 2019-01-21 17:58:22 -05:00
mod_vhostdb_ldap.c [multiple] calloc match ptr type (clang --analyze) 2019-01-21 17:58:22 -05:00
mod_vhostdb_mysql.c [multiple] calloc match ptr type (clang --analyze) 2019-01-21 17:58:22 -05:00
mod_vhostdb_pgsql.c [multiple] calloc match ptr type (clang --analyze) 2019-01-21 17:58:22 -05:00
mod_webdav.c [multiple] reduce code dup in list resizing 2019-02-12 22:36:04 -05:00
mod_wstunnel.c [multiple] minor: remove duplicated conditions 2019-02-10 20:26:58 -05:00
network.c [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
network.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
network_write.c [multiple] better packing of struct chunk 2018-11-12 21:56:05 -05:00
network_write.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
plugin.c [core] simpler loops to run plugin hooks 2019-02-13 02:07:53 -05:00
plugin.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
rand.c [core] Don't call RAND_cleanup with OpenSSL 1.1.x 2018-11-12 21:56:05 -05:00
rand.h [core] adjust li_rand_pseudo* interfaces 2017-09-20 22:48:35 -04:00
request.c [core] config option to allow GET w/ request body 2019-03-07 00:32:17 -05:00
request.h [core] pass req hdrs buffer to http_request_parse 2019-02-08 22:49:46 -05:00
response.c [core] prefer memchr() over strchr() 2019-02-17 19:51:12 -05:00
response.h [core] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
safe_memclear.c [core] some header cleanup 2018-04-08 22:22:23 -04:00
safe_memclear.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
server.c [core] isolate fdevent processing 2019-03-07 00:32:17 -05:00
settings.h [core] some header cleanup 2018-04-08 22:22:23 -04:00
sock_addr.c [core] quiet coverity false positive 2018-09-25 20:40:36 -04:00
sock_addr.h [core] isolate sock_addr manipulation 2017-10-29 01:23:19 -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] remove fde_ndx member outside fdevents 2019-03-07 00:32:17 -05:00
stat_cache.h [core] mark startup/shutdown funcs cold 2019-02-04 02:25:48 -05:00
status_counter.h [core] inline status_counter routines 2018-09-23 18:01:58 -04:00
stream.c [core] remove some unused header includes 2017-03-28 02:17:33 -04:00
stream.h [config] support include file glob (fixes #1221) 2016-05-13 20:49:31 -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