lighttpd1.4/src
Glenn Strauss 1e335b3724 [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)
allow LISTEN_PID to be ppid (parent pid) if TRACEME set in environment
(e.g. for strace, gdb on Linux; valgrind starts lighttpd as LISTEN_PID)

x-ref:
  "TRACEME environment option in tests broken with LISTEN_PID"
  https://redmine.lighttpd.net/issues/3137
2022-01-10 22:38:32 -05:00
..
compat [mod_fastcgi] move src/fastcgi.h into src/compat/ 2020-11-27 08:12:21 -05:00
ls-hpack [build] -Wno-implicit-fallthrough for ls-hpack 2021-12-15 07:25:36 -05:00
t [multiple] remove buffer_init_string() 2022-01-07 02:06:08 -05:00
CMakeLists.txt [build] check headers before some funcs 2022-01-10 22:38:27 -05:00
Makefile.am [multiple] remove long-deprecated modules 2022-01-03 02:28:08 -05:00
SConscript [multiple] remove long-deprecated modules 2022-01-03 02:28:08 -05:00
algo_hmac.c [core] li_hmac_sha512() 2021-09-08 15:06:07 -04: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] (const char *) for srvconf.modules_dir 2022-01-07 02:06:08 -05: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 [multiple] remove buffer_init_buffer() 2022-01-07 02:06:08 -05:00
buffer.h [multiple] remove buffer_init_buffer() 2022-01-07 02:06:08 -05:00
burl.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
burl.h [core] (const buffer *) in (struct burl_parts_t) 2020-02-24 11:15:32 -05:00
chunk.c [core] chunkqueue_small_resp_optim() comment 2021-10-28 17:58:06 -04:00
chunk.h [core] 'struct log_error_st' -> 'log_error_st' 2021-10-29 10:19:36 -04: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 [build] feature consistency between build types 2022-01-05 07:28:21 -05:00
configfile-glue.c [core] fix reqpool mem corruption in 1.4.62 (fixes #3118) 2021-12-04 07:40:37 -05:00
configfile.c [multiple] remove buffer_init_string() 2022-01-07 02:06:08 -05:00
configfile.h [core] allocate pcre output vector on demand 2021-11-22 22:33:05 -05:00
configparser.y [multiple] remove buffer_init_buffer() 2022-01-07 02:06:08 -05:00
connections.c [core] connection_state_machine_h2() tweaks 2021-12-18 13:29:38 -05: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] merge fdevent impls into fdevent_impl.c 2021-11-02 02:54:01 -04: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 [core] restart dead proc on connect error if local 2021-10-27 04:16:38 -04:00
gw_backend.h [core] improve chunk buffer reuse from backends 2021-09-30 17:34:03 -04:00
h2.c [core] connection_handle_read_state() tweak 2021-12-17 07:13:11 -05:00
h2.h [core] h2_send_cqdata() returns how much data sent 2021-10-01 06:39:47 -04:00
http-header-glue.c [core] mark expect cond in http_response_send_file 2021-12-16 20:54:33 -05:00
http_cgi.c [multiple] http_method_buf() 2021-08-27 02:16:54 -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] use pread() to skip lseek() 2021-10-01 06:39:47 -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] 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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
http_etag.h [multiple] etag.[ch] -> http_etag.[ch]; better imp 2020-12-25 14:41:16 -05:00
http_header.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
http_header.h [core] reduce memcmp in http_request_parse_header 2021-08-27 02:16:53 -04:00
http_kv.c [core] get_http_method_key() tweak 2021-11-17 21:51:57 -05:00
http_kv.h [multiple] __attribute_nonnull__ now takes params 2021-10-05 19:12:23 -04:00
http_range.c [core] replace strncasecmp w/ buffer_eq_icase_ssn 2021-08-27 02:16:54 -04:00
http_range.h [core] http_range.[ch] RFC 7233 Range handling 2021-03-02 10:14:25 -05:00
keyvalue.c [core] ignore pcre2 "bad JIT option" warning 2021-12-15 10:59:17 -05: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 [core] clear shared log buffer after writes 2021-10-27 04:16:38 -04:00
log.h [core] option: errorlog high precision timestamps 2021-09-30 17:33:01 -04:00
meson.build [build] check headers before some funcs 2022-01-10 22:38:27 -05:00
mod_access.c [mod_access] remove excess trace 2021-08-27 02:16:53 -04:00
mod_accesslog.c [core] better asm for binary num to ascii string 2021-11-12 17:56:38 -05:00
mod_ajp13.c [mod_ajp13,mod_fastcgi] recv_parse smaller funcs 2021-10-27 04:16:38 -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 [mod_auth] quiet coverity warning 2021-11-29 11:36:52 -05:00
mod_auth_api.c [mod_auth*] rename http_auth.* -> mod_auth_api.* 2021-08-27 02:16:52 -04: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] remove buffer_init_buffer() 2022-01-07 02:06:08 -05:00
mod_authn_ldap.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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 [multiple] remove buffer_init_string() 2022-01-07 02:06:08 -05:00
mod_deflate.c [multiple] remove r->physical.etag 2021-12-12 08:48:35 -05:00
mod_dirlisting.c [mod_dirlisting] fix logic inversion in cache 2021-12-16 20:26:30 -05: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] prefer r->tmp_buf to p->tmp_buf 2021-09-13 03:37:40 -04:00
mod_expire.c [core] quiet compiler warnings 2021-09-04 08:08:26 -04:00
mod_extforward.c [mod_extforward] fix out-of-bounds (OOB) write (fixes #3134) 2022-01-08 13:07:12 -05:00
mod_fastcgi.c [mod_ajp13,mod_fastcgi] recv_parse smaller funcs 2021-10-27 04:16:38 -04:00
mod_gnutls.c [multiple] remove buffer_init_buffer() 2022-01-07 02:06:08 -05:00
mod_indexfile.c [multiple] __attribute_nonnull__ now takes params 2021-10-05 19:12:23 -04:00
mod_magnet.c [mod_magnet] interface to http_response_send_file 2021-12-12 10:45:21 -05:00
mod_magnet_cache.c [multiple] __attribute_nonnull__ now takes params 2021-10-05 19:12:23 -04:00
mod_magnet_cache.h [multiple] __attribute_nonnull__ now takes params 2021-10-05 19:12:23 -04:00
mod_maxminddb.c [multiple] reduce use of BUFFER_INTLEN_PTR 2021-08-27 02:16:54 -04:00
mod_mbedtls.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_nss.c [mod_nss] quiet trace for PR_END_OF_FILE_ERROR 2021-10-27 04:16:38 -04:00
mod_openssl.c [build] feature consistency between build types 2022-01-03 01:42:05 -05:00
mod_proxy.c [mod_proxy] Length Req if proxy forcing HTTP/1.0 2021-10-27 04:16:38 -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] _WIN32 fdevent_pipe_cloexec() 2021-09-30 17:34:03 -04:00
mod_scgi.c [multiple] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -04:00
mod_secdownload.c [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04:00
mod_setenv.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -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 connection_reset hook to request 2020-08-02 07:47:41 -04:00
mod_ssi.c [multiple] remove r->physical.etag 2021-12-12 08:48:35 -05:00
mod_staticfile.c [multiple] remove base.h include where not used 2021-09-08 15:06:07 -04:00
mod_status.c [core] pcre2 support (--with-pcre2) 2021-11-22 02:50:26 -05: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] reduce redundant NULL buffer checks 2021-08-27 02:16:53 -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] define HAVE_RENAMEAT2 earlier 2022-01-04 21:27:51 -05:00
mod_wolfssl.c [multiple] clarify error msg when no cert avail 2021-10-01 06:39:47 -04:00
mod_wstunnel.c [core] remove connection_list_append() 2021-09-08 15:06:06 -04:00
network.c [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137) 2022-01-10 22:38:32 -05:00
network.h [core] graceful and immediate restart option 2020-10-11 12:19:27 -04:00
network_write.c [core] use pread() to skip lseek() 2021-10-01 06:39:47 -04:00
network_write.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
plugin.c [core] (const char *) for srvconf.modules_dir 2022-01-07 02:06:08 -05:00
plugin.h [core] merge uri_raw and uri_clean hooks 2021-05-12 05:23:28 -04:00
plugin_config.h [core] allocate pcre output vector on demand 2021-11-22 22:33:05 -05:00
rand.c [core] CCRandomGenerateBytes() for rand on macOS (fixes #3129) 2022-01-03 02:23:07 -05:00
rand.h [core] adjust li_rand_pseudo* interfaces 2017-09-20 22:48:35 -04:00
reqpool.c [multiple] remove r->physical.etag 2021-12-12 08:48:35 -05:00
reqpool.h [core] clear request,connection pools every 64 sec (#3084) 2021-09-08 15:06:06 -04:00
request.c [core] combine more dup header processing code 2021-10-27 04:16:38 -04:00
request.h [multiple] remove r->physical.etag 2021-12-12 08:48:35 -05:00
response.c [multiple] remove buffer_init_buffer() 2022-01-07 02:06:08 -05:00
response.h [core] http_response_send_file() takes const path 2021-12-10 13:53:22 -05:00
server.c [core] (const char *) for srvconf.modules_dir 2022-01-07 02:06:08 -05:00
sock_addr.c [core] sock_addr_set_port() 2021-09-08 15:06:07 -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] add more const to stat_cache_update_entry() 2021-12-12 08:42:52 -05:00
stat_cache.h [core] add more const to stat_cache_update_entry() 2021-12-12 08:42:52 -05:00
status_counter.h [multiple] mark addtl funcs attr returns_nonnull 2021-03-26 07:33:42 -04:00
sys-crypto-md.h [mod_openssl] boringssl compat 2021-10-03 11:01:40 -04: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 [multiple] Y2038 32-bit signed time_t mitigations 2021-09-04 08:08:26 -04: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