.. |
compat
|
[mod_fastcgi] move src/fastcgi.h into src/compat/
|
2020-11-27 08:12:21 -05:00 |
ls-hpack
|
[core] STAILQ_* -> SIMPLEQ_* on OpenBSD
|
2020-10-26 11:29:40 -04:00 |
t
|
[multiple] quiet some clang-analyzer warnings
|
2021-01-29 03:10:21 -05:00 |
CMakeLists.txt
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
Makefile.am
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
SConscript
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
algo_hmac.c
|
[core] algo_hmac.[ch] wrapper (portability)
|
2021-02-18 23:12:02 -05: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] rename splaytree.[ch] to algo_splaytree.[ch]
|
2020-10-11 12:19:26 -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
|
[core] const data_unset *array_get_element_klen()
|
2021-01-29 03:10:22 -05:00 |
base.h
|
[core] save parsed listen addrs at startup
|
2021-03-07 04:38:34 -05: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] http_cgi_encode_varname()
|
2021-03-07 04:38:34 -05:00 |
buffer.h
|
[core] http_cgi_encode_varname()
|
2021-03-07 04:38:34 -05:00 |
burl.c
|
[core] light_isupper(), light_islower()
|
2020-10-11 12:19:26 -04:00 |
burl.h
|
[core] (const buffer *) in (struct burl_parts_t)
|
2020-02-24 11:15:32 -05:00 |
chunk.c
|
[core] chunkqueue_append_cq_range()
|
2021-02-25 21:36:20 -05:00 |
chunk.h
|
[core] chunkqueue_append_cq_range()
|
2021-02-25 21:36:20 -05:00 |
config.h.cmake
|
[core] Solaris has getloadavg in sys/loadavg.h
|
2020-01-30 21:47:59 -05:00 |
configfile-glue.c
|
[core] tighten struct data_config and related code
|
2021-01-29 03:10:22 -05:00 |
configfile.c
|
[core] rename local var
|
2021-02-10 13:45:21 -05:00 |
configfile.h
|
[core] tighten struct data_config and related code
|
2021-01-29 03:10:22 -05:00 |
configparser.y
|
[core] tighten struct data_config and related code
|
2021-01-29 03:10:22 -05:00 |
connections-glue.c
|
[core] connection_joblist global
|
2020-10-11 12:19:27 -04:00 |
connections.c
|
[mod_auth] close HTTP/2 connection after bad pass
|
2021-02-06 08:29:41 -05:00 |
connections.h
|
[core] add decls in connections.h
|
2021-01-13 16:14:48 -05: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] tighten struct data_config and related code
|
2021-01-29 03:10:22 -05: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 |
fdevent.c
|
[core] ignore server.event-handler = "libev"
|
2021-03-02 10:14:26 -05:00 |
fdevent.h
|
[multiple] fdevent_waitpid() wrapper
|
2020-12-24 16:13:17 -05: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
|
[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] check for __builtin_expect() availability
|
2020-11-27 08:12:21 -05:00 |
gw_backend.c
|
[mod_ajp13] AJPv13 Tomcat connector for lighttpd
|
2021-01-29 03:10:22 -05:00 |
gw_backend.h
|
[multiple] inline chunkqueue where always alloc'd
|
2020-10-11 12:19:27 -04:00 |
h2.c
|
[core] inline funcs to decode h2 framing nums (fixes #3067)
|
2021-02-07 23:17:10 -05:00 |
h2.h
|
[core] relay 1xx from backend over HTTP/2
|
2020-10-11 12:19:26 -04:00 |
http-header-glue.c
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
http_auth.c
|
[core] light_isupper(), light_islower()
|
2020-10-11 12:19:26 -04:00 |
http_auth.h
|
[core] mark config registration funcs cold
|
2021-02-12 07:30:00 -05:00 |
http_cgi.c
|
[core] http_cgi_encode_varname()
|
2021-03-07 04:38:34 -05:00 |
http_cgi.h
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
http_chunk.c
|
[core] fix decoding chunked from backend (fixes #3049)
|
2020-12-17 03:59:41 -05:00 |
http_chunk.h
|
[core] http_chunk_append_file_ref_range()
|
2020-10-20 11:51:48 -04:00 |
http_date.c
|
[core] http_date_timegm() (portable timegm())
|
2020-12-24 16:13:20 -05:00 |
http_date.h
|
[core] http_date_timegm() (portable timegm())
|
2020-12-24 16:13:20 -05: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
|
[core] http_header_e <=> lshpack_static_hdr_idx
|
2020-10-11 12:19:26 -04:00 |
http_header.h
|
[core] http_header_e <=> lshpack_static_hdr_idx
|
2020-10-11 12:19:26 -04:00 |
http_kv.c
|
[core] update HTTP status codes list from IANA
|
2020-10-11 12:19:26 -04:00 |
http_kv.h
|
[core] connection transition to HTTP/2; incomplete
|
2020-10-11 11:43:06 -04:00 |
http_range.c
|
[core] quiet coverity warning
|
2021-03-02 20:32:45 -05: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
|
[core] mark config registration funcs cold
|
2021-02-12 07:30:00 -05: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
|
[multiple] employ http_date.h, sys-time.h
|
2020-12-24 16:13:20 -05:00 |
log.h
|
[core] store log filename in (log_error_st *)
|
2020-07-08 19:54:28 -04:00 |
meson.build
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
mod_access.c
|
[mod_access] mark mod_access_check attribute pure
|
2021-01-13 16:10:16 -05:00 |
mod_accesslog.c
|
[core] save parsed listen addrs at startup
|
2021-03-07 04:38:34 -05:00 |
mod_ajp13.c
|
[mod_ajp13] AJPv13 Tomcat connector for lighttpd
|
2021-01-29 03:10:22 -05:00 |
mod_alias.c
|
[mod_alias] modify r->physical.path in place
|
2021-01-16 22:33:47 -05:00 |
mod_auth.c
|
[mod_auth] send 401 if digest algo not supported
|
2021-02-23 09:29:26 -05: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] extend enum http_header_e list
|
2020-10-11 12:19:26 -04:00 |
mod_authn_ldap.c
|
[mod_authn_ldap, mod_vhostdb_ldap] default cafile
|
2020-12-16 02:00:17 -05: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
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05: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
|
buffer_append_path_len() to join paths
|
2020-12-24 16:13:20 -05:00 |
mod_deflate.c
|
[mod_deflate] do not cache 206 Partial Content
|
2021-02-24 20:46:44 -05:00 |
mod_dirlisting.c
|
[mod_dirlisting] hide unused variable on MacOS
|
2021-01-12 23:01:26 -05: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
|
[multiple] employ http_date.h, sys-time.h
|
2020-12-24 16:13:20 -05:00 |
mod_extforward.c
|
[multiple] replace buffer_is_equal_caseless_string
|
2021-01-07 09:08:53 -05:00 |
mod_fastcgi.c
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
mod_flv_streaming.c
|
[mod_flv_streaming] use stat_cache_get_entry_open
|
2020-11-27 08:12:21 -05:00 |
mod_geoip.c
|
[multiple] add summaries to top of some modules
|
2020-07-08 22:51:31 -04:00 |
mod_gnutls.c
|
[mod_gnutls,mod_mbedtls] recog common cipherstring
|
2021-02-05 02:26:20 -05:00 |
mod_indexfile.c
|
buffer_append_path_len() to join paths
|
2020-12-24 16:13:20 -05:00 |
mod_magnet.c
|
[core] save parsed listen addrs at startup
|
2021-03-07 04:38:34 -05: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
|
[mod_maxminddb] fix config validation typo
|
2020-11-05 13:20:39 -05:00 |
mod_mbedtls.c
|
[mod_mbedtls] preproc wrap ssl_parse_client_hello
|
2021-02-09 13:24:24 -05:00 |
mod_mysql_vhost.c
|
[multiple] use stat_cache_path_isdir()
|
2020-10-13 22:31:10 -04:00 |
mod_nss.c
|
[mod_nss] fix acme-tls/1 challenge bootstrap
|
2021-02-01 03:00:54 -05:00 |
mod_openssl.c
|
[mod_openssl] use newer openssl 3.0.0 interfaces
|
2021-03-02 10:14:26 -05:00 |
mod_proxy.c
|
[multiple] use HTTP_HEADER_* enum before strcmp
|
2021-01-07 08:58:30 -05:00 |
mod_redirect.c
|
[core] remove r->uri.path_raw; generate as needed
|
2020-07-08 19:54:29 -04:00 |
mod_rewrite.c
|
[core] tighten struct data_config and related code
|
2021-01-29 03:10:22 -05:00 |
mod_rrdtool.c
|
[multiple] fdevent_waitpid() wrapper
|
2020-12-24 16:13:17 -05:00 |
mod_scgi.c
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05:00 |
mod_secdownload.c
|
[mod_secdownload] use http_auth_const_time_memeq()
|
2021-02-19 00:00:57 -05: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 stat_cache_path_isdir()
|
2020-10-13 22:31:10 -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] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05: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
|
[multiple] employ http_date.h, sys-time.h
|
2020-12-24 16:13:20 -05: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] inline chunkqueue where always alloc'd
|
2020-10-11 12:19:27 -04:00 |
mod_userdir.c
|
[core] light_isupper(), light_islower()
|
2020-10-11 12:19:26 -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] avoid duplicate parsing in trigger func (#3056)
|
2021-01-29 03:10:21 -05: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] default cafile
|
2020-12-16 02:00:17 -05: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
|
[mod_webdav] hide unused funcs depending on build
|
2020-12-27 22:51:40 -05:00 |
mod_wolfssl.c
|
[TLS] fix crash for (broken) nested $SERVER[] cfg
|
2021-03-02 10:14:25 -05:00 |
mod_wstunnel.c
|
[multiple] inline chunkqueue where always alloc'd
|
2020-10-11 12:19:27 -04:00 |
network.c
|
[core] save parsed listen addrs at startup
|
2021-03-07 04:38:34 -05: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] prefer (connection *) to (srv *)
|
2020-07-08 19:54:28 -04:00 |
plugin.c
|
[core] filter out duplicate modules
|
2020-11-11 20:57:41 -05:00 |
plugin.h
|
[multiple] rename connection_reset hook to request
|
2020-08-02 07:47:41 -04:00 |
plugin_config.h
|
[core] tighten struct data_config and related code
|
2021-01-29 03:10:22 -05:00 |
rand.c
|
[multiple] include mbedtls/config.h after select
|
2020-10-29 16:41:27 -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
|
[core] keep pool of (request_st *) for HTTP/2
|
2020-10-11 11:43:06 -04:00 |
request.c
|
[multiple] replace buffer_is_equal_caseless_string
|
2021-01-07 09:08:53 -05:00 |
request.h
|
[mod_auth] close HTTP/2 connection after bad pass
|
2021-02-06 08:29:41 -05:00 |
response.c
|
[core] RFC 7233 Range handling for non-streaming
|
2021-03-02 10:14:25 -05:00 |
response.h
|
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
|
2021-03-07 04:38:34 -05: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] const data_unset *array_get_element_klen()
|
2021-01-29 03:10:22 -05:00 |
sock_addr.c
|
[core] prefer IPv6+IPv4 func vs IPv4-specific func
|
2020-12-23 03:50:13 -05: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] etag.[ch] -> http_etag.[ch]; better imp
|
2020-12-25 14:41:16 -05:00 |
stat_cache.h
|
[core] use kqueue() instead of FAM/gamin on *BSD
|
2020-11-04 20:16:30 -05: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] 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
|
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 |
sys-time.h
|
[multiple] employ http_date.h, sys-time.h
|
2020-12-24 16:13:20 -05: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 |