..
compat
[mod_fastcgi] move src/fastcgi.h into src/compat/
2 years ago
ls-hpack
[core] STAILQ_* -> SIMPLEQ_* on OpenBSD
2 years ago
t
[mod_userdir] use stat_cache_path_isdir()
2 years ago
CMakeLists.txt
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
2 years ago
Makefile.am
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
2 years ago
SConscript
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
2 years ago
algo_hmac.c
[multiple] add attrs from gcc -Wsuggest-attribute=
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]
3 years ago
algo_md5.h
[core] rename md5.[ch] to algo_md5.[ch]
3 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]
3 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] save parsed listen addrs at startup
2 years ago
base64.c
[multiple] correct misspellings in comments
3 years ago
base64.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
base_decls.h
[core] h2.[ch] with stub funcs (incomplete)
3 years ago
buffer.c
[core] buffer_append_strftime() perf annotations
2 years ago
buffer.h
[multiple] optimize primitives, buffer_extend()
2 years ago
burl.c
[core] copy string and len directly from tmp_buf
2 years ago
burl.h
[core] (const buffer *) in (struct burl_parts_t)
3 years ago
chunk.c
[core] fix chunkqueue_small_resp_optim partial rd
2 years ago
chunk.h
[core] chunkqueue_append_cq_range()
2 years ago
config.h.cmake
[core] Solaris has getloadavg in sys/loadavg.h
3 years ago
configfile-glue.c
[core] tighten struct data_config and related code
2 years ago
configfile.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
configfile.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
configparser.y
[core] defer pcre_compile until after config parse
2 years ago
connections-glue.c
[core] connection_joblist global
3 years ago
connections.c
[multiple] add attrs from gcc -Wsuggest-attribute=
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
[core] inline buffer as part of data_string value
3 years ago
fdevent.c
[core] use monotonic secs for piped loggers start
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
[multiple] omit passing srv to fdevent_handler
3 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
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
gw_backend.c
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
gw_backend.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
h2.c
[multiple] strftime %F and %T
2 years ago
h2.h
[core] relay 1xx from backend over HTTP/2
3 years ago
http-header-glue.c
[multiple] strftime %F and %T
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] move special case for Content-Type CGI hdr
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] http_date_timegm() (portable timegm())
2 years ago
http_date.h
[core] http_date_timegm() (portable timegm())
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] http_header APIs to reduce str copies
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] http_kv.[ch] perf tuning
2 years ago
http_range.c
[multiple] http_header APIs to reduce str copies
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
[multiple] strftime %F and %T
2 years ago
log.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago
meson.build
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
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
[mod_ajp13] AJPv13 Tomcat connector for lighttpd
2 years ago
mod_alias.c
[multiple] buffer_has_slash_suffix()
2 years ago
mod_auth.c
[multiple] http_header APIs to reduce str copies
2 years ago
mod_authn_dbi.c
[mod_authn_dbi,mod_authn_mysql] fix coverity issue
3 years ago
mod_authn_file.c
[mod_authn_mysql,file] use crypt() to save stack
3 years ago
mod_authn_gssapi.c
[multiple] extend enum http_header_e list
3 years ago
mod_authn_ldap.c
[multiple] optimize primitives, buffer_extend()
2 years ago
mod_authn_mysql.c
[mod_authn_dbi,mod_authn_mysql] fix coverity issue
3 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] http_cgi.[ch] CGI interfaces (RFC 3875)
2 years ago
mod_cml.c
[multiple] do not clear physical.path if finished
2 years ago
mod_cml.h
[multiple] split con, request (very large change)
3 years ago
mod_cml_funcs.c
[core] sys-crypto-md.h w/ inline message digest fn
3 years ago
mod_cml_funcs.h
[autobuild] rm module stub code for missing deps
7 years ago
mod_cml_lua.c
[mod_cml] use cached time from log_epoch_secs
2 years ago
mod_deflate.c
[multiple] http_header APIs to reduce str copies
2 years ago
mod_dirlisting.c
[multiple] strftime %F and %T
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
[multiple] strftime %F and %T
2 years ago
mod_extforward.c
[multiple] http_header APIs to reduce str copies
2 years ago
mod_fastcgi.c
[multiple] optimize primitives, buffer_extend()
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] use stack for SSL_CLIENT_S_DN_* tag
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
[multiple] mark addtl funcs attr returns_nonnull
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] use stack for SSL_CLIENT_S_DN_* tag
2 years ago
mod_mysql_vhost.c
[multiple] use stat_cache_path_isdir()
2 years ago
mod_nss.c
[TLS] use stack for SSL_CLIENT_S_DN_* tag
2 years ago
mod_openssl.c
[TLS] use stack for SSL_CLIENT_S_DN_* tag
2 years ago
mod_proxy.c
[multiple] http_header APIs to reduce str copies
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
[multiple] fdevent_waitpid() wrapper
2 years ago
mod_scgi.c
[multiple] optimize primitives, buffer_extend()
2 years ago
mod_secdownload.c
[multiple] use binary '|' to reconstruct ts
2 years ago
mod_setenv.c
[core] extend (data_string *) to store header id
3 years ago
mod_simple_vhost.c
[multiple] use stat_cache_path_isdir()
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
[mod_ssi] use intermediate chunkqueue to aggregate
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
[multiple] split con, request (very large change)
3 years ago
mod_status.c
[mod_status] double-buffer large output to tmpfile
2 years ago
mod_trigger_b4_dl.c
[mod_trigger_b4_dl] gdbm_reorganize once a day
2 years ago
mod_uploadprogress.c
[multiple] do not clear physical.path if finished
2 years ago
mod_userdir.c
[mod_userdir] use 2-element cache
2 years ago
mod_usertrack.c
[core] sys-crypto-md.h w/ inline message digest fn
3 years ago
mod_vhostdb.c
[multiple] prefer monotonic time for internal use
2 years ago
mod_vhostdb_dbi.c
[mod_vhostdb_dbi] allow strings and ints in config
3 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
[multiple] strftime %F and %T
2 years ago
mod_wolfssl.c
[TLS] use stack for SSL_CLIENT_S_DN_* tag
2 years ago
mod_wstunnel.c
[multiple] http_header APIs to reduce str copies
2 years ago
network.c
[core] save parsed listen addrs at startup
2 years ago
network.h
[core] graceful and immediate restart option
3 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] filter out duplicate modules
2 years ago
plugin.h
[multiple] rename connection_reset hook to request
3 years ago
plugin_config.h
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
rand.c
[multiple] include mbedtls/config.h after select
2 years ago
rand.h
[core] adjust li_rand_pseudo* interfaces
6 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
[multiple] add attrs from gcc -Wsuggest-attribute=
2 years ago
request.h
[mod_auth] close HTTP/2 connection after bad pass
2 years ago
response.c
[multiple] strftime %F and %T
2 years ago
response.h
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
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] restart if large large clock jump detected ( #3075 )
2 years ago
sock_addr.c
[core] prefer IPv6+IPv4 func vs IPv4-specific func
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
[multiple] add attrs from gcc -Wsuggest-attribute=
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 )
7 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
[multiple] employ http_date.h, sys-time.h
2 years ago
vector.c
[core] some header cleanup
5 years ago
vector.h
[multiple] mark addtl funcs attr returns_nonnull
2 years ago