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 f9cd50b782 [core] modify path in-place checking for path-info 2 years ago
..
compat [mod_fastcgi] move src/fastcgi.h into src/compat/ 3 years ago
ls-hpack [core] STAILQ_* -> SIMPLEQ_* on OpenBSD 3 years ago
t [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361) 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] rename splaytree.[ch] to algo_splaytree.[ch] 3 years ago
algo_xxhash.c [core] use system xxhash lib if available 3 years ago
algo_xxhash.h [core] use system xxhash lib if available 3 years ago
array.c [core] const data_unset *array_get_element_klen() 2 years ago
array.h [core] const data_unset *array_get_element_klen() 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 consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
base_decls.h [core] h2.[ch] with stub funcs (incomplete) 3 years ago
buffer.c [core] optimize buffer_urldecode_path() 2 years ago
buffer.h [multiple] buffer_has_slash_suffix() 2 years ago
burl.c [core] light_isupper(), light_islower() 3 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] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361) 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] ignore server.event-handler = "libev" 2 years ago
fdevent.h [multiple] add attrs from gcc -Wsuggest-attribute= 2 years ago
fdevent_freebsd_kqueue.c [core] use kqueue() instead of FAM/gamin on *BSD 3 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] prefer monotonic time for internal use 2 years ago
h2.h [core] relay 1xx from backend over HTTP/2 3 years ago
http-header-glue.c [core] http_response_handle_cachable() optim 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] http_cgi_encode_varname() 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() 3 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 [core] http_header_e <=> lshpack_static_hdr_idx 3 years ago
http_header.h [core] http_header_e <=> lshpack_static_hdr_idx 3 years ago
http_kv.c [core] update HTTP status codes list from IANA 3 years ago
http_kv.h [multiple] add attrs from gcc -Wsuggest-attribute= 2 years ago
http_range.c [core] quiet coverity warning 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 [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361) 2 years ago
keyvalue.h [multiple] add attrs from gcc -Wsuggest-attribute= 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] add attrs from gcc -Wsuggest-attribute= 2 years ago
log.h [multiple] prefer monotonic time for internal use 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] prefer monotonic time for internal use 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] prefer monotonic time for internal 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_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 [mod_authn_ldap, mod_vhostdb_ldap] default cafile 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] correct misspellings in comments 3 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 buffer_append_path_len() to join paths 2 years ago
mod_deflate.c [mod_deflate] do not cache 206 Partial Content 2 years ago
mod_dirlisting.c [multiple] buffer_has_slash_suffix() 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() 3 years ago
mod_expire.c [multiple] employ http_date.h, sys-time.h 2 years ago
mod_extforward.c [multiple] add attrs from gcc -Wsuggest-attribute= 2 years ago
mod_fastcgi.c [core] http_cgi.[ch] CGI interfaces (RFC 3875) 2 years ago
mod_flv_streaming.c [mod_flv_streaming] use stat_cache_get_entry_open 3 years ago
mod_geoip.c [multiple] add summaries to top of some modules 3 years ago
mod_gnutls.c [mod_gnutls] quiet clang warning 2 years ago
mod_indexfile.c [multiple] buffer_has_slash_suffix() 2 years ago
mod_magnet.c [core] save parsed listen addrs at startup 2 years ago
mod_magnet_cache.c [multiple] prefer monotonic time for internal use 2 years ago
mod_magnet_cache.h [multiple] prefer monotonic time for internal use 2 years ago
mod_maxminddb.c [mod_maxminddb] fix config validation typo 3 years ago
mod_mbedtls.c [mod_mbedtls] preproc wrap ssl_parse_client_hello 2 years ago
mod_mysql_vhost.c [multiple] use stat_cache_path_isdir() 3 years ago
mod_nss.c [mod_nss] avoid NSS crash w/ config file error 2 years ago
mod_openssl.c [mod_openssl] skip cert chain build if self-issued 2 years ago
mod_proxy.c [multiple] use HTTP_HEADER_* enum before strcmp 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 [core] http_cgi.[ch] CGI interfaces (RFC 3875) 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() 3 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 [multiple] add attrs from gcc -Wsuggest-attribute= 2 years ago
mod_ssi.h [multiple] prefer (connection *) to (srv *) 3 years ago
mod_ssi_expr.c [multiple] add attrs from gcc -Wsuggest-attribute= 2 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 [multiple] split con, request (very large change) 3 years ago
mod_status.c [multiple] employ http_date.h, sys-time.h 2 years ago
mod_trigger_b4_dl.c [mod_dirlisting, mod_trigger_b4_dl] use keyvalue 2 years ago
mod_uploadprogress.c [multiple] add attrs from gcc -Wsuggest-attribute= 2 years ago
mod_userdir.c [core] light_isupper(), light_islower() 3 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 [mod_authn_ldap, mod_vhostdb_ldap] default cafile 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] buffer_has_slash_suffix() 2 years ago
mod_wolfssl.c [TLS] fix crash for (broken) nested $SERVER[] cfg 2 years ago
mod_wstunnel.c [multiple] prefer monotonic time for internal use 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 3 years ago
network_write.h [multiple] add attrs from gcc -Wsuggest-attribute= 2 years ago
plugin.c [core] filter out duplicate modules 3 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 3 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 [core] keep pool of (request_st *) for HTTP/2 3 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 [core] modify path in-place checking for path-info 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 [multiple] prefer monotonic time for internal use 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] plugin_stats array 3 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 3 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] add attrs from gcc -Wsuggest-attribute= 2 years ago