..
t
[mod_accesslog] attempt to reconstruct req line
4 years ago
CMakeLists.txt
[tests] t/test_keyvalue
4 years ago
Makefile.am
[core] remove server.h
4 years ago
SConscript
[build] SCons support for wolfSSL
5 years ago
algo_sha1.c
[mod_auth] use SHA1_Init,Update,Final
5 years ago
algo_sha1.h
[mod_auth] use SHA1_Init,Update,Final
5 years ago
array.c
[core] fix mixed use of srv->split_vals array ( fixes #2932 )
4 years ago
array.h
[core] perf: array_reset_data_strings()
4 years ago
base.h
[core] pass (fdnode *) for registered fdevent fd
4 years ago
base64.c
[core] fix base64 decode when char is unsigned ( fixes #2848 )
5 years ago
base64.h
consistent inclusion of config.h at top of files ( fixes #2073 )
7 years ago
base_decls.h
[core] pass (fdnode *) for registered fdevent fd
4 years ago
buffer.c
[multiple] quiet clang --analyze where trivial
4 years ago
buffer.h
[core] buffer_append_path_len()
4 years ago
burl.c
[mod_redirect,mod_rewrite] base64url encoding opt
5 years ago
burl.h
[core] config option to allow GET w/ request body
4 years ago
chunk.c
[core] release empty chunk buf when nothing read
4 years ago
chunk.h
[multiple] reduce initial buffer sz if large POST ( fixes #2922 )
4 years ago
config.h.cmake
[mod_authn_ldap] replace use of deprecated funcs
5 years ago
configfile-glue.c
[core] perf: simple, quick buffer_clear()
4 years ago
configfile.c
[core] modify config parser to handle multiple }
4 years ago
configfile.h
[core] mark startup/shutdown funcs cold
4 years ago
configparser.y
[core] mark startup/shutdown funcs cold
4 years ago
connections-glue.c
[core] discard oversized trailers
4 years ago
connections.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
connections.h
[core] mark startup/shutdown funcs cold
4 years ago
crc32.c
consistent inclusion of config.h at top of files ( fixes #2073 )
7 years ago
crc32.h
[core] some header cleanup
5 years ago
data_array.c
[core] more memory-efficient fn table for data_*
5 years ago
data_config.c
[core] perf: simple, quick buffer_clear()
4 years ago
data_integer.c
[core] perf: simple, quick buffer_clear()
4 years ago
data_string.c
[core] more memory-efficient fn table for data_*
5 years ago
etag.c
[core] perf: simple, quick buffer_clear()
4 years ago
etag.h
[core] some header cleanup
5 years ago
fastcgi.h
[core] fastcgi.h link to Open Market License (OML) ( fixes #2901 )
5 years ago
fdevent.c
[core] no SOCK_NONBLOCK on QNX 7.0
4 years ago
fdevent.h
[core] pass (fdnode *) for registered fdevent fd
4 years ago
fdevent_freebsd_kqueue.c
[core] perf: pass (fdnode *) to epoll and kqueue
4 years ago
fdevent_impl.h
[core] pass (fdnode *) for registered fdevent fd
4 years ago
fdevent_libev.c
[core] some fdevent code streamlining
4 years ago
fdevent_linux_sysepoll.c
[core] perf: pass (fdnode *) to epoll and kqueue
4 years ago
fdevent_poll.c
[core] some fdevent code streamlining
4 years ago
fdevent_select.c
[core] some fdevent code streamlining
4 years ago
fdevent_solaris_devpoll.c
[core] some fdevent code streamlining
4 years ago
fdevent_solaris_port.c
[core] some fdevent code streamlining
4 years ago
first.h
[core] separate server_main_loop() func, mark hot
4 years ago
gw_backend.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
gw_backend.h
[core] pass (fdnode *) for registered fdevent fd
4 years ago
http-header-glue.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
http_auth.c
[mod_auth] http_auth_info_t digest abstraction
4 years ago
http_auth.h
[mod_auth] http_auth_info_t digest abstraction
4 years ago
http_chunk.c
[core] perf: simple, quick buffer_clear()
4 years ago
http_chunk.h
[mod_fastcgi] perf: reduce data copies
4 years ago
http_header.c
[core] fix setting of headers previously reset ( fixes #2919 )
4 years ago
http_header.h
[core] fix setting of headers previously reset ( fixes #2919 )
4 years ago
http_kv.c
[core] get_http_method_key() match by strlen first
4 years ago
http_kv.h
[core] get_http_method_key() match by strlen first
4 years ago
http_vhostdb.c
[core] initialize globals at top of main()
6 years ago
http_vhostdb.h
[core] some header cleanup
5 years ago
inet_ntop_cache.c
[core] isolate sock_addr manipulation
5 years ago
inet_ntop_cache.h
[core] isolate sock_addr manipulation
5 years ago
joblist.c
[multiple] reduce code dup in list resizing
4 years ago
joblist.h
[core] some header cleanup
5 years ago
keyvalue.c
[multiple] reduce code dup in list resizing
4 years ago
keyvalue.h
[mod_redirect,mod_rewrite] pass request URI info
5 years ago
lemon.c
[core] workaround Coverity cov-build bug with gcc7
5 years ago
lempar.c
fix errors detected by Coverity Scan
7 years ago
lighttpd-angel.c
[core] attempt to quiet coverity false positives
6 years ago
log.c
[core] perf: simple, quick buffer_clear()
4 years ago
log.h
[core] mark log_error_write*() funcs cold
4 years ago
md5.c
[TLS] sys-crypto.h abstraction
5 years ago
md5.h
[core] define MD5_DIGEST_LENGTH 16
4 years ago
meson.build
[tests] t/test_keyvalue
4 years ago
mod_access.c
[mod_access] restructure for unit tests
4 years ago
mod_accesslog.c
[multiple] reduce code dup in list resizing
4 years ago
mod_alias.c
[multiple] code reuse: employ array_match_*()
5 years ago
mod_auth.c
[mod_auth] pass http_auth_require_t for 401 Unauth
4 years ago
mod_authn_file.c
[mod_auth] http_auth_info_t digest abstraction
4 years ago
mod_authn_gssapi.c
[core] prefer buffer_append_string_len()
5 years ago
mod_authn_ldap.c
[core] perf: simple, quick buffer_clear()
4 years ago
mod_authn_mysql.c
[mod_auth] http_auth_info_t digest abstraction
4 years ago
mod_authn_pam.c
[mod_authn_pam] mod_auth PAM support ( fixes #688 )
5 years ago
mod_authn_sasl.c
[core] some header cleanup
5 years ago
mod_cgi.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
mod_cml.c
[core] perf: simple, quick buffer_clear()
4 years ago
mod_cml.h
[core] some header cleanup
5 years ago
mod_cml_funcs.c
[core] abstraction layer for HTTP header manip
5 years ago
mod_cml_funcs.h
[autobuild] rm module stub code for missing deps
7 years ago
mod_cml_lua.c
[mod_cml,mod_flv_streaming] fix NULL ptr deref
4 years ago
mod_compress.c
[core] perf: simple, quick buffer_clear()
4 years ago
mod_deflate.c
[mod_deflate] honor request for x-gzip, x-bzip2
4 years ago
mod_dirlisting.c
[multiple] reduce code dup in list resizing
4 years ago
mod_evasive.c
[core] abstraction layer for HTTP header manip
5 years ago
mod_evhost.c
[mod_evhost] handle IPv6 literal addr; add tests
4 years ago
mod_expire.c
[mod_expire] look up expire fallback "" explicitly
4 years ago
mod_extforward.c
[multiple] quiet clang --analyze where trivial
4 years ago
mod_fastcgi.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
mod_flv_streaming.c
[mod_cml,mod_flv_streaming] fix NULL ptr deref
4 years ago
mod_geoip.c
[core] abstraction layer for HTTP header manip
5 years ago
mod_indexfile.c
[core] abstraction layer for HTTP header manip
5 years ago
mod_magnet.c
[core] perf: simple, quick buffer_clear()
4 years ago
mod_magnet_cache.c
[multiple] reduce code dup in list resizing
4 years ago
mod_magnet_cache.h
[core] some header cleanup
5 years ago
mod_mysql_vhost.c
[core] perf: simple, quick buffer_clear()
4 years ago
mod_openssl.c
[mod_openssl] use 16k static buffer instead of 64k
4 years ago
mod_proxy.c
[mod_proxy] pass Content-Length to backend if > 0
4 years ago
mod_redirect.c
[mod_redirect,mod_rewrite] use server_name
4 years ago
mod_rewrite.c
[multiple] quiet clang --analyze where trivial
4 years ago
mod_rrdtool.c
[core] some header cleanup
5 years ago
mod_scgi.c
[multiple] reduce initial buffer sz if large POST ( fixes #2922 )
4 years ago
mod_secdownload.c
[mod_auth] http_auth_digest_hex2bin()
4 years ago
mod_setenv.c
[core] fix setting of headers previously reset ( fixes #2919 )
4 years ago
mod_simple_vhost.c
[mod_simple_vhost] t/test_mod_simple_vhost
4 years ago
mod_skeleton.c
[mod_skeleton] review and simplify
5 years ago
mod_sockproxy.c
[multiple] perf: reuse large buffers w/ backend
4 years ago
mod_ssi.c
[multiple] quiet clang --analyze where trivial
4 years ago
mod_ssi.h
[core] some header cleanup
5 years ago
mod_ssi_expr.c
[core] some header cleanup
5 years ago
mod_ssi_expr.h
consistent inclusion of config.h at top of files ( fixes #2073 )
7 years ago
mod_ssi_exprparser.y
[core] remove some unused header includes
6 years ago
mod_staticfile.c
[mod_staticfile] search ext array if not empty
4 years ago
mod_status.c
[core] perf: append response directly into write q
4 years ago
mod_trigger_b4_dl.c
[multiple] quiet compiler warnings --without-pcre
5 years ago
mod_uploadprogress.c
[multiple] reduce code dup in list resizing
4 years ago
mod_userdir.c
[core] buffer_append_path_len()
4 years ago
mod_usertrack.c
[core] abstraction layer for HTTP header manip
5 years ago
mod_vhostdb.c
[core] some header cleanup
5 years ago
mod_vhostdb_dbi.c
[multiple] calloc match ptr type (clang --analyze)
4 years ago
mod_vhostdb_ldap.c
[multiple] calloc match ptr type (clang --analyze)
4 years ago
mod_vhostdb_mysql.c
[multiple] calloc match ptr type (clang --analyze)
4 years ago
mod_vhostdb_pgsql.c
[multiple] calloc match ptr type (clang --analyze)
4 years ago
mod_webdav.c
[multiple] reduce code dup in list resizing
4 years ago
mod_wstunnel.c
[multiple] minor: remove duplicated conditions
4 years ago
network.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
network.h
[core] mark startup/shutdown funcs cold
4 years ago
network_write.c
[multiple] better packing of struct chunk
4 years ago
network_write.h
[core] mark startup/shutdown funcs cold
4 years ago
plugin.c
[core] simpler loops to run plugin hooks
4 years ago
plugin.h
[core] mark startup/shutdown funcs cold
4 years ago
rand.c
[core] Don't call RAND_cleanup with OpenSSL 1.1.x
4 years ago
rand.h
[core] adjust li_rand_pseudo* interfaces
6 years ago
request.c
[core] config option to allow GET w/ request body
4 years ago
request.h
[core] pass req hdrs buffer to http_request_parse
4 years ago
response.c
[core] prefer memchr() over strchr()
4 years ago
response.h
[core] pass (fdnode *) for registered fdevent fd
4 years ago
safe_memclear.c
[core] some header cleanup
5 years ago
safe_memclear.h
[core] some header cleanup
5 years ago
server.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
settings.h
[core] some header cleanup
5 years ago
sock_addr.c
[core] quiet coverity false positive
5 years ago
sock_addr.h
[core] isolate sock_addr manipulation
5 years ago
splaytree.c
Fix header inclusion order, always include "config.h" before any system header
14 years ago
splaytree.h
consistent inclusion of config.h at top of files ( fixes #2073 )
7 years ago
stat_cache.c
[core] pass (fdnode *) for registered fdevent fd
4 years ago
stat_cache.h
[core] mark startup/shutdown funcs cold
4 years ago
status_counter.h
[core] inline status_counter routines
5 years ago
stream.c
[core] remove some unused header includes
6 years ago
stream.h
[config] support include file glob ( fixes #1221 )
7 years ago
sys-crypto.h
[mod_openssl] add support for wolfSSL
5 years ago
sys-endian.h
DragonFlyBSD defines __DragonFly__ ( #2746 )
7 years ago
sys-mmap.h
consistent inclusion of config.h at top of files ( fixes #2073 )
7 years ago
sys-socket.h
[core] some header cleanup
5 years ago
sys-strings.h
[core] sys-strings.h abstraction for strings.h
6 years ago
vector.c
[core] some header cleanup
5 years ago
vector.h
[core] some header cleanup
5 years ago