.. |
compat
|
[core] _WIN32 port compatibility headers
|
2023-05-03 23:11:33 -04:00 |
ls-hpack
|
[core] update ls-hpack
|
2023-05-22 22:28:52 -04:00 |
t
|
[core] reject empty Content-Length for HTTP/1.x
|
2023-08-03 00:15:30 -04:00 |
CMakeLists.txt
|
[tests] test_http_range.c
|
2023-07-29 16:49:34 -04:00 |
Makefile.am
|
[tests] test_http_range.c
|
2023-07-29 16:49:34 -04:00 |
SConscript
|
[scons] include mod_h2 in static builds (fixes #3224)
|
2023-09-20 22:05:12 -04:00 |
algo_hmac.c
|
[core] fix HMAC with openssl 3.0
|
2022-01-22 12:18:35 -05:00 |
algo_hmac.h
|
[core] li_hmac_sha512()
|
2021-09-08 15:06:07 -04:00 |
algo_md.h
|
[multiple] etag.[ch] -> http_etag.[ch]; better imp
|
2020-12-25 14:41:16 -05:00 |
algo_md5.c
|
[build] feature consistency between build types
|
2022-01-05 07:28:21 -05: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] splaytree: splaytree_insert_splayed()
|
2023-09-11 12:48:02 -04:00 |
algo_splaytree.h
|
[core] splaytree: splaytree_insert_splayed()
|
2023-09-11 12:48:02 -04:00 |
algo_xxhash.c
|
[core] import xxHash v0.8.2
|
2023-07-26 03:05:23 -04:00 |
algo_xxhash.h
|
[core] import xxHash v0.8.2
|
2023-07-26 03:05:23 -04:00 |
array.c
|
[multiple] employ ck_calloc, ck_malloc shared code
|
2022-12-10 15:15:33 -05:00 |
array.h
|
[core] move data_{array,integer,string} to array.c
|
2021-05-20 17:56:51 -04:00 |
base.h
|
[core] provide mimetype.assign default if unset
|
2023-05-23 00:48:43 -04:00 |
base64.c
|
[core] fix li_base64_dec() on whitespace
|
2022-07-01 14:22:06 -04:00 |
base64.h
|
[multiple] __attribute_nonnull__ now takes params
|
2021-10-05 19:12:23 -04:00 |
base_decls.h
|
[core] hxcon "base class" for h2con
|
2023-05-03 23:11:33 -04:00 |
buffer.c
|
[core] _WIN32 stat(), '/' and '\\' adjustments
|
2023-05-03 23:11:34 -04:00 |
buffer.h
|
[core] buffer_append_bs_escaped_json()
|
2022-06-10 13:15:18 -04:00 |
burl.c
|
[core] clarify comment
|
2023-05-27 12:14:09 -04:00 |
burl.h
|
[core] "url-invalid-utf8-reject" normalization opt
|
2022-05-24 21:56:30 -04:00 |
chunk.c
|
[core] treat upload_temp_file_size=0 as default sz
|
2023-07-26 15:46:34 -04:00 |
chunk.h
|
[core] remove tempdirs ptr from struct chunkqueue
|
2023-07-26 03:05:23 -04:00 |
ck.c
|
[core] use C23 memset_explicit() were available
|
2023-03-01 06:37:34 -05:00 |
ck.h
|
[core] ck_calloc() ck_malloc() ck_realloc_u32()
|
2022-12-10 11:46:20 -05:00 |
config.h.cmake
|
[core] posix_spawn_file_actions_addclosefrom_np()
|
2023-05-08 01:01:26 -04:00 |
configfile-glue.c
|
[core] warn if out-of-range value for config short
|
2023-10-07 22:04:32 -04:00 |
configfile.c
|
[core] skip SIGUSR1 after clock jump if chroot'ed
|
2023-11-11 02:50:07 -05:00 |
configfile.h
|
[core] use data_config_list for config
|
2022-12-10 11:58:14 -05:00 |
configparser.y
|
[core] build configparser.y w/ -Werror workarounds
|
2023-01-13 00:37:36 -05:00 |
connections.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
connections.h
|
[core] h1.[ch] collect some HTTP/1.x specific code
|
2023-05-03 23:11:35 -04:00 |
data_config.c
|
[multiple] employ ck_calloc, ck_malloc shared code
|
2022-12-10 15:15:33 -05:00 |
fdevent.c
|
[core] fdevent_sh_exec()
|
2023-07-26 03:05:23 -04:00 |
fdevent.h
|
[core] fdevent_sh_exec()
|
2023-07-26 03:05:23 -04:00 |
fdevent_fdnode.c
|
[core] _WIN32 alternative fdarray for Windows
|
2023-05-03 23:11:34 -04:00 |
fdevent_impl.c
|
[core] always decr fd count upon socket close()
|
2023-05-03 23:11:35 -04:00 |
fdevent_impl.h
|
[multiple] remove some unused/redundant includes
|
2023-05-21 20:00:22 -04:00 |
fdevent_win32.c
|
[core] fdevent_sh_exec()
|
2023-07-26 03:05:23 -04:00 |
fdlog.c
|
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
|
2023-05-03 23:11:34 -04:00 |
fdlog.h
|
[core] avoid repeated typedef for fdlog_st
|
2021-10-12 11:12:34 -04:00 |
fdlog_maint.c
|
[core] fdevent_sh_exec()
|
2023-07-26 03:05:23 -04:00 |
first.h
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
fs_win32.c
|
[core] _WIN32 fs_win32_readlinkUTF8() (#3223)
|
2023-09-14 03:24:25 -04:00 |
fs_win32.h
|
[core] _WIN32 fs_win32_readlinkUTF8() (#3223)
|
2023-09-14 03:24:25 -04:00 |
gw_backend.c
|
[core] fdevent_sh_exec()
|
2023-07-26 03:05:23 -04:00 |
gw_backend.h
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
h1.c
|
[core] quiet coverity warning
|
2023-05-05 01:22:36 -04:00 |
h1.h
|
[core] h1.[ch] collect some HTTP/1.x specific code
|
2023-05-03 23:11:35 -04:00 |
h2.c
|
[mod_h2] h2_send_1xx() lowercase field names (fixes #3233)
|
2023-11-04 00:36:32 -04:00 |
h2.h
|
[mod_h2] detect and log HTTP/2 rapid reset attack
|
2023-10-21 11:11:13 -04:00 |
http-header-glue.c
|
[core] http_response_304(), http_response_412()
|
2023-08-12 19:59:54 -04:00 |
http_cgi.c
|
[core] rename http_kv funcs, reorder http_versions
|
2023-05-03 23:11:35 -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] remove some unused/redundant includes
|
2023-05-21 20:00:22 -04:00 |
http_chunk.h
|
[core] remove some (now) unused http_chunk APIs
|
2021-05-14 03:43:41 -04:00 |
http_date.c
|
[multiple] __MINGW32__ missing strftime() "%F %T"
|
2023-05-03 23:11:34 -04:00 |
http_date.h
|
[multiple] Y2038 32-bit signed time_t mitigations
|
2021-09-04 08:08:26 -04:00 |
http_etag.c
|
[multiple] use buffer_append_char()
|
2022-05-11 23:51:47 -04:00 |
http_etag.h
|
[multiple] _WIN32 stat() compat sys-stat.h
|
2023-05-03 23:11:34 -04:00 |
http_header.c
|
[multiple] codespell: correct spelling in comments
|
2023-01-07 12:02:48 -05:00 |
http_header.h
|
[core] h2 match w/ lsxpack pseudo-header key only
|
2023-03-25 20:40:40 -04:00 |
http_kv.c
|
[core] rename http_kv funcs, reorder http_versions
|
2023-05-03 23:11:35 -04:00 |
http_kv.h
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
http_range.c
|
[core] allow larger number of Ranges if sorted
|
2023-07-29 16:49:34 -04:00 |
http_range.h
|
[core] feature flag to allow Range w/ HTTP/1.0
|
2022-02-05 16:36:33 -05:00 |
keyvalue.c
|
[multiple] employ ck_calloc, ck_malloc shared code
|
2022-12-10 15:15:33 -05:00 |
keyvalue.h
|
[core] extend pcre_keyvalue_ctx to pass more state
|
2021-11-21 21:27:52 -05:00 |
lemon.c
|
[core] quiet lemon.c clang C2x warnings
|
2023-05-15 01:23:53 -04:00 |
lempar.c
|
[core] build configparser.y w/ -Werror workarounds
|
2023-01-13 00:37:36 -05:00 |
lighttpd-angel.c
|
[core] _WIN32 signal-related compat
|
2023-05-03 23:11:34 -04:00 |
log.c
|
[build] _WIN32 shared dll build (autotools, cmake)
|
2023-05-03 23:11:35 -04:00 |
log.h
|
[build] _WIN32 shared dll build (autotools, cmake)
|
2023-05-03 23:11:35 -04:00 |
meson.build
|
[meson] Fix 'getoption' meson typo
|
2023-08-12 19:59:54 -04:00 |
mod_access.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_accesslog.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_ajp13.c
|
[core] rename http_kv funcs, reorder http_versions
|
2023-05-03 23:11:35 -04:00 |
mod_alias.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_auth.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_auth_api.c
|
[multiple] employ ck_calloc, ck_malloc shared code
|
2022-12-10 15:15:33 -05:00 |
mod_auth_api.h
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_authn_dbi.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_authn_file.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_authn_gssapi.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_authn_ldap.c
|
[mod_authn_ldap] fix config auth.require group=... (fixes #3216)
|
2023-07-04 10:49:53 -04:00 |
mod_authn_pam.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_authn_sasl.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_cgi.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_deflate.c
|
[mod_deflate] deflate.allowed-encodings default
|
2023-11-11 02:50:07 -05:00 |
mod_dirlisting.c
|
[mod_dirlisting] check for response stream bufmin
|
2023-11-11 02:50:07 -05:00 |
mod_echo.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_evhost.c
|
[mod_simple_vhost,mod_evhost] minor code transform
|
2023-10-06 19:34:40 -04:00 |
mod_expire.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_extforward.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_fastcgi.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_gnutls.c
|
[TLS] $SERVER["socket"] inherit global ssl.engine
|
2023-05-03 23:11:35 -04:00 |
mod_indexfile.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_magnet.c
|
[mod_magnet] quiet 32-bit compiler warning
|
2023-10-06 19:36:45 -04:00 |
mod_magnet_cache.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_magnet_cache.h
|
[multiple] employ ck_realloc_u32() shared code
|
2022-12-10 11:58:14 -05:00 |
mod_maxminddb.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_mbedtls.c
|
[mod_mbedtls] handle mbedtls 3.x partial write
|
2023-10-23 05:28:25 -04:00 |
mod_nss.c
|
[mod_nss] nspr include prefix portability(attempt)
|
2023-07-27 23:30:47 -04:00 |
mod_openssl.c
|
[mod_openssl] include openssl/hmac.h for boringssl
|
2023-10-23 20:49:45 -04:00 |
mod_proxy.c
|
[mod_proxy] match "map-host-response" "-" w/ Host
|
2023-05-03 23:11:35 -04:00 |
mod_redirect.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_rewrite.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_rrdtool.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_scgi.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_setenv.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_simple_vhost.c
|
[mod_simple_vhost,mod_evhost] minor code transform
|
2023-10-06 19:34:40 -04:00 |
mod_skeleton.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_sockproxy.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_ssi.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
mod_staticfile.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_status.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_userdir.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_vhostdb.c
|
[multiple] use splaytree_insert_splayed()
|
2023-09-11 12:49:21 -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
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_vhostdb_ldap.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_vhostdb_mysql.c
|
[mod_vhostdb_mysql] MySQL missing mysql_get_socket (fixes #3208)
|
2023-05-23 22:36:57 -04:00 |
mod_vhostdb_pgsql.c
|
[build] _WIN32 __declspec(dllexport) *_plugin_init
|
2023-05-03 23:11:35 -04:00 |
mod_webdav.c
|
[mod_webdav] reject non-identity Content-Encoding
|
2023-09-19 01:45:33 -04:00 |
mod_wolfssl.c
|
[TLS] $SERVER["socket"] inherit global ssl.engine
|
2023-05-03 23:11:35 -04:00 |
mod_wstunnel.c
|
[mod_wstunnel] Sec-WebSocket-Protocol only if req hdr
|
2023-10-21 09:13:27 -04:00 |
network.c
|
[core] warn if IPv6 socket not supported
|
2023-10-02 10:10:48 -04:00 |
network.h
|
[core] graceful and immediate restart option
|
2020-10-11 12:19:27 -04:00 |
network_write.c
|
[core] _WIN32 use WSASend for writev-equiv on sock
|
2023-05-03 23:11:34 -04:00 |
network_write.h
|
[multiple] mark addtl funcs attr returns_nonnull
|
2021-03-26 07:33:42 -04:00 |
plugin.c
|
[core] omit dlopen trace for mod_h2, mod_deflate
|
2023-10-21 09:13:27 -04:00 |
plugin.h
|
[multiple] clang -Wstrict-prototypes for C2x
|
2023-01-19 22:14:17 -05:00 |
plugin_config.h
|
[build] _WIN32 shared dll build (autotools, cmake)
|
2023-05-03 23:11:35 -04:00 |
plugins.h
|
[core] isolate plugins_*() funcs to main server
|
2022-02-19 03:52:17 -05:00 |
rand.c
|
[core] comment out li_rand_bytes() (unused)
|
2023-10-23 03:13:21 -04:00 |
rand.h
|
[core] adjust li_rand_pseudo* interfaces
|
2017-09-20 22:48:35 -04:00 |
reqpool.c
|
[multiple] mark func __attribute_returns_nonnull__
|
2023-10-02 02:30:46 -04:00 |
reqpool.h
|
[core] clear request,connection pools every 64 sec (#3084)
|
2021-09-08 15:06:06 -04:00 |
request.c
|
[core] reject Connection hdr in h2 as soon as seen
|
2023-09-29 04:09:05 -04:00 |
request.h
|
[core] add config option to reject pathinfo
|
2023-08-12 19:59:54 -04:00 |
response.c
|
[core] reset addtl state b4 dynamic error handler
|
2023-09-29 04:09:05 -04:00 |
response.h
|
[core] h1.[ch] collect some HTTP/1.x specific code
|
2023-05-03 23:11:35 -04:00 |
server.c
|
[core] skip SIGUSR1 after clock jump if chroot'ed
|
2023-11-11 02:50:07 -05:00 |
server_win32.c
|
[core] _WIN32 quiet compiler warnings 32-bit build
|
2023-05-13 04:44:55 -04:00 |
sock_addr.c
|
[core] check getaddrinfo EAI_ADDRFAMILY w/ glibc
|
2023-05-14 22:32:20 -04:00 |
sock_addr.h
|
[core] sock_addr_set_port()
|
2021-09-08 15:06:07 -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
|
[multiple] use splaytree_insert_splayed()
|
2023-09-11 12:49:21 -04:00 |
stat_cache.h
|
[multiple] _WIN32 stat() compat sys-stat.h
|
2023-05-03 23:11:34 -04:00 |
sys-crypto-md.h
|
[core] honor MBEDTLS_USE_PSA_CRYPTO for hash,rand
|
2023-10-23 01:36:12 -04:00 |
sys-crypto.h
|
[core] preprocessor option to force crypto lib
|
2022-07-26 20:30:47 -04:00 |
sys-dirent.h
|
[multiple] _WIN32 Find*File() sys-dirent.h
|
2023-05-03 23:11:34 -04:00 |
sys-endian.h
|
DragonFlyBSD defines __DragonFly__ (#2746)
|
2016-10-04 05:03:15 -04:00 |
sys-mmap.h
|
[core] _WIN32 quiet compiler warnings 32-bit build
|
2023-05-13 04:44:55 -04:00 |
sys-setjmp.c
|
[multiple] use new sys_setjmp_eval3() interface
|
2022-02-19 02:40:34 -05:00 |
sys-setjmp.h
|
[core] sys-setjmp.[ch]
|
2022-02-19 02:37:01 -05:00 |
sys-socket.h
|
[build] _WIN32 mingw build
|
2023-05-03 23:11:34 -04:00 |
sys-stat.h
|
[core] _WIN32 custom fs funcs on UTF-8 paths
|
2023-05-03 23:11:34 -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] _WIN32 quiet compiler warnings 32-bit build
|
2023-05-13 04:44:55 -04:00 |
sys-unistd.h
|
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
|
2023-05-03 23:11:34 -04:00 |
sys-wait.h
|
[core] _WIN32 sys-wait.h to wrap <sys/wait.h>
|
2023-05-03 23:11:34 -04:00 |
vector.c
|
[core] save ptr to avoid static analyzer realloc warn
|
2023-01-02 09:52:36 -05:00 |
vector.h
|
[core] create non-inlined vector_resize()
|
2022-12-10 15:25:28 -05:00 |