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 38d00abd8f [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op
silence coverity warning

openssl 1.1.0 makes SSL_OP_NO_SSLv2 flag a no-op, leading to
logically dead code when used with openssl 1.1.0.  However, the code
is still valid with earlier openssl versions, and so must be preserved.
7 years ago
..
CMakeLists.txt [build] check for pipe2() at configure time 7 years ago
Makefile.am [build] build network_*.c into lighttpd executable 7 years ago
SConscript fix SCons fullstatic build with glibc pthreads 7 years ago
array.c remove unused array type TYPE_COUNT data_count 7 years ago
array.h [core] optional condition in config "else" clause (fixes #1268) 7 years ago
base.h [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
base64.c [base64] fix another crash due to broken force_assert conditions 7 years ago
base64.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
buffer.c silence warnings from clang ccc-analyzer 7 years ago
buffer.h use li_[iu]tostrn() instead of li_[iu]tostr() 7 years ago
chunk.c [core] check fcntl O_APPEND succeeds w/ mkstemp() 7 years ago
chunk.h [core] set chunkqueue tempdirs at startup 7 years ago
config.h.cmake [cmake] always define _GNU_SOURCE 7 years ago
configfile-glue.c [core] fix segfault when parsing a bad config file 7 years ago
configfile.c [config] warn if mod_authn_ldap,mysql not listed 7 years ago
configfile.h [core] replace array weakref with vector 7 years ago
configparser.y [core] restrict where config "else" clauses occur (#1268) 7 years ago
connections-glue.c [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
connections.c [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
connections.h [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
crc32.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
crc32.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_array.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_config.c [core] optional condition in config "else" clause (fixes #1268) 7 years ago
data_fastcgi.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_integer.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_string.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
etag.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
etag.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fastcgi.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent.c performance: use Linux extended syscalls and flags 7 years ago
fdevent.h performance: use Linux extended syscalls and flags 7 years ago
fdevent_freebsd_kqueue.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_libev.c [core] fix fd leak when using libev (fixes #2761) 7 years ago
fdevent_linux_sysepoll.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_poll.c fix error handling for portability (NetBSD) 7 years ago
fdevent_select.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_solaris_devpoll.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_solaris_port.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
first.h [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722) 7 years ago
http-header-glue.c [autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757) 7 years ago
http_auth.c [mod_auth] structured data, register auth schemes 7 years ago
http_auth.h [mod_auth] HTTP Basic auth backends also do authz (#1817) 7 years ago
http_chunk.c [core] option to stream response body to client (fixes #949, #760, #1283, #1387) 7 years ago
http_chunk.h [core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #933, fixes #1387, #1283, fixes #2083) 7 years ago
inet_ntop_cache.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
inet_ntop_cache.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
joblist.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
joblist.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
keyvalue.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
keyvalue.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
lemon.c [lemon] standalone; remove #include "first.h" 7 years ago
lempar.c fix errors detected by Coverity Scan 7 years ago
lighttpd-angel.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
log.c fix errors detected by Coverity Scan 7 years ago
log.h [autobuild] clock_gettime() -lrt with glibc < 2.17 7 years ago
md5.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
md5.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_access.c [mod_access] new directive url.access-allow (fixes #1421) 7 years ago
mod_accesslog.c [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133) 7 years ago
mod_alias.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_auth.c [core] remove srv->entropy[] 7 years ago
mod_authn_file.c [build] compile fixes for AIX 7 years ago
mod_authn_gssapi.c [mod_authn_gssapi] fix missing error ret, coverity 7 years ago
mod_authn_ldap.c [autobuild] rm module stub code for missing deps 7 years ago
mod_authn_mysql.c [build] compile fixes for AIX 7 years ago
mod_cgi.c [mod_cgi] fall back to pipe() if pipe2() fails 7 years ago
mod_cml.c remove #include "stream.h" where not used 7 years ago
mod_cml.h remove #include "stream.h" where not used 7 years ago
mod_cml_funcs.c [mod_cml] include lua headers before base.h 7 years ago
mod_cml_funcs.h [autobuild] rm module stub code for missing deps 7 years ago
mod_cml_lua.c [mod_cml] include lua headers before base.h 7 years ago
mod_compress.c [mod_deflate] skip deflate if loadavg too high (fixes #1505) 7 years ago
mod_deflate.c [mod_deflate] skip deflate if loadavg too high (fixes #1505) 7 years ago
mod_dirlisting.c [mod_dirlisting] render dirlisting as HTML (fixes #2767) 7 years ago
mod_evasive.c [mod_evasive] 302 redirect option if limit reached (fixes #2199) 7 years ago
mod_evhost.c [mod_evhost] fix an incorrect error trace 7 years ago
mod_expire.c [mod_expire] expire by mimetype (fixes #423) 7 years ago
mod_extforward.c [mod_extforward] fix crash on invalid IP (fixes #2766) 7 years ago
mod_fastcgi.c [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
mod_flv_streaming.c http_response_backend_error() 7 years ago
mod_geoip.c [autobuild] rm module stub code for missing deps 7 years ago
mod_indexfile.c [mod_indexfile] save physical path to env (fixes #448, #892) 7 years ago
mod_magnet.c [mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763) 7 years ago
mod_magnet_cache.c [autobuild] rm module stub code for missing deps 7 years ago
mod_magnet_cache.h [autobuild] rm module stub code for missing deps 7 years ago
mod_mysql_vhost.c [autobuild] rm module stub code for missing deps 7 years ago
mod_proxy.c [mod_proxy] proxy.replace-http-host enable/disable 7 years ago
mod_redirect.c [mod_redirect,mod-rewrite] short-circuit if blank replacement (fixes #2085) 7 years ago
mod_rewrite.c [mod_rewrite] add more info in error log msg 7 years ago
mod_rrdtool.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_scgi.c [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
mod_secdownload.c [mod_secdownload] warn if SHA used w/o SSL crypto 7 years ago
mod_setenv.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_simple_vhost.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_skeleton.c minor: spelling changes in some comments/messages 7 years ago
mod_ssi.c [mod_ssi] implement, ignore <!--#comment ... --> 7 years ago
mod_ssi.h [mod_ssi] basic recursive SSI include virtual (fixes #536) 7 years ago
mod_ssi_expr.c [mod_ssi] produce content in subrequest hook 7 years ago
mod_ssi_expr.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_ssi_exprparser.y consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_staticfile.c [core] http_response_send_file() shared code (#2017) 7 years ago
mod_status.c [mod_status] show keep-alive status w/ text output (fixes #2740) 7 years ago
mod_trigger_b4_dl.c [autobuild] rm module stub code for missing deps 7 years ago
mod_uploadprogress.c [mod_uploadprogress] add to default build 7 years ago
mod_userdir.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_usertrack.c [core] remove srv->entropy[] 7 years ago
mod_webdav.c remove #include "stream.h" where not used 7 years ago
network.c [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op 7 years ago
network.h [core] disable Nagle algorithm (TCP_NODELAY) 7 years ago
network_backends.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
network_darwin_sendfile.c [core] fallback to write if sendfile not supported (fixes #471, #987) 7 years ago
network_freebsd_sendfile.c [core] fallback to write if sendfile not supported (fixes #471, #987) 7 years ago
network_linux_sendfile.c [core] fallback to write if sendfile not supported (fixes #471, #987) 7 years ago
network_openssl.c [TLS] better handling of SSL_ERROR_WANT_READ/WRITE 7 years ago
network_solaris_sendfilev.c [core] fallback to write if sendfile not supported (fixes #471, #987) 7 years ago
network_write.c [cygwin] minor: fix compiler warning 7 years ago
network_write_mmap.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
network_write_no_mmap.c [core] network_open_file_chunk() temp file opt 7 years ago
network_writev.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
plugin.c backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753) 7 years ago
plugin.h backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753) 7 years ago
proc_open.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
proc_open.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
rand.c [core] defer li_rand_init() until first use 7 years ago
rand.h [core] rename li_rand() to li_rand_pseudo_bytes() 7 years ago
request.c [core] support Transfer-Encoding: chunked req body (fixes #2156) 7 years ago
request.h [config] opts for http header parsing strictness (fixes #551, fixes #1086, fixes #1184, fixes #2143, #2258, #2281, fixes #946, fixes #1330, fixes #602, #1016) 7 years ago
response.c [autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757) 7 years ago
response.h [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511) 7 years ago
safe_memclear.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
safe_memclear.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
server.c [core] remove srv->entropy[] 7 years ago
server.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
settings.h consistent inclusion of config.h at top of files (fixes #2073) 7 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 remove unused sys-mmap.h from stat_cache.c 7 years ago
stat_cache.h [core] open fd when appending file to cq (fixes #2655) 7 years ago
status_counter.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
status_counter.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
stream.c [config] support include file glob (fixes #1221) 7 years ago
stream.h [config] support include file glob (fixes #1221) 7 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 [autobuild] remove mod_authn_gssapi dep on resolv 7 years ago
test_base64.c [unittests] add test_buffer and test_base64 unit tests 7 years ago
test_buffer.c [unittests] add test_buffer and test_base64 unit tests 7 years ago
test_configfile.c fix errors detected by Coverity Scan 7 years ago
vector.c [core] add generic vector implementation 7 years ago
vector.h [core] add generic vector implementation 7 years ago
version.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago