..
compat
[mod_fastcgi] move src/fastcgi.h into src/compat/
2 years ago
ls-hpack
[core] update ls-hpack
2 years ago
t
[core] quiet coverity noise
2 years ago
CMakeLists.txt
[cmake] improve cmake detection of timegm
2 years ago
Makefile.am
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
2 years ago
SConscript
[scons] link lighttpd with pcre for static build
2 years ago
algo_hmac.c
[tests] disable secdownload HMAC tests for NSS
2 years ago
algo_hmac.h
[core] algo_hmac.[ch] wrapper (portability)
2 years ago
algo_md.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
2 years ago
algo_md5.c
[core] rename md5.[ch] to algo_md5.[ch]
2 years ago
algo_md5.h
[core] rename md5.[ch] to algo_md5.[ch]
2 years ago
algo_sha1.c
[core] sys-crypto-md.h w/ inline message digest fn
3 years ago
algo_sha1.h
[core] sys-crypto-md.h w/ inline message digest fn
3 years ago
algo_splaytree.c
[core] rename splaytree.[ch] to algo_splaytree.[ch]
2 years ago
algo_splaytree.h
[core] remove bad prototype from algo_splaytree.h
2 years ago
algo_xxhash.c
[core] use system xxhash lib if available
2 years ago
algo_xxhash.h
[core] use system xxhash lib if available
2 years ago
array.c
[core] const data_unset *array_get_element_klen()
2 years ago
array.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
base.h
[core] consistent inclusion of sys-time.h
2 years ago
base64.c
[core] consolidate overflow checks in li_to_base64
2 years ago
base64.h
[core] buffer_append_base64_encode_opt()
2 years ago
base_decls.h
[core] h2.[ch] with stub funcs (incomplete)
2 years ago
buffer.c
[core] remove excess assertions in buffer_commit()
2 years ago
buffer.h
[core] simplify buffer_path_simplify()
2 years ago
burl.c
[core] simplify buffer_path_simplify()
2 years ago
burl.h
[core] (const buffer *) in (struct burl_parts_t)
3 years ago
chunk.c
[multiple] buffer_copy_path_len2() aggregate
2 years ago
chunk.h
[core] mark some chunk.h funcs attr cold
2 years ago
config.h.cmake
[cmake] update src/config.h.cmake
2 years ago
configfile-glue.c
[core] recognize "enabled"/"disabled" for bool
2 years ago
configfile.c
[multiple] buffer_copy_path_len2() aggregate
2 years ago
configfile.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
configparser.y
[core] tolerate dup array config values if match
2 years ago
connections-glue.c
[core] connection_joblist global
2 years ago
connections.c
[core] remove redundant check for max_conns
2 years ago
connections.h
[core] add decls in connections.h
2 years ago
data_array.c
[core] inline array as part of data_array value
3 years ago
data_config.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
2 years ago
data_integer.c
[core] inline buffer as part of DATA_UNSET key
3 years ago
data_string.c
[multiple] use buffer_append_* aggregates
2 years ago
fdevent.c
[core] consistent inclusion of sys-time.h
2 years ago
fdevent.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
fdevent_freebsd_kqueue.c
[core] use kqueue() instead of FAM/gamin on *BSD
2 years ago
fdevent_impl.h
[core] isolate fdevent subsystem
3 years ago
fdevent_libev.c
[multiple] fix some cc warnings in 32-bit, powerpc
3 years ago
fdevent_linux_sysepoll.c
[core] use epoll_create1() if available
2 years ago
fdevent_poll.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
fdevent_select.c
[core] consistent inclusion of sys-time.h
2 years ago
fdevent_solaris_devpoll.c
[multiple] omit passing srv to fdevent_handler
3 years ago
fdevent_solaris_port.c
[core] isolate fdevent subsystem
3 years ago
first.h
[core] define __attribute_nonnull__
2 years ago
gw_backend.c
[core] simplify buffer_path_simplify()
2 years ago
gw_backend.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
h2.c
[core] quiet coverity noise
2 years ago
h2.h
[core] consistent inclusion of sys-time.h
2 years ago
http-header-glue.c
[core] simplify buffer_path_simplify()
2 years ago
http_auth.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
http_auth.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
http_cgi.c
[core] reuse code to parse backend response
2 years ago
http_cgi.h
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
2 years ago
http_chunk.c
[core] fix chunkqueue_small_resp_optim partial rd
2 years ago
http_chunk.h
[core] http_chunk_append_file_ref_range()
2 years ago
http_date.c
[core] move timegm() impl inline in sys-time.h
2 years ago
http_date.h
[core] move timegm() impl inline in sys-time.h
2 years ago
http_etag.c
[multiple] etag.[ch] -> http_etag.[ch]; better imp
2 years ago
http_etag.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
2 years ago
http_header.c
[multiple] use buffer_append_* aggregates
2 years ago
http_header.h
[multiple] http_header APIs to reduce str copies
2 years ago
http_kv.c
[core] http_kv.[ch] perf tuning
2 years ago
http_kv.h
[core] mark select http_kv.[ch] funcs attr nonnull
2 years ago
http_range.c
[multiple] use buffer_append_* aggregates
2 years ago
http_range.h
[core] http_range.[ch] RFC 7233 Range handling
2 years ago
http_vhostdb.c
[multiple] add summaries to top of some modules
3 years ago
http_vhostdb.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
keyvalue.c
[core] copy string and len directly from tmp_buf
2 years ago
keyvalue.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
lemon.c
[multiple] correct misspellings in comments
3 years ago
lempar.c
[multiple] correct misspellings in comments
3 years ago
lighttpd-angel.c
[core] attempt to quiet coverity false positives
6 years ago
log.c
[core] consistent inclusion of sys-time.h
2 years ago
log.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
meson.build
[build] fix zstd option in meson ( fixes #3076 )
2 years ago
mod_access.c
[mod_access] mark mod_access_check attribute pure
2 years ago
mod_accesslog.c
[multiple] strftime %F and %T
2 years ago
mod_ajp13.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_alias.c
[multiple] buffer_has_slash_suffix()
2 years ago
mod_auth.c
[mod_authn_file] wipe password/digest after use
2 years ago
mod_authn_dbi.c
[mod_authn_dbi,mod_authn_mysql] fix coverity issue
3 years ago
mod_authn_file.c
[mod_auth] include unistd.h for crypt() on *nix
2 years ago
mod_authn_gssapi.c
[multiple] pass len when copying constant strings
2 years ago
mod_authn_ldap.c
[multiple] optimize primitives, buffer_extend()
2 years ago
mod_authn_mysql.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_authn_pam.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
mod_authn_sasl.c
[multiple] add summaries to top of some modules
3 years ago
mod_cgi.c
[core] simplify buffer_path_simplify()
2 years ago
mod_cml.c
[core] remove buffer_is_equal_right_len()
2 years ago
mod_cml.h
[multiple] split con, request (very large change)
3 years ago
mod_cml_funcs.c
[core] consistent inclusion of sys-time.h
2 years ago
mod_cml_funcs.h
[autobuild] rm module stub code for missing deps
6 years ago
mod_cml_lua.c
[core] consistent inclusion of sys-time.h
2 years ago
mod_deflate.c
[core] consistent inclusion of sys-time.h
2 years ago
mod_dirlisting.c
[multiple] static file optimization; reuse cache
2 years ago
mod_evasive.c
[multiple] split con, request (very large change)
3 years ago
mod_evhost.c
[multiple] use stat_cache_path_isdir()
2 years ago
mod_expire.c
[mod_expire] send only Cache-Control to >=HTTP/1.1
2 years ago
mod_extforward.c
[core] adjust r->http_host ptr caching
2 years ago
mod_fastcgi.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_flv_streaming.c
[mod_flv_streaming] use stat_cache_get_entry_open
2 years ago
mod_geoip.c
[multiple] http_header APIs to reduce str copies
2 years ago
mod_gnutls.c
[TLS] ALPN h2 policy
2 years ago
mod_indexfile.c
[mod_indexfile] reduce copying of base path
2 years ago
mod_magnet.c
[mod_magnet] use http_chunk_* APIs
2 years ago
mod_magnet_cache.c
[core] consistent inclusion of sys-time.h
2 years ago
mod_magnet_cache.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
mod_maxminddb.c
[mod_maxminddb] fix config validation typo
2 years ago
mod_mbedtls.c
[TLS] ALPN h2 policy
2 years ago
mod_mysql_vhost.c
[multiple] use stat_cache_path_isdir()
2 years ago
mod_nss.c
[TLS] ALPN h2 policy
2 years ago
mod_openssl.c
[TLS] ALPN h2 policy
2 years ago
mod_proxy.c
[mod_proxy] send HTTP/1.0 to backend if no Host
2 years ago
mod_redirect.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
2 years ago
mod_rewrite.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
2 years ago
mod_rrdtool.c
[core] consistent inclusion of sys-time.h
2 years ago
mod_scgi.c
[multiple] optimize primitives, buffer_extend()
2 years ago
mod_secdownload.c
[multiple] buffer_copy_path_len2() aggregate
2 years ago
mod_setenv.c
[core] extend (data_string *) to store header id
2 years ago
mod_simple_vhost.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_skeleton.c
[multiple] split con, request (very large change)
3 years ago
mod_sockproxy.c
[multiple] rename connection_reset hook to request
3 years ago
mod_ssi.c
[core] simplify buffer_path_simplify()
2 years ago
mod_ssi.h
[mod_ssi] use intermediate chunkqueue to aggregate
2 years ago
mod_ssi_expr.c
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
mod_ssi_expr.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
mod_ssi_exprparser.y
[core] remove some unused header includes
6 years ago
mod_staticfile.c
[mod_staticfile] move cold paths to separate func
2 years ago
mod_status.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_trigger_b4_dl.c
[multiple] quiet coverity warnings
2 years ago
mod_uploadprogress.c
[multiple] do not clear physical.path if finished
2 years ago
mod_userdir.c
[multiple] buffer_copy_path_len2() aggregate
2 years ago
mod_usertrack.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_vhostdb.c
[multiple] prefer monotonic time for internal use
2 years ago
mod_vhostdb_dbi.c
[multiple] use buffer_append_* aggregates
2 years ago
mod_vhostdb_ldap.c
[multiple] optimize primitives, buffer_extend()
2 years ago
mod_vhostdb_mysql.c
[multiple] add summaries to top of some modules
3 years ago
mod_vhostdb_pgsql.c
[multiple] add summaries to top of some modules
3 years ago
mod_webdav.c
[core] simplify buffer_path_simplify()
2 years ago
mod_wolfssl.c
[TLS] ALPN h2 policy
2 years ago
mod_wstunnel.c
[core] remove buffer_is_equal_right_len()
2 years ago
network.c
[core] consistent inclusion of sys-time.h
2 years ago
network.h
[core] graceful and immediate restart option
2 years ago
network_write.c
[multiple] remove chunk file.start member
2 years ago
network_write.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
plugin.c
[core] reorder hook enum for better mem locality
2 years ago
plugin.h
[core] merge uri_raw and uri_clean hooks
2 years ago
plugin_config.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
rand.c
[core] consistent inclusion of sys-time.h
2 years ago
rand.h
[core] adjust li_rand_pseudo* interfaces
5 years ago
reqpool.c
[mod_auth] close HTTP/2 connection after bad pass
2 years ago
reqpool.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
request.c
[core] adjust r->http_host ptr caching
2 years ago
request.h
[multiple] static file optimization; reuse cache
2 years ago
response.c
[core] merge uri_raw and uri_clean hooks
2 years ago
response.h
[multiple] static file optimization; reuse cache
2 years ago
safe_memclear.c
[core] safe memset calls memset() through volatile
3 years ago
safe_memclear.h
[core] some header cleanup
5 years ago
server.c
[core] consistent inclusion of sys-time.h
2 years ago
sock_addr.c
[multiple] use buffer_append_* aggregates
2 years ago
sock_addr.h
[core] C99 restrict on some base funcs
3 years ago
sock_addr_cache.c
[core] inet_ntop_cache -> sock_addr_cache
2 years ago
sock_addr_cache.h
[core] inet_ntop_cache -> sock_addr_cache
2 years ago
stat_cache.c
[multiple] prefer monotonic time for internal use
2 years ago
stat_cache.h
[core] consistent inclusion of sys-time.h
2 years ago
status_counter.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
sys-crypto-md.h
[core] avoid multiple definition of SHA512_CTX
2 years ago
sys-crypto.h
[core] set NSS_VER_INCLUDE after crypto lib select
2 years ago
sys-endian.h
DragonFlyBSD defines __DragonFly__ ( #2746 )
6 years ago
sys-mmap.h
[core] _WIN32 impl of read-only mmap(), munmap()
2 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
sys-time.h
[core] move timegm() impl inline in sys-time.h
2 years ago
vector.c
[core] some header cleanup
5 years ago
vector.h
[core] vector.h tweaks
2 years ago