..
compat
[mod_fastcgi] move src/fastcgi.h into src/compat/
2020-11-27 08:12:21 -05:00
ls-hpack
[core] compiler workarounds for very old gcc,glibc
2022-03-12 00:07:54 -05:00
t
[core] buffer_append_bs_escaped_json()
2022-06-10 13:15:18 -04:00
CMakeLists.txt
[tests] test stubs for http_header.c and http_kv.c
2022-06-07 19:23:53 -04:00
Makefile.am
[tests] test stubs for http_header.c and http_kv.c
2022-06-07 19:23:53 -04:00
SConscript
[core] isolate plugins_*() funcs to main server
2022-02-19 03:52:17 -05: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] 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] define static_assert for uClibc ( fixes #3127 )
2021-12-15 06:38:52 -05:00
array.c
[array] use speaking names for array "fn" vtables for better debugging experience
2022-01-06 16:24:35 +01:00
array.h
[core] move data_{array,integer,string} to array.c
2021-05-20 17:56:51 -04:00
base.h
[core] remove unused srv->con_* counters
2022-05-11 23:51:47 -04:00
base64.c
[core] base64url pad char is '='; change from '.'
2021-09-08 15:06:07 -04:00
base64.h
[multiple] __attribute_nonnull__ now takes params
2021-10-05 19:12:23 -04:00
base_decls.h
[multiple] de-dup file and piped loggers ( fixes #3101 )
2021-09-13 03:37:11 -04:00
buffer.c
[core] buffer_append_bs_escaped_json()
2022-06-10 13:15:18 -04:00
buffer.h
[core] buffer_append_bs_escaped_json()
2022-06-10 13:15:18 -04:00
burl.c
[core] "url-invalid-utf8-reject" normalization opt
2022-05-24 21:56:30 -04:00
burl.h
[core] "url-invalid-utf8-reject" normalization opt
2022-05-24 21:56:30 -04:00
chunk.c
[core] chunkqueue_steal() handle unexpected 0 len
2022-03-25 08:43:42 -04:00
chunk.h
[core] chunk_file_pread() to wrap pread()
2022-02-19 02:40:37 -05:00
ck.c
[core] fix compiler warning in 32-bit build
2021-11-24 20:12:26 -05:00
ck.h
[core] errno_t and rsize_t detection on Illumos
2022-01-04 04:25:26 -05:00
config.h.cmake
[mod_deflate] --with-libdeflate to use libdeflate
2022-02-14 03:41:24 -05:00
configfile-glue.c
[core] fix config typo reading large int from str
2022-05-05 13:35:18 -04:00
configfile.c
[multiple] application/javascript text/javascript
2022-05-26 01:34:38 -04:00
configfile.h
[core] allocate pcre output vector on demand
2021-11-22 22:33:05 -05:00
configparser.y
[core] fix configparser_simplify_regex() comment
2022-05-11 23:51:47 -04:00
connections.c
[core] remove unused srv->con_* counters
2022-05-11 23:51:47 -04:00
connections.h
[core] remove connection_list_append()
2021-09-08 15:06:06 -04:00
data_config.c
[array] use speaking names for array "fn" vtables for better debugging experience
2022-01-06 16:24:35 +01:00
fdevent.c
[core] /dev/null is a symlink on Illumos ( fixes #3132 )
2022-01-05 03:02:13 -05:00
fdevent.h
[core] fdevent_socket_nb_cloexec_init()
2021-11-01 10:34:21 -04:00
fdevent_fdnode.c
[core] fdevent_fdnode.c separate from fdevent.c
2021-11-02 02:58:03 -04:00
fdevent_impl.c
[core] libev EV_ERROR conflicts with kqueue
2021-11-04 05:32:33 -04:00
fdevent_impl.h
[core] Illumos epoll incompatible w/ lighttpd impl
2022-02-01 12:26:36 -05:00
fdlog.c
[core] quiet coverity warnings
2021-09-14 03:25:58 -04:00
fdlog.h
[core] avoid repeated typedef for fdlog_st
2021-10-12 11:12:34 -04:00
fdlog_maint.c
[multiple] _WIN32 fdevent_pipe_cloexec()
2021-09-30 17:34:03 -04:00
first.h
[core] define __EXTENSIONS__ on Illumos
2022-01-04 04:25:21 -05:00
gw_backend.c
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
gw_backend.h
[core] improve chunk buffer reuse from backends
2021-09-30 17:34:03 -04:00
h2.c
[core] h2: optim: send window update in 16k units
2022-06-09 14:33:53 -04:00
h2.h
[core] HTTP/2 PRIORITY_UPDATE frame (experimental)
2022-04-10 08:12:27 -04:00
http-header-glue.c
[multiple] application/javascript text/javascript
2022-05-26 01:34:38 -04:00
http_cgi.c
[mod_cgi] cgi.local-redir request_reset thru fnptr
2022-02-19 03:52:17 -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] chunk_file_pread() to wrap pread()
2022-02-19 02:40:37 -05:00
http_chunk.h
[core] remove some (now) unused http_chunk APIs
2021-05-14 03:43:41 -04:00
http_date.c
[multiple] Y2038 32-bit signed time_t mitigations
2021-09-04 08:08:26 -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] etag.[ch] -> http_etag.[ch]; better imp
2020-12-25 14:41:16 -05:00
http_header.c
[core] update cached tables with Priority header
2022-06-07 19:23:53 -04:00
http_header.h
[core] HTTP/2 PRIORITY_UPDATE frame (experimental)
2022-04-10 08:12:27 -04:00
http_kv.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
http_kv.h
[multiple] recognize HTTP QUERY method
2022-05-05 13:35:16 -04:00
http_range.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -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] use buffer_append_char()
2022-05-11 23:51:47 -04:00
keyvalue.h
[core] extend pcre_keyvalue_ctx to pass more state
2021-11-21 21:27:52 -05:00
lemon.c
[lemon] silence coverity warnings
2022-01-06 05:00:40 -05: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] use buffer_append_char()
2022-05-11 23:51:47 -04:00
log.h
[core] option: errorlog high precision timestamps
2021-09-30 17:33:01 -04:00
meson.build
[tests] test stubs for http_header.c and http_kv.c
2022-06-07 19:23:53 -04:00
mod_access.c
[mod_access] remove excess trace
2021-08-27 02:16:53 -04:00
mod_accesslog.c
[core] buffer_append_bs_escaped_json()
2022-06-10 13:15:18 -04:00
mod_ajp13.c
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
mod_alias.c
[mod_alias] fix use-after-free bug ( fixes #3114 )
2021-10-29 08:15:41 -04:00
mod_auth.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
mod_auth_api.c
[mod_auth] save letter-case diff in require config
2022-02-19 17:12:22 -05:00
mod_auth_api.h
[mod_auth] RFC7616 HTTP Digest username* userhash
2021-11-28 03:12:00 -05:00
mod_authn_dbi.c
[build] meson crypt and dl detection on *BSD ( fixes #3133 )
2022-01-04 21:27:51 -05:00
mod_authn_file.c
[build] meson crypt and dl detection on *BSD ( fixes #3133 )
2022-01-04 21:27:51 -05:00
mod_authn_gssapi.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
mod_authn_ldap.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
mod_authn_pam.c
[multiple] inline struct in con->dst_addr_buf
2021-08-27 02:16:54 -04:00
mod_authn_sasl.c
[multiple] reduce redundant NULL buffer checks
2021-08-27 02:16:53 -04:00
mod_cgi.c
[mod_cgi] fix detection of failing error handler ( fixes #3157 )
2022-05-17 01:17:42 -04:00
mod_deflate.c
[multiple] application/javascript text/javascript
2022-05-26 01:34:38 -04:00
mod_dirlisting.c
[core] buffer_append_bs_escaped_json()
2022-06-10 13:15:18 -04:00
mod_echo.c
[mod_echo] test module to echo request as response
2021-09-08 15:06:07 -04:00
mod_evasive.c
[mod_evasive] update comment to add references
2021-11-15 11:59:18 -05:00
mod_evhost.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
mod_expire.c
[multiple] application/javascript text/javascript
2022-05-26 01:34:38 -04:00
mod_extforward.c
[mod_extforward] unix domain socket pedantic chks
2022-05-07 04:02:38 -04:00
mod_fastcgi.c
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
mod_gnutls.c
[TLS] inherit ssl.engine from global scope
2022-06-04 13:45:47 -04:00
mod_indexfile.c
[multiple] __attribute_nonnull__ now takes params
2021-10-05 19:12:23 -04:00
mod_magnet.c
[core] buffer_append_bs_escaped_json()
2022-06-10 13:15:18 -04:00
mod_magnet_cache.c
[mod_magnet] clear stack when reloading script
2022-02-19 02:40:37 -05:00
mod_magnet_cache.h
[mod_magnet] defer req_env init unless needed
2022-02-19 02:40:37 -05:00
mod_maxminddb.c
[multiple] reduce use of BUFFER_INTLEN_PTR
2021-08-27 02:16:54 -04:00
mod_mbedtls.c
[mod_mbedtls] fix crt chain construction logic
2022-06-04 13:45:47 -04:00
mod_nss.c
[TLS] inherit ssl.engine from global scope
2022-06-04 13:45:47 -04:00
mod_openssl.c
[TLS] inherit ssl.engine from global scope
2022-06-04 13:45:47 -04:00
mod_proxy.c
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
mod_redirect.c
[core] allocate one fewer cond_match_t, if needed
2021-11-22 16:34:17 -05:00
mod_rewrite.c
[core] allocate one fewer cond_match_t, if needed
2021-11-22 16:34:17 -05:00
mod_rrdtool.c
[multiple] simplify bytes_in/bytes_out accounting
2022-05-11 23:51:47 -04:00
mod_scgi.c
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
mod_secdownload.c
[multiple] Y2038 32-bit signed time_t mitigations
2021-09-04 08:08:26 -04:00
mod_setenv.c
[mod_setenv] cleanup user-provided hdr sloppiness
2022-05-06 14:03:22 -04:00
mod_simple_vhost.c
[multiple] prefer r->tmp_buf to p->tmp_buf
2021-09-13 03:37:40 -04:00
mod_skeleton.c
[multiple] remove base.h include where not used
2021-09-08 15:06:07 -04:00
mod_sockproxy.c
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
mod_ssi.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
mod_staticfile.c
[multiple] recognize HTTP QUERY method
2022-05-05 13:35:16 -04:00
mod_status.c
[mod_status] display HTTP/2 control stream w/ reqs
2022-05-11 23:51:48 -04:00
mod_uploadprogress.c
[mod_uploadprogress] use splay_tree for req list
2021-09-08 15:06:06 -04:00
mod_userdir.c
[multiple] remove base.h include where not used
2021-09-08 15:06:07 -04:00
mod_usertrack.c
[multiple] use <algo>_iov() digest funcs
2021-08-27 02:16:53 -04:00
mod_vhostdb.c
[multiple] prefer r->tmp_buf to p->tmp_buf
2021-09-13 03:37:40 -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] use buffer_append_char()
2022-05-11 23:51:47 -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
[mod_webdav] alt handling PROPFIND on collection
2022-06-04 13:45:47 -04:00
mod_wolfssl.c
[TLS] inherit ssl.engine from global scope
2022-06-04 13:45:47 -04:00
mod_wstunnel.c
[multiple] immed connect to backend for streaming
2022-03-25 08:43:42 -04:00
network.c
[core] avoid server.use-ipv6 warning after SIGUSR1
2022-06-04 13:45:47 -04:00
network.h
[core] graceful and immediate restart option
2020-10-11 12:19:27 -04:00
network_write.c
[core] chunk_file_pread() to wrap pread()
2022-02-19 02:40:37 -05:00
network_write.h
[multiple] mark addtl funcs attr returns_nonnull
2021-03-26 07:33:42 -04:00
plugin.c
[core] isolate plugins_*() funcs to main server
2022-02-19 03:52:17 -05:00
plugin.h
[core] remove func decls duplicated in plugin.h
2022-05-06 14:03:22 -04:00
plugin_config.h
[multiple] rename status_counter -> plugin_stats
2022-05-11 23:51:48 -04:00
plugins.h
[core] isolate plugins_*() funcs to main server
2022-02-19 03:52:17 -05:00
rand.c
[core] fall back to getauxval(AT_RANDOM), if avail
2022-02-19 02:40:37 -05:00
rand.h
[core] adjust li_rand_pseudo* interfaces
2017-09-20 22:48:35 -04:00
reqpool.c
[multiple] WebSockets over HTTP/2 ( fixes #3151 )
2022-03-25 08:43:42 -04:00
reqpool.h
[core] clear request,connection pools every 64 sec ( #3084 )
2021-09-08 15:06:06 -04:00
request.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -04:00
request.h
[core] h2: avoid sending small WINDOW_UPDATE frames
2022-06-07 19:23:53 -04:00
response.c
[core] delay response to http auth invalid creds
2022-05-05 13:35:18 -04:00
response.h
[core] delay response to http auth invalid creds
2022-05-05 13:35:18 -04:00
server.c
[core] reset internal flags after graceful restart
2022-06-04 13:44:16 -04:00
sock_addr.c
[multiple] use buffer_append_char()
2022-05-11 23:51:47 -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
[core] compiler workarounds for very old gcc,glibc
2022-03-12 00:07:54 -05:00
stat_cache.h
[core] add more const to stat_cache_update_entry()
2021-12-12 08:42:52 -05:00
sys-crypto-md.h
[mod_mbedtls] changes to build with mbedtls 3.0.0
2022-01-19 08:28:23 -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
[multiple] shared code for struct chunk and mmap
2022-02-19 02:40:37 -05: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
[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] include guard consistency in sys-time.h
2022-02-19 02:37:06 -05:00
vector.c
[core] use ck_assert() in vector.[ch]
2021-11-07 16:46:20 -05:00
vector.h
[core] use ck_assert() in vector.[ch]
2021-11-07 16:46:20 -05:00