..
t
[multiple] con->proto_default_port
3 years ago
CMakeLists.txt
[core] isolate data_config.c, vector.c
3 years ago
Makefile.am
[core] isolate use of data_config, configfile.h
3 years ago
SConscript
[core] isolate data_config.c, vector.c
3 years ago
algo_sha1.c
[mod_auth] use SHA1_Init,Update,Final
4 years ago
algo_sha1.h
[mod_auth] use SHA1_Init,Update,Final
4 years ago
array.c
[multiple] plugin_stats array
3 years ago
array.h
[core] array_init() arg for initial size
3 years ago
base.h
[core] support multiple error logs
3 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] struct log_error_st for error logging
4 years ago
buffer.c
[multiple] rename r to rc rv rd wr to be different
3 years ago
buffer.h
[multiple] plugin_stats array
3 years ago
burl.c
[core] preserve %2b and %2B in query string ( fixes #2999 )
3 years ago
burl.h
[core] (const buffer *) in (struct burl_parts_t)
3 years ago
chunk.c
[core] default chunk size 8k (was 4k)
3 years ago
chunk.h
[core] read up-to fixed size chunk before fionread
3 years ago
config.h.cmake
[core] Solaris has getloadavg in sys/loadavg.h
3 years ago
configfile-glue.c
[multiple] quiet clang compiler warnings
3 years ago
configfile.c
[core] support multiple error logs
3 years ago
configfile.h
[core] isolate use of data_config, configfile.h
3 years ago
configparser.y
[core] array_init() arg for initial size
3 years ago
connections-glue.c
[core] include settings.h where used
3 years ago
connections.c
[core] include settings.h where used
3 years ago
connections.h
[multiple] reduce direct use of srv->errh
3 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] inline array as part of data_array value
3 years ago
data_config.c
[core] array_init() arg for initial size
3 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
etag.c
[multiple] stat_cache singleton
3 years ago
etag.h
[multiple] stat_cache singleton
3 years ago
fastcgi.h
[core] fastcgi.h link to Open Market License (OML) ( fixes #2901 )
4 years ago
fdevent.c
[core] fdevent uses uint32_t instead of size_t
3 years ago
fdevent.h
[core] fdevent_mkstemp_append() (shared)
4 years ago
fdevent_freebsd_kqueue.c
[core] retry on some fdevent set/del temporary err
3 years ago
fdevent_impl.h
[core] fdevent uses uint32_t instead of size_t
3 years ago
fdevent_libev.c
[multiple] rename r to rc rv rd wr to be different
3 years ago
fdevent_linux_sysepoll.c
[core] clear FDEVENT_RDHUP if no POLLRDHUP
4 years ago
fdevent_poll.c
[core] fdevent uses uint32_t instead of size_t
3 years ago
fdevent_select.c
[core] fdevent uses uint32_t instead of size_t
3 years ago
fdevent_solaris_devpoll.c
[core] Oracle Solaris does not have POLLRDHUP
3 years ago
fdevent_solaris_port.c
[multiple] prefer (connection *) to (srv *)
3 years ago
first.h
[core] __attribute_returns_nonnull__
3 years ago
gw_backend.c
[core] include settings.h where used
3 years ago
gw_backend.h
[core] pass con around gw_backend instead of srv
3 years ago
http-header-glue.c
[core] convenience macros to check req methods
3 years ago
http_auth.c
[mod_auth] inline arrays in http_auth_require_t
3 years ago
http_auth.h
[multiple] prefer (connection *) to (srv *)
3 years ago
http_chunk.c
[multiple] stat_cache singleton
3 years ago
http_chunk.h
[core] create http chunk header on the stack
3 years ago
http_header.c
[core] macros CONST_LEN_STR and CONST_STR_LEN
3 years ago
http_header.h
[core] http_header.c internal inline funcs
3 years ago
http_kv.c
[core] macros CONST_LEN_STR and CONST_STR_LEN
3 years ago
http_kv.h
[core] convenience macros to check req methods
3 years ago
http_vhostdb.c
[core] initialize globals at top of main()
6 years ago
http_vhostdb.h
[multiple] connection hooks no longer get (srv *)
3 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
keyvalue.c
[core] split cond cache from cond matches
3 years ago
keyvalue.h
[core] split cond cache from cond matches
3 years ago
lemon.c
[multiple] address coverity warnings
3 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] inline buffer in log_error_st errh
3 years ago
log.h
[core] store log filename in (log_error_st *)
3 years ago
md5.c
[TLS] sys-crypto.h abstraction
4 years ago
md5.h
[core] define MD5_DIGEST_LENGTH 16
4 years ago
meson.build
[core] isolate data_config.c, vector.c
3 years ago
mod_access.c
[multiple] generic config array type checking
3 years ago
mod_accesslog.c
[mod_accesslog] flush file log buffer at 8k size
3 years ago
mod_alias.c
[multiple] generic config array type checking
3 years ago
mod_auth.c
[multiple] generic config array type checking
3 years ago
mod_authn_file.c
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_authn_gssapi.c
[multiple] connection hooks no longer get (srv *)
3 years ago
mod_authn_ldap.c
[multiple] store srv->tmp_buf in tb var
3 years ago
mod_authn_mysql.c
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_authn_pam.c
[multiple] generic config array type checking
3 years ago
mod_authn_sasl.c
[multiple] generic config array type checking
3 years ago
mod_cgi.c
[core] support multiple error logs
3 years ago
mod_cml.c
[multiple] generic config array type checking
3 years ago
mod_cml.h
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_cml_funcs.c
[core] abstraction layer for HTTP header manip
4 years ago
mod_cml_funcs.h
[autobuild] rm module stub code for missing deps
6 years ago
mod_cml_lua.c
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_compress.c
[core] static buffers for mtime_cache
3 years ago
mod_deflate.c
[core] convenience macros to check req methods
3 years ago
mod_dirlisting.c
[core] convenience macros to check req methods
3 years ago
mod_evasive.c
[multiple] connection hooks no longer get (srv *)
3 years ago
mod_evhost.c
[multiple] quiet clang compiler warnings
3 years ago
mod_expire.c
[core] convenience macros to check req methods
3 years ago
mod_extforward.c
[multiple] con->proto_default_port
3 years ago
mod_fastcgi.c
[multiple] generic config array type checking
3 years ago
mod_flv_streaming.c
[multiple] generic config array type checking
3 years ago
mod_geoip.c
[multiple] plugin_stats array
3 years ago
mod_indexfile.c
[multiple] generic config array type checking
3 years ago
mod_magnet.c
[multiple] generic config array type checking
3 years ago
mod_magnet_cache.c
[multiple] stat_cache singleton
3 years ago
mod_magnet_cache.h
[multiple] stat_cache singleton
3 years ago
mod_maxminddb.c
[multiple] generic config array type checking
3 years ago
mod_mysql_vhost.c
[multiple] stat_cache singleton
3 years ago
mod_openssl.c
[multiple] con->proto_default_port
3 years ago
mod_proxy.c
[core] convenience macros to check req methods
3 years ago
mod_redirect.c
[multiple] store srv->tmp_buf in tb var
3 years ago
mod_rewrite.c
[multiple] store srv->tmp_buf in tb var
3 years ago
mod_rrdtool.c
[multiple] reduce direct use of srv->errh
3 years ago
mod_scgi.c
[multiple] generic config array type checking
3 years ago
mod_secdownload.c
[multiple] reduce direct use of srv->errh
3 years ago
mod_setenv.c
[multiple] generic config array type checking
3 years ago
mod_simple_vhost.c
[multiple] stat_cache singleton
3 years ago
mod_skeleton.c
[multiple] generic config array type checking
3 years ago
mod_sockproxy.c
[multiple] generic config array type checking
3 years ago
mod_ssi.c
[core] support multiple error logs
3 years ago
mod_ssi.h
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_ssi_expr.c
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_ssi_expr.h
[multiple] prefer (connection *) to (srv *)
3 years ago
mod_ssi_exprparser.y
[core] remove some unused header includes
6 years ago
mod_staticfile.c
[core] convenience macros to check req methods
3 years ago
mod_status.c
[multiple] extern log_epoch_secs
3 years ago
mod_trigger_b4_dl.c
[multiple] generic config array type checking
3 years ago
mod_uploadprogress.c
[multiple] connection hooks no longer get (srv *)
3 years ago
mod_userdir.c
[multiple] generic config array type checking
3 years ago
mod_usertrack.c
[multiple] extern log_epoch_secs
3 years ago
mod_vhostdb.c
[multiple] stat_cache singleton
3 years ago
mod_vhostdb_dbi.c
[multiple] generic config array type checking
3 years ago
mod_vhostdb_ldap.c
[multiple] store srv->tmp_buf in tb var
3 years ago
mod_vhostdb_mysql.c
[multiple] generic config array type checking
3 years ago
mod_vhostdb_pgsql.c
[multiple] generic config array type checking
3 years ago
mod_webdav.c
[mod_webdav] large buffer reuse
3 years ago
mod_wstunnel.c
[multiple] generic config array type checking
3 years ago
network.c
[multiple] quiet clang compiler warnings
3 years ago
network.h
[core] mark startup/shutdown funcs cold
4 years ago
network_write.c
[multiple] rename r to rc rv rd wr to be different
3 years ago
network_write.h
[multiple] prefer (connection *) to (srv *)
3 years ago
plugin.c
[multiple] store srv->tmp_buf in tb var
3 years ago
plugin.h
[multiple] plugin_stats array
3 years ago
plugin_config.h
[core] support multiple error logs
3 years ago
rand.c
[core] pass conf.follow_symlink in more places
4 years ago
rand.h
[core] adjust li_rand_pseudo* interfaces
5 years ago
request.c
[core] convenience macros to check req methods
3 years ago
request.h
[multiple] con->proto_default_port
3 years ago
response.c
[multiple] con->proto_default_port
3 years ago
response.h
[core] static buffers for mtime_cache
3 years ago
safe_memclear.c
Also use explicit_memset (NetBSD) with cmake, scons and meson
4 years ago
safe_memclear.h
[core] some header cleanup
5 years ago
server.c
[core] support multiple error logs
3 years ago
settings.h
[core] static buffers for mtime_cache
3 years ago
sock_addr.c
[multiple] rename r to rc rv rd wr to be different
3 years ago
sock_addr.h
[multiple] prefer (connection *) to (srv *)
3 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
[multiple] stat_cache singleton
3 years ago
stat_cache.h
[multiple] stat_cache singleton
3 years ago
status_counter.h
[multiple] plugin_stats array
3 years ago
stream.c
[core] use (const char *) in config file parsing
3 years ago
stream.h
[core] use (const char *) in config file parsing
3 years ago
sys-crypto.h
[mod_openssl] add support for wolfSSL
4 years ago
sys-endian.h
DragonFlyBSD defines __DragonFly__ ( #2746 )
6 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