You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/src
Glenn Strauss e2de4e581e [core] const char *name in struct plugin
put void *data (always used) as first member of struct plugin

add int nconfig member to PLUGIN_DATA

calloc() inits p->data to NULL
3 years ago
..
t [core] inline header and env arrays into con 3 years ago
CMakeLists.txt [core] isolate data_config.c, vector.c 3 years ago
Makefile.am [core] isolate data_config.c, vector.c 3 years ago
SConscript [core] isolate data_config.c, vector.c 3 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] array a->sorted[] as ptrs rather than pos 3 years ago
array.h [core] array a->sorted[] as ptrs rather than pos 3 years ago
base.h [core] const char *name in struct plugin 3 years ago
base64.c [core] fix base64 decode when char is unsigned (fixes #2848) 6 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 [core] __attribute_returns_nonnull__ 3 years ago
buffer.h [core] __attribute_returns_nonnull__ 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] inline buffer as part of data_string value 3 years ago
chunk.h [core] __attribute_returns_nonnull__ 3 years ago
config.h.cmake [core] Solaris has getloadavg in sys/loadavg.h 3 years ago
configfile-glue.c [core] simpler config_check_cond() 3 years ago
configfile.c [core] simpler config_check_cond() 3 years ago
configfile.h [core] simpler config_check_cond() 3 years ago
configparser.y [core] buffer string in data_config 3 years ago
connections-glue.c [core] inline header and env arrays into con 3 years ago
connections.c [core] const char *name in struct plugin 3 years ago
connections.h [core] prefer uint32_t to size_t in base.h 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] buffer string in data_config 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 [core] use high precision stat timestamp on OS X 4 years ago
etag.h [core] add const to some etag prototypes 4 years ago
fastcgi.h [core] fastcgi.h link to Open Market License (OML) (fixes #2901) 5 years ago
fdevent.c [core] save errno before logging if execve() fails 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 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] clear FDEVENT_RDHUP if no POLLRDHUP 4 years ago
fdevent_poll.c [core] clear FDEVENT_RDHUP if no POLLRDHUP 4 years ago
fdevent_select.c [core] some fdevent code streamlining 4 years ago
fdevent_solaris_devpoll.c [core] Oracle Solaris does not have POLLRDHUP 3 years ago
fdevent_solaris_port.c [core] Oracle Solaris does not have POLLRDHUP 3 years ago
first.h [core] __attribute_returns_nonnull__ 3 years ago
gw_backend.c [core] inline array as part of data_array value 3 years ago
gw_backend.h [core] differentiate array_get_* for ro and rw 3 years ago
http-header-glue.c [core] inline header and env arrays into con 3 years ago
http_auth.c [core] inline buffer as part of DATA_UNSET key 3 years ago
http_auth.h [mod_auth] http_auth_const_time_memeq() (#2975, #2976) 4 years ago
http_chunk.c [core] adjust http_chunk read() retry loop 4 years ago
http_chunk.h [core] chunkqueue perf: read small files into mem 4 years ago
http_header.c [core] inline header and env arrays into con 3 years ago
http_header.h [core] http_header.c internal inline funcs 3 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 6 years ago
inet_ntop_cache.h [core] isolate sock_addr manipulation 6 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 [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] log_error, log_perror using printf-like fmt 4 years ago
log.h [core] log_error, log_perror using printf-like fmt 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 [core] isolate data_config.c, vector.c 3 years ago
mod_access.c [core] const char *name in struct plugin 3 years ago
mod_accesslog.c [core] const char *name in struct plugin 3 years ago
mod_alias.c [core] const char *name in struct plugin 3 years ago
mod_auth.c [core] const char *name in struct plugin 3 years ago
mod_authn_file.c [core] const char *name in struct plugin 3 years ago
mod_authn_gssapi.c [core] const char *name in struct plugin 3 years ago
mod_authn_ldap.c [core] const char *name in struct plugin 3 years ago
mod_authn_mysql.c [core] const char *name in struct plugin 3 years ago
mod_authn_pam.c [core] const char *name in struct plugin 3 years ago
mod_authn_sasl.c [core] const char *name in struct plugin 3 years ago
mod_cgi.c [core] const char *name in struct plugin 3 years ago
mod_cml.c [core] const char *name in struct plugin 3 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 [core] add const to callers of http_header_*_get() 3 years ago
mod_compress.c [core] const char *name in struct plugin 3 years ago
mod_deflate.c [core] const char *name in struct plugin 3 years ago
mod_dirlisting.c [core] const char *name in struct plugin 3 years ago
mod_evasive.c [core] const char *name in struct plugin 3 years ago
mod_evhost.c [core] const char *name in struct plugin 3 years ago
mod_expire.c [core] const char *name in struct plugin 3 years ago
mod_extforward.c [core] const char *name in struct plugin 3 years ago
mod_fastcgi.c [core] const char *name in struct plugin 3 years ago
mod_flv_streaming.c [core] const char *name in struct plugin 3 years ago
mod_geoip.c [core] const char *name in struct plugin 3 years ago
mod_indexfile.c [core] const char *name in struct plugin 3 years ago
mod_magnet.c [core] const char *name in struct plugin 3 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_maxminddb.c [core] const char *name in struct plugin 3 years ago
mod_mysql_vhost.c [core] const char *name in struct plugin 3 years ago
mod_openssl.c [core] const char *name in struct plugin 3 years ago
mod_proxy.c [core] const char *name in struct plugin 3 years ago
mod_redirect.c [core] const char *name in struct plugin 3 years ago
mod_rewrite.c [core] const char *name in struct plugin 3 years ago
mod_rrdtool.c [core] const char *name in struct plugin 3 years ago
mod_scgi.c [core] const char *name in struct plugin 3 years ago
mod_secdownload.c [core] const char *name in struct plugin 3 years ago
mod_setenv.c [core] const char *name in struct plugin 3 years ago
mod_simple_vhost.c [core] const char *name in struct plugin 3 years ago
mod_skeleton.c [core] const char *name in struct plugin 3 years ago
mod_sockproxy.c [core] const char *name in struct plugin 3 years ago
mod_ssi.c [core] const char *name in struct plugin 3 years ago
mod_ssi.h [core] some header cleanup 5 years ago
mod_ssi_expr.c [core] inline buffer as part of data_string value 3 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 [core] const char *name in struct plugin 3 years ago
mod_status.c [core] const char *name in struct plugin 3 years ago
mod_trigger_b4_dl.c [core] const char *name in struct plugin 3 years ago
mod_uploadprogress.c [core] const char *name in struct plugin 3 years ago
mod_userdir.c [core] const char *name in struct plugin 3 years ago
mod_usertrack.c [core] const char *name in struct plugin 3 years ago
mod_vhostdb.c [core] const char *name in struct plugin 3 years ago
mod_vhostdb_dbi.c [core] const char *name in struct plugin 3 years ago
mod_vhostdb_ldap.c [core] const char *name in struct plugin 3 years ago
mod_vhostdb_mysql.c [core] const char *name in struct plugin 3 years ago
mod_vhostdb_pgsql.c [core] const char *name in struct plugin 3 years ago
mod_webdav.c [core] const char *name in struct plugin 3 years ago
mod_wstunnel.c [core] const char *name in struct plugin 3 years ago
network.c [core] buffer string in data_config 3 years ago
network.h [core] mark startup/shutdown funcs cold 4 years ago
network_write.c [multiple] better packing of struct chunk 5 years ago
network_write.h [core] mark startup/shutdown funcs cold 4 years ago
plugin.c [core] const char *name in struct plugin 3 years ago
plugin.h [core] const char *name in struct plugin 3 years ago
rand.c [core] pass conf.follow_symlink in more places 4 years ago
rand.h [core] adjust li_rand_pseudo* interfaces 6 years ago
request.c [core] add const to callers of http_header_*_get() 3 years ago
request.h [core] pass ptr to http_request_parse() 3 years ago
response.c [core] inline header and env arrays into con 3 years ago
response.h [core] add const to callers of http_header_*_get() 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] const char *name in struct plugin 3 years ago
settings.h [core] move con state handling to connections*.c 4 years ago
sock_addr.c [core] avoid freeaddrinfo() on NULL ptr (fixes #2984) 3 years ago
sock_addr.h [core] isolate sock_addr manipulation 6 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] inline buffer as part of data_string value 3 years ago
stat_cache.h [mod_webdav] invalidate parent dir in stat_cache 4 years ago
status_counter.h [core] __attribute_returns_nonnull__ 3 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