..
compat
[mod_fastcgi] move src/fastcgi.h into src/compat/
2 years ago
ls-hpack
[core] update ls-hpack
1 year ago
t
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
CMakeLists.txt
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
Makefile.am
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
SConscript
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
algo_hmac.c
[core] li_hmac_sha512()
10 months ago
algo_hmac.h
[core] li_hmac_sha512()
10 months ago
algo_md.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
2 years ago
algo_md5.c
[multiple] use <algo>_iov() digest funcs
10 months ago
algo_md5.h
[multiple] use <algo>_iov() digest funcs
10 months ago
algo_sha1.c
[core] sys-crypto-md.h w/ inline message digest fn
2 years ago
algo_sha1.h
[core] sys-crypto-md.h w/ inline message digest fn
2 years ago
algo_splaytree.c
[core] remove size maint in algo_splaytree
1 year ago
algo_splaytree.h
[core] remove size maint in algo_splaytree
1 year 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
[multiple] reduce redundant NULL buffer checks
10 months ago
array.h
[core] move data_{array,integer,string} to array.c
1 year ago
base.h
[core] remove HANDLER_WAIT_FOR_FD
10 months ago
base64.c
[core] base64url pad char is '='; change from '.'
10 months ago
base64.h
[core] li_base64_dec()
10 months ago
base_decls.h
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
buffer.c
[multiple] quiet coverity warnings
10 months ago
buffer.h
[core] mark attr malloc, returns nonnull
9 months ago
burl.c
[multiple] reduce redundant NULL buffer checks
10 months ago
burl.h
[core] (const buffer *) in (struct burl_parts_t)
2 years ago
chunk.c
[core] improve chunk buffer reuse from backends
9 months ago
chunk.h
[core] improve chunk buffer reuse from backends
9 months ago
ck.c
[core] change backtrace format to put addr first
10 months ago
ck.h
[build] define rsize_t on FreeBSD
10 months ago
config.h.cmake
[build] propagate HAVE_DLFCN_H in builds
10 months ago
configfile-glue.c
[core] refactor config_check_cond_nocache() flow
10 months ago
configfile.c
[core] option: errorlog high precision timestamps
9 months ago
configfile.h
[core] parse $HTTP["remote-ip"] CIDR mask at start
10 months ago
configparser.y
[core] parse $HTTP["remote-ip"] CIDR mask at start
10 months ago
connections.c
[multiple] internal control for backend read bytes
9 months ago
connections.h
[core] remove connection_list_append()
10 months ago
data_config.c
[multiple] reduce redundant NULL buffer checks
10 months ago
fdevent.c
[core] mark attr malloc, returns nonnull
9 months ago
fdevent.h
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
fdevent_freebsd_kqueue.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_impl.h
[core] omit fdevent select() code if poll() avail
1 year ago
fdevent_libev.c
[multiple] fix some cc warnings in 32-bit, powerpc
2 years ago
fdevent_linux_sysepoll.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_poll.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_select.c
[core] consistent inclusion of sys-time.h
1 year ago
fdevent_solaris_devpoll.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_solaris_port.c
[core] isolate fdevent subsystem
2 years ago
fdlog.c
[core] quiet coverity warnings
10 months ago
fdlog.h
[core] mark attr malloc, returns nonnull
9 months ago
fdlog_maint.c
[core] quiet coverity warnings
10 months ago
first.h
[core] define _DEFAULT_SOURCE in first.h
10 months ago
gw_backend.c
[multiple] internal control for backend read bytes
9 months ago
gw_backend.h
[core] connect, write, read timeouts on backends ( fixes #3086 )
10 months ago
h2.c
[core] remove redundant check in h2_recv_headers()
10 months ago
h2.h
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
http-header-glue.c
[multiple] internal control for backend read bytes
9 months ago
http_cgi.c
[multiple] http_method_buf()
10 months ago
http_cgi.h
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
1 year ago
http_chunk.c
[multiple] internal control for backend read bytes
9 months ago
http_chunk.h
[core] remove some (now) unused http_chunk APIs
1 year ago
http_date.c
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
http_date.h
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
http_etag.c
[multiple] reduce redundant NULL buffer checks
10 months ago
http_etag.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
2 years ago
http_header.c
[multiple] remove base.h include where not used
10 months ago
http_header.h
[core] reduce memcmp in http_request_parse_header
10 months ago
http_kv.c
[multiple] http_method_buf()
10 months ago
http_kv.h
[multiple] http_method_buf()
10 months ago
http_range.c
[core] replace strncasecmp w/ buffer_eq_icase_ssn
10 months ago
http_range.h
[core] http_range.[ch] RFC 7233 Range handling
1 year ago
keyvalue.c
[multiple] reduce redundant NULL buffer checks
10 months ago
keyvalue.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
lemon.c
[multiple] correct misspellings in comments
2 years ago
lempar.c
[multiple] correct misspellings in comments
2 years ago
lighttpd-angel.c
[core] attempt to quiet coverity false positives
5 years ago
log.c
[core] option: errorlog high precision timestamps
9 months ago
log.h
[core] option: errorlog high precision timestamps
9 months ago
meson.build
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
mod_access.c
[mod_access] remove excess trace
10 months ago
mod_accesslog.c
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
mod_ajp13.c
[multiple] inline struct in con->dst_addr_buf
10 months ago
mod_alias.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_auth.c
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
mod_auth_api.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
10 months ago
mod_auth_api.h
[mod_auth*] rename http_auth.* -> mod_auth_api.*
10 months ago
mod_authn_dbi.c
[mod_authn_dbi] copy strings before escaping
10 months ago
mod_authn_file.c
[multiple] remove base.h include where not used
10 months ago
mod_authn_gssapi.c
[multiple] inline struct in con->dst_addr_buf
10 months ago
mod_authn_ldap.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_authn_mysql.c
[multiple] use <algo>_iov() digest funcs
10 months ago
mod_authn_pam.c
[multiple] inline struct in con->dst_addr_buf
10 months ago
mod_authn_sasl.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_cgi.c
[multiple] internal control for backend read bytes
9 months ago
mod_cml.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_cml.h
[multiple] split con, request (very large change)
2 years ago
mod_cml_funcs.c
[multiple] use <algo>_iov() digest funcs
10 months ago
mod_cml_funcs.h
[autobuild] rm module stub code for missing deps
6 years ago
mod_cml_lua.c
[multiple] remove base.h include where not used
10 months ago
mod_deflate.c
[core] quiet compiler warnings
10 months ago
mod_dirlisting.c
[core] remove connection_list_append()
10 months ago
mod_echo.c
[mod_echo] test module to echo request as response
10 months ago
mod_evasive.c
[core] change srv->conns to doubly-linked-list
10 months ago
mod_evhost.c
[multiple] prefer r->tmp_buf to p->tmp_buf
10 months ago
mod_expire.c
[core] quiet compiler warnings
10 months ago
mod_extforward.c
[mod_extforward] HAProxy PROXY env PP2_UNIQUE_ID
10 months ago
mod_fastcgi.c
[multiple] internal control for backend read bytes
9 months ago
mod_flv_streaming.c
[multiple] remove base.h include where not used
10 months ago
mod_geoip.c
[multiple] inline struct in con->dst_addr_buf
10 months ago
mod_gnutls.c
[core] quiet compiler warnings
10 months ago
mod_indexfile.c
[mod_indexfile] update path with buffer path funcs
10 months ago
mod_magnet.c
[mod_magnet] ignore 1xx return in response start
10 months ago
mod_magnet_cache.c
[multiple] quiet coverity warnings
10 months ago
mod_magnet_cache.h
[mod_magnet] cache script objects at config time
10 months ago
mod_maxminddb.c
[multiple] reduce use of BUFFER_INTLEN_PTR
10 months ago
mod_mbedtls.c
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
mod_mysql_vhost.c
[multiple] prefer r->tmp_buf to p->tmp_buf
10 months ago
mod_nss.c
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
mod_openssl.c
[mod_openssl] default disable client renegotiation
10 months ago
mod_proxy.c
[multiple] internal control for backend read bytes
9 months ago
mod_redirect.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_rewrite.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_rrdtool.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_scgi.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_secdownload.c
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
mod_setenv.c
[multiple] remove base.h include where not used
10 months ago
mod_simple_vhost.c
[multiple] prefer r->tmp_buf to p->tmp_buf
10 months ago
mod_skeleton.c
[multiple] remove base.h include where not used
10 months ago
mod_sockproxy.c
[multiple] rename connection_reset hook to request
2 years ago
mod_ssi.c
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
mod_ssi.h
[mod_ssi] use intermediate chunkqueue to aggregate
1 year ago
mod_ssi_expr.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_ssi_expr.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
mod_ssi_exprparser.y
[core] remove some unused header includes
5 years ago
mod_staticfile.c
[multiple] remove base.h include where not used
10 months ago
mod_status.c
[core] change srv->conns to doubly-linked-list
10 months ago
mod_trigger_b4_dl.c
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
mod_uploadprogress.c
[mod_uploadprogress] use splay_tree for req list
10 months ago
mod_userdir.c
[multiple] remove base.h include where not used
10 months ago
mod_usertrack.c
[multiple] use <algo>_iov() digest funcs
10 months ago
mod_vhostdb.c
[multiple] prefer r->tmp_buf to p->tmp_buf
10 months ago
mod_vhostdb_api.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
10 months ago
mod_vhostdb_api.h
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
10 months ago
mod_vhostdb_dbi.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_vhostdb_ldap.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_vhostdb_mysql.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_vhostdb_pgsql.c
[multiple] reduce redundant NULL buffer checks
10 months ago
mod_webdav.c
[core] remove server.upload-temp-file-size limit
10 months ago
mod_wolfssl.c
[mod_wolfssl] wolfSSL_sk_X509_NAME_push change
10 months ago
mod_wstunnel.c
[core] remove connection_list_append()
10 months ago
network.c
[core] quiet coverity warnings
10 months ago
network.h
[core] graceful and immediate restart option
2 years ago
network_write.c
[core] move backtrace and assert macros to ck.[ch]
10 months ago
network_write.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
plugin.c
[core] mark attr malloc, returns nonnull
9 months ago
plugin.h
[core] merge uri_raw and uri_clean hooks
1 year ago
plugin_config.h
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
rand.c
[core] move backtrace and assert macros to ck.[ch]
10 months ago
rand.h
[core] adjust li_rand_pseudo* interfaces
5 years ago
reqpool.c
[core] clear request,connection pools every 64 sec ( #3084 )
10 months ago
reqpool.h
[core] clear request,connection pools every 64 sec ( #3084 )
10 months ago
request.c
[core] reject HTTP/2 pseudo-header in trailers ( #3102 )
10 months ago
request.h
[multiple] de-dup file and piped loggers ( fixes #3101 )
10 months ago
response.c
[core] log_error_multiline()
10 months ago
response.h
[multiple] internal control for backend read bytes
9 months ago
server.c
[core] option: errorlog high precision timestamps
9 months ago
sock_addr.c
[core] sock_addr_set_port()
10 months ago
sock_addr.h
[core] sock_addr_set_port()
10 months ago
sock_addr_cache.c
[multiple] reduce redundant NULL buffer checks
10 months ago
sock_addr_cache.h
[core] inet_ntop_cache -> sock_addr_cache
2 years ago
stat_cache.c
[core] mark attr malloc, returns nonnull
9 months ago
stat_cache.h
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
status_counter.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
sys-crypto-md.h
[core] add wolfssl-specific include
10 months 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()
1 year ago
sys-socket.h
[core] some header cleanup
4 years ago
sys-strings.h
[core] sys-strings.h abstraction for strings.h
5 years ago
sys-time.h
[multiple] Y2038 32-bit signed time_t mitigations
10 months ago
vector.c
[core] some header cleanup
4 years ago
vector.h
[core] vector.h tweaks
1 year ago