..
t
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
CMakeLists.txt
[core] isolate data_config.c, vector.c
2020-02-24 11:15:32 -05:00
Makefile.am
[core] isolate data_config.c, vector.c
2020-02-24 11:15:32 -05:00
SConscript
[core] isolate data_config.c, vector.c
2020-02-24 11:15:32 -05:00
algo_sha1.c
[mod_auth] use SHA1_Init,Update,Final
2018-10-07 20:10:14 -04:00
algo_sha1.h
[mod_auth] use SHA1_Init,Update,Final
2018-10-07 20:10:14 -04:00
array.c
[core] (data_unset *) from array_get_element_klen
2020-02-24 11:15:32 -05:00
array.h
[core] (data_unset *) from array_get_element_klen
2020-02-24 11:15:32 -05:00
base.h
[core] treat con->conditional_is_valid as bitfield
2020-02-24 11:15:32 -05:00
base64.c
[core] fix base64 decode when char is unsigned ( fixes #2848 )
2017-12-21 17:41:17 -05: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] struct log_error_st for error logging
2019-04-20 02:10:28 -04:00
buffer.c
[core] __attribute_returns_nonnull__
2020-02-24 11:15:32 -05:00
buffer.h
[core] __attribute_returns_nonnull__
2020-02-24 11:15:32 -05:00
burl.c
[core] preserve %2b and %2B in query string ( fixes #2999 )
2020-01-26 00:41:05 -05:00
burl.h
[core] (const buffer *) in (struct burl_parts_t)
2020-02-24 11:15:32 -05:00
chunk.c
[core] __attribute_returns_nonnull__
2020-02-24 11:15:32 -05:00
chunk.h
[core] __attribute_returns_nonnull__
2020-02-24 11:15:32 -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] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
configfile.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
configfile.h
[core] isolate data_config.c, vector.c
2020-02-24 11:15:32 -05:00
configparser.y
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
connections-glue.c
[core] prefer uint32_t to size_t in base.h
2020-02-24 11:15:32 -05:00
connections.c
[core] treat con->conditional_is_valid as bitfield
2020-02-24 11:15:32 -05:00
connections.h
[core] prefer uint32_t to size_t in base.h
2020-02-24 11:15:32 -05:00
crc32.c
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
crc32.h
[core] some header cleanup
2018-04-08 22:22:23 -04:00
data_array.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
data_config.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -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_UNSET key
2020-02-24 11:15:32 -05:00
etag.c
[core] use high precision stat timestamp on OS X
2019-05-13 21:01:57 -04:00
etag.h
[core] add const to some etag prototypes
2019-04-20 02:10:28 -04:00
fastcgi.h
[core] fastcgi.h link to Open Market License (OML) ( fixes #2901 )
2018-09-23 18:01:58 -04:00
fdevent.c
[core] save errno before logging if execve() fails
2020-01-26 00:41:06 -05:00
fdevent.h
[core] fdevent_mkstemp_append() (shared)
2019-03-16 01:38:29 -04:00
fdevent_freebsd_kqueue.c
[core] retry on some fdevent set/del temporary err
2019-09-07 12:22:04 -04:00
fdevent_impl.h
[core] pass (fdnode *) for registered fdevent fd
2019-03-07 00:32:17 -05:00
fdevent_libev.c
[core] some fdevent code streamlining
2019-03-07 00:32:17 -05:00
fdevent_linux_sysepoll.c
[core] clear FDEVENT_RDHUP if no POLLRDHUP
2019-03-16 17:38:40 -04:00
fdevent_poll.c
[core] clear FDEVENT_RDHUP if no POLLRDHUP
2019-03-16 17:38:40 -04:00
fdevent_select.c
[core] some fdevent code streamlining
2019-03-07 00:32:17 -05:00
fdevent_solaris_devpoll.c
[core] Oracle Solaris does not have POLLRDHUP
2020-01-26 00:41:05 -05:00
fdevent_solaris_port.c
[core] Oracle Solaris does not have POLLRDHUP
2020-01-26 00:41:05 -05:00
first.h
[core] __attribute_returns_nonnull__
2020-02-24 11:15:32 -05:00
gw_backend.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
gw_backend.h
[core] differentiate array_get_* for ro and rw
2020-02-24 11:15:32 -05:00
http-header-glue.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
http_auth.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
http_auth.h
[mod_auth] http_auth_const_time_memeq() ( #2975 , #2976 )
2019-09-08 18:26:58 -04:00
http_chunk.c
[core] adjust http_chunk read() retry loop
2019-05-18 13:02:59 -04:00
http_chunk.h
[core] chunkqueue perf: read small files into mem
2019-05-13 21:01:57 -04:00
http_header.c
[core] (data_unset *) from array_get_element_klen
2020-02-24 11:15:32 -05:00
http_header.h
[core] http_header.c internal inline funcs
2020-02-24 11:15:32 -05:00
http_kv.c
[core] get_http_method_key() match by strlen first
2019-02-09 16:16:20 -05:00
http_kv.h
[core] get_http_method_key() match by strlen first
2019-02-09 16:16:20 -05:00
http_vhostdb.c
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05:00
http_vhostdb.h
[core] some header cleanup
2018-04-08 22:22:23 -04:00
inet_ntop_cache.c
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
inet_ntop_cache.h
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
keyvalue.c
[multiple] reduce code dup in list resizing
2019-02-12 22:36:04 -05:00
keyvalue.h
[mod_redirect,mod_rewrite] pass request URI info
2018-08-12 14:43:22 -04:00
lemon.c
[multiple] address coverity warnings
2020-01-26 00:41:05 -05:00
lempar.c
fix errors detected by Coverity Scan
2016-06-23 03:57:19 -04:00
lighttpd-angel.c
[core] attempt to quiet coverity false positives
2017-08-12 21:43:04 -04:00
log.c
[core] log_error, log_perror using printf-like fmt
2019-04-20 02:10:28 -04:00
log.h
[core] log_error, log_perror using printf-like fmt
2019-04-20 02:10:28 -04:00
md5.c
[TLS] sys-crypto.h abstraction
2018-09-26 01:08:24 -04:00
md5.h
[core] define MD5_DIGEST_LENGTH 16
2019-01-10 02:14:00 -05:00
meson.build
[core] isolate data_config.c, vector.c
2020-02-24 11:15:32 -05:00
mod_access.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_accesslog.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_alias.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_auth.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_authn_file.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_authn_gssapi.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_authn_ldap.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_authn_mysql.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_authn_pam.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_authn_sasl.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_cgi.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_cml.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_cml.h
[core] some header cleanup
2018-04-08 22:22:23 -04:00
mod_cml_funcs.c
[core] abstraction layer for HTTP header manip
2018-09-23 18:01:58 -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] pass conf.follow_symlink in more places
2019-03-10 23:22:58 -04:00
mod_compress.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_deflate.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_dirlisting.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_evasive.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_evhost.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_expire.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_extforward.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_fastcgi.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_flv_streaming.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_geoip.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_indexfile.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_magnet.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_magnet_cache.c
[multiple] reduce code dup in list resizing
2019-02-12 22:36:04 -05:00
mod_magnet_cache.h
[core] some header cleanup
2018-04-08 22:22:23 -04:00
mod_maxminddb.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_mysql_vhost.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_openssl.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_proxy.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_redirect.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_rewrite.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_rrdtool.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_scgi.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_secdownload.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_setenv.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_simple_vhost.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_skeleton.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_sockproxy.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_ssi.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_ssi.h
[core] some header cleanup
2018-04-08 22:22:23 -04:00
mod_ssi_expr.c
[core] differentiate array_get_* for ro and rw
2020-02-24 11:15:32 -05:00
mod_ssi_expr.h
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_ssi_exprparser.y
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_staticfile.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_status.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_trigger_b4_dl.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_uploadprogress.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_userdir.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_usertrack.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_vhostdb.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_vhostdb_dbi.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_vhostdb_ldap.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_vhostdb_mysql.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_vhostdb_pgsql.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_webdav.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
mod_wstunnel.c
[core] inline buffer key for *_patch_connection()
2020-02-24 11:15:32 -05:00
network.c
[core] prefer uint32_t to size_t in base.h
2020-02-24 11:15:32 -05:00
network.h
[core] mark startup/shutdown funcs cold
2019-02-04 02:25:48 -05:00
network_write.c
[multiple] better packing of struct chunk
2018-11-12 21:56:05 -05:00
network_write.h
[core] mark startup/shutdown funcs cold
2019-02-04 02:25:48 -05:00
plugin.c
[core] prefer uint32_t to size_t in base.h
2020-02-24 11:15:32 -05:00
plugin.h
[core] new worker_init hook to follow parent fork
2019-04-20 02:10:28 -04:00
rand.c
[core] pass conf.follow_symlink in more places
2019-03-10 23:22:58 -04:00
rand.h
[core] adjust li_rand_pseudo* interfaces
2017-09-20 22:48:35 -04:00
request.c
[core] handle common case of alnum or - field-name
2020-02-24 11:15:32 -05:00
request.h
[core] pass ptr to http_request_parse()
2020-02-24 11:15:32 -05:00
response.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
response.h
[core] extend dir redirection to take HTTP status
2019-03-13 02:29:31 -04:00
safe_memclear.c
Also use explicit_memset (NetBSD) with cmake, scons and meson
2019-08-22 13:13:24 +02:00
safe_memclear.h
[core] some header cleanup
2018-04-08 22:22:23 -04:00
server.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
settings.h
[core] move con state handling to connections*.c
2019-09-07 11:57:26 -04:00
sock_addr.c
[core] avoid freeaddrinfo() on NULL ptr ( fixes #2984 )
2020-01-26 00:14:28 -05:00
sock_addr.h
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
splaytree.c
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
splaytree.h
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
stat_cache.c
[core] inline buffer as part of DATA_UNSET key
2020-02-24 11:15:32 -05:00
stat_cache.h
[mod_webdav] invalidate parent dir in stat_cache
2019-05-09 21:09:52 -04:00
status_counter.h
[core] __attribute_returns_nonnull__
2020-02-24 11:15:32 -05:00
stream.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
stream.h
[config] support include file glob ( fixes #1221 )
2016-05-13 20:49:31 -04:00
sys-crypto.h
[mod_openssl] add support for wolfSSL
2018-10-07 20:10:14 -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
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