..
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] quiet coverity noise
2021-05-08 18:32:14 -04:00
CMakeLists.txt
[cmake] improve cmake detection of timegm
2021-05-08 18:53:04 -04:00
Makefile.am
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
2021-03-22 07:10:32 -04:00
SConscript
[scons] link lighttpd with pcre for static build
2021-04-07 01:28:51 -04:00
algo_hmac.c
[tests] disable secdownload HMAC tests for NSS
2021-05-07 16:39:52 -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
[core] rename md5.[ch] to algo_md5.[ch]
2020-10-11 12:19:26 -04:00
algo_md5.h
[core] rename md5.[ch] to algo_md5.[ch]
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
algo_splaytree.c
[core] rename splaytree.[ch] to algo_splaytree.[ch]
2020-10-11 12:19:26 -04:00
algo_splaytree.h
[core] remove bad prototype from algo_splaytree.h
2021-03-26 07:33:42 -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
[core] const data_unset *array_get_element_klen()
2021-01-29 03:10:22 -05:00
array.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
base.h
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
base64.c
[core] consolidate overflow checks in li_to_base64
2021-05-06 17:35:00 -04:00
base64.h
[core] buffer_append_base64_encode_opt()
2021-05-06 17:35:00 -04:00
base_decls.h
[core] remove HANDLER_UNSET enum value
2021-05-13 15:15:20 -04:00
buffer.c
[core] remove excess assertions in buffer_commit()
2021-05-08 16:51:28 -04:00
buffer.h
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -04:00
burl.c
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -04:00
burl.h
[core] (const buffer *) in (struct burl_parts_t)
2020-02-24 11:15:32 -05:00
chunk.c
[multiple] buffer_copy_path_len2() aggregate
2021-04-02 01:16:42 -04:00
chunk.h
[core] mark some chunk.h funcs attr cold
2021-04-02 01:16:42 -04:00
config.h.cmake
[cmake] update src/config.h.cmake
2021-05-08 19:50:05 -04:00
configfile-glue.c
[core] recognize "enabled"/"disabled" for bool
2021-04-25 15:47:23 -04:00
configfile.c
[core] add option to read config file from stdin
2021-05-13 20:35:38 -04:00
configfile.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
configparser.y
[core] tolerate dup array config values if match
2021-05-06 17:35:00 -04:00
connections-glue.c
[core] connection_joblist global
2020-10-11 12:19:27 -04:00
connections.c
[core] accept in network_server_handle_fdevent()
2021-05-13 02:10:58 -04:00
connections.h
[core] accept in network_server_handle_fdevent()
2021-05-13 02:10:58 -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
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
2021-03-22 07:10: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
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
fdevent.c
[core] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
fdevent.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
fdevent_freebsd_kqueue.c
[core] use kqueue() instead of FAM/gamin on *BSD
2020-11-04 20:16:30 -05: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
[core] use epoll_create1() if available
2021-03-07 04:38:34 -05:00
fdevent_poll.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -04:00
fdevent_select.c
[core] consistent inclusion of sys-time.h
2021-04-28 14:08: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] define __attribute_nonnull__
2021-04-02 01:16:42 -04:00
gw_backend.c
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -04:00
gw_backend.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -04:00
h2.c
[core] quiet coverity noise
2021-05-08 18:32:14 -04:00
h2.h
[core] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
http-header-glue.c
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -04:00
http_auth.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -04:00
http_auth.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -04:00
http_cgi.c
[core] reuse code to parse backend response
2021-04-27 15:13:40 -04:00
http_cgi.h
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
2021-03-07 04:38:34 -05:00
http_chunk.c
[core] remove some (now) unused http_chunk APIs
2021-05-14 03:43:41 -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] etag.[ch] -> http_etag.[ch]; better imp
2020-12-25 14:41:16 -05:00
http_etag.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
2020-12-25 14:41:16 -05:00
http_header.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
http_header.h
[multiple] http_header APIs to reduce str copies
2021-03-26 22:38:36 -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] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
http_range.h
[core] http_range.[ch] RFC 7233 Range handling
2021-03-02 10:14:25 -05:00
http_vhostdb.c
[multiple] add summaries to top of some modules
2020-07-08 22:51:31 -04:00
http_vhostdb.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -04:00
keyvalue.c
[core] copy string and len directly from tmp_buf
2021-03-26 07:33:42 -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] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
log.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
meson.build
[build] fix zstd option in meson ( fixes #3076 )
2021-04-05 13:24:51 -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] strftime %F and %T
2021-04-02 01:16:08 -04:00
mod_ajp13.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
mod_alias.c
[multiple] buffer_has_slash_suffix()
2021-03-26 07:33:42 -04:00
mod_auth.c
[core] remove HANDLER_UNSET enum value
2021-05-13 15:15:20 -04:00
mod_authn_dbi.c
[mod_*_dbi] fix sqlite3_dbdir spelling in comments
2021-05-13 13:48:24 -04:00
mod_authn_file.c
[mod_auth] include unistd.h for crypt() on *nix
2021-05-08 18:44:25 -04:00
mod_authn_gssapi.c
[core] remove HANDLER_UNSET enum value
2021-05-13 15:15:20 -04:00
mod_authn_ldap.c
[multiple] optimize primitives, buffer_extend()
2021-03-26 07:33:42 -04:00
mod_authn_mysql.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
mod_authn_pam.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -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
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -04:00
mod_cml.c
[core] remove buffer_is_equal_right_len()
2021-05-07 16:39:52 -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] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -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] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
mod_deflate.c
[core] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
mod_dirlisting.c
[multiple] static file optimization; reuse cache
2021-05-06 17:35:00 -04:00
mod_evasive.c
[multiple] split con, request (very large change)
2020-07-08 19:54:29 -04:00
mod_evhost.c
[multiple] use stat_cache_path_isdir()
2020-10-13 22:31:10 -04:00
mod_expire.c
[mod_expire] send only Cache-Control to >=HTTP/1.1
2021-04-27 03:04:19 -04:00
mod_extforward.c
[core] adjust r->http_host ptr caching
2021-05-10 20:20:28 -04:00
mod_fastcgi.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
mod_flv_streaming.c
[mod_flv_streaming] check range before sending FLV
2021-05-14 02:29:24 -04:00
mod_geoip.c
[multiple] http_header APIs to reduce str copies
2021-03-26 22:38:36 -04:00
mod_gnutls.c
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
mod_indexfile.c
[mod_indexfile] reduce copying of base path
2021-03-26 22:38:36 -04:00
mod_magnet.c
[mod_magnet] use http_chunk_append_file_ref_range
2021-05-14 02:39:40 -04:00
mod_magnet_cache.c
[core] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
mod_magnet_cache.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
mod_maxminddb.c
[mod_maxminddb] fix config validation typo
2020-11-05 13:20:39 -05:00
mod_mbedtls.c
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
mod_mysql_vhost.c
[multiple] use stat_cache_path_isdir()
2020-10-13 22:31:10 -04:00
mod_nss.c
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
mod_openssl.c
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
mod_proxy.c
[mod_proxy] send HTTP/1.0 to backend if no Host
2021-04-05 13:24:51 -04:00
mod_redirect.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
2021-03-22 07:10:32 -04:00
mod_rewrite.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
2021-03-22 07:10:32 -04:00
mod_rrdtool.c
[core] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
mod_scgi.c
[multiple] optimize primitives, buffer_extend()
2021-03-26 07:33:42 -04:00
mod_secdownload.c
[multiple] buffer_copy_path_len2() aggregate
2021-04-02 01:16:42 -04:00
mod_setenv.c
[core] extend (data_string *) to store header id
2020-10-11 12:19:26 -04:00
mod_simple_vhost.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -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
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -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] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -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
[mod_staticfile] move cold paths to separate func
2021-05-06 17:35:00 -04:00
mod_status.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
mod_trigger_b4_dl.c
[multiple] quiet coverity warnings
2021-04-07 01:06:55 -04:00
mod_uploadprogress.c
[multiple] do not clear physical.path if finished
2021-03-26 07:33:42 -04:00
mod_userdir.c
[multiple] buffer_copy_path_len2() aggregate
2021-04-02 01:16:42 -04:00
mod_usertrack.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
mod_vhostdb.c
[multiple] prefer monotonic time for internal use
2021-03-11 18:59:53 -05:00
mod_vhostdb_dbi.c
[mod_*_dbi] fix sqlite3_dbdir spelling in comments
2021-05-13 13:48:24 -04:00
mod_vhostdb_ldap.c
[multiple] optimize primitives, buffer_extend()
2021-03-26 07:33:42 -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
[core] simplify buffer_path_simplify()
2021-05-08 14:34:05 -04:00
mod_wolfssl.c
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
mod_wstunnel.c
[core] remove buffer_is_equal_right_len()
2021-05-07 16:39:52 -04:00
network.c
[core] accept in network_server_handle_fdevent()
2021-05-13 02:10:58 -04:00
network.h
[core] graceful and immediate restart option
2020-10-11 12:19:27 -04:00
network_write.c
[multiple] remove chunk file.start member
2020-10-19 21:40:14 -04:00
network_write.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
plugin.c
[core] reorder hook enum for better mem locality
2021-05-12 05:25:38 -04:00
plugin.h
[core] merge uri_raw and uri_clean hooks
2021-05-12 05:23:28 -04:00
plugin_config.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2021-03-26 07:33:41 -04:00
rand.c
[core] consistent inclusion of sys-time.h
2021-04-28 14:08:29 -04:00
rand.h
[core] adjust li_rand_pseudo* interfaces
2017-09-20 22:48:35 -04:00
reqpool.c
[mod_auth] close HTTP/2 connection after bad pass
2021-02-06 08:29:41 -05:00
reqpool.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
request.c
[core] adjust r->http_host ptr caching
2021-05-10 20:20:28 -04:00
request.h
[multiple] static file optimization; reuse cache
2021-05-06 17:35:00 -04:00
response.c
[core] merge uri_raw and uri_clean hooks
2021-05-12 05:23:28 -04:00
response.h
[multiple] static file optimization; reuse cache
2021-05-06 17:35:00 -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
[multiple] mark con->srv_socket a const ptr
2021-05-13 02:09:48 -04:00
sock_addr.c
[multiple] use buffer_append_* aggregates
2021-04-02 01:16:40 -04:00
sock_addr.h
[core] C99 restrict on some base funcs
2020-07-08 19:54:29 -04:00
sock_addr_cache.c
[core] inet_ntop_cache -> sock_addr_cache
2020-12-24 20:05:01 -05:00
sock_addr_cache.h
[core] inet_ntop_cache -> sock_addr_cache
2020-12-24 20:05:01 -05:00
stat_cache.c
[multiple] prefer monotonic time for internal use
2021-03-11 18:59:53 -05: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] avoid multiple definition of SHA512_CTX
2021-01-16 20:11:12 -05: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