.. |
CMakeLists.txt
|
[build] build network_*.c into lighttpd executable
|
2016-12-05 02:40:12 -05:00 |
Makefile.am
|
[build] build network_*.c into lighttpd executable
|
2016-12-05 02:40:12 -05:00 |
SConscript
|
[build] build network_*.c into lighttpd executable
|
2016-12-05 02:40:12 -05:00 |
array.c
|
remove unused array type TYPE_COUNT data_count
|
2016-09-22 19:54:57 -04:00 |
array.h
|
[core] optional condition in config "else" clause (fixes #1268)
|
2016-10-09 08:06:41 -04:00 |
base.h
|
[mod_deflate] skip deflate if loadavg too high (fixes #1505)
|
2016-10-19 16:38:47 -04:00 |
base64.c
|
[base64] fix another crash due to broken force_assert conditions
|
2016-03-25 16:58:14 +00:00 |
base64.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
buffer.c
|
silence warnings from clang ccc-analyzer
|
2016-10-09 19:19:37 -04:00 |
buffer.h
|
use li_[iu]tostrn() instead of li_[iu]tostr()
|
2016-04-01 17:38:26 +00:00 |
chunk.c
|
[core] check fcntl O_APPEND succeeds w/ mkstemp()
|
2016-10-29 10:32:41 -04:00 |
chunk.h
|
[core] set chunkqueue tempdirs at startup
|
2016-07-28 03:57:52 -04:00 |
config.h.cmake
|
[cmake] always define _GNU_SOURCE
|
2016-07-30 14:20:52 +02:00 |
configfile-glue.c
|
[core] optional condition in config "else" clause (fixes #1268)
|
2016-10-09 08:06:41 -04:00 |
configfile.c
|
[config] warn if mod_authn_ldap,mysql not listed
|
2016-11-24 09:36:09 -05:00 |
configfile.h
|
[core] replace array weakref with vector
|
2016-03-19 15:27:38 +00:00 |
configparser.y
|
[core] restrict where config "else" clauses occur (#1268)
|
2016-10-09 09:20:37 -04:00 |
connections-glue.c
|
fix errors detected by Coverity Scan
|
2016-09-23 09:09:57 -04:00 |
connections.c
|
[core] use paccept() on NetBSD (replace accept4())
|
2016-10-17 19:07:37 -04:00 |
connections.h
|
[mod_cgi] handle local redirect response (fixes #2108)
|
2016-07-14 16:31:08 -04:00 |
crc32.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
crc32.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
data_array.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
data_config.c
|
[core] optional condition in config "else" clause (fixes #1268)
|
2016-10-09 08:06:41 -04:00 |
data_fastcgi.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
data_integer.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
data_string.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
etag.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
etag.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
fastcgi.h
|
- white space cleanup part 2 this time 1.4 ;)
|
2006-10-04 13:26:23 +00:00 |
fdevent.c
|
performance: use Linux extended syscalls and flags
|
2016-09-24 02:23:49 -04:00 |
fdevent.h
|
performance: use Linux extended syscalls and flags
|
2016-09-24 02:23:49 -04:00 |
fdevent_freebsd_kqueue.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
fdevent_libev.c
|
[core] fix fd leak when using libev (fixes #2761)
|
2016-10-29 09:13:49 -04:00 |
fdevent_linux_sysepoll.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
fdevent_poll.c
|
fix error handling for portability (NetBSD)
|
2016-06-29 08:20:12 -04:00 |
fdevent_select.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
fdevent_solaris_devpoll.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
fdevent_solaris_port.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
first.h
|
[core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
|
2016-04-13 03:54:04 -04:00 |
http-header-glue.c
|
[autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757)
|
2016-10-17 14:25:40 -04:00 |
http_auth.c
|
[mod_auth] structured data, register auth schemes
|
2016-09-22 19:54:57 -04:00 |
http_auth.h
|
[mod_auth] HTTP Basic auth backends also do authz (#1817)
|
2016-09-28 06:36:38 -04:00 |
http_chunk.c
|
[core] option to stream response body to client (fixes #949, #760, #1283, #1387)
|
2016-06-19 23:34:16 -04:00 |
http_chunk.h
|
[core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #933, fixes #1387, #1283, fixes #2083)
|
2016-06-12 02:51:10 -04:00 |
inet_ntop_cache.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
inet_ntop_cache.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
joblist.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
joblist.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
keyvalue.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
keyvalue.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
lemon.c
|
[lemon] standalone; remove #include "first.h"
|
2016-10-20 16:57:45 -04:00 |
lempar.c
|
fix errors detected by Coverity Scan
|
2016-06-23 03:57:19 -04:00 |
lighttpd-angel.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
log.c
|
fix errors detected by Coverity Scan
|
2016-09-23 09:09:57 -04:00 |
log.h
|
[autobuild] clock_gettime() -lrt with glibc < 2.17
|
2016-07-18 23:24:42 -04:00 |
md5.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
md5.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_access.c
|
[mod_access] new directive url.access-allow (fixes #1421)
|
2016-07-13 04:12:08 -04:00 |
mod_accesslog.c
|
[mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)
|
2016-10-19 16:37:22 -04:00 |
mod_alias.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_auth.c
|
silence warnings from clang ccc-analyzer
|
2016-10-16 01:34:40 -04:00 |
mod_authn_file.c
|
[mod_auth] compile fix for Mac OS X XCode (fixes #2772)
|
2016-11-25 04:40:32 -05:00 |
mod_authn_gssapi.c
|
[mod_authn_gssapi] better resource cleanup
|
2016-11-27 22:18:15 -05:00 |
mod_authn_ldap.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_authn_mysql.c
|
[mod_authn_mysql] close mysql_conn in cleanup
|
2016-11-28 15:00:22 -05:00 |
mod_cgi.c
|
[mod_cgi] remove direct calls to network_backend*
|
2016-12-05 02:40:12 -05:00 |
mod_cml.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_cml.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_cml_funcs.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_cml_funcs.h
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_cml_lua.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_compress.c
|
[mod_deflate] skip deflate if loadavg too high (fixes #1505)
|
2016-10-19 16:38:47 -04:00 |
mod_deflate.c
|
[mod_deflate] skip deflate if loadavg too high (fixes #1505)
|
2016-10-19 16:38:47 -04:00 |
mod_dirlisting.c
|
[mod_dirlisting] config header and readme files
|
2016-10-21 01:44:14 -04:00 |
mod_evasive.c
|
[mod_evasive] 302 redirect option if limit reached (fixes #2199)
|
2016-05-13 20:49:33 -04:00 |
mod_evhost.c
|
[mod_evhost] partial matching patterns (fixes #1194)
|
2016-10-20 13:55:32 -04:00 |
mod_expire.c
|
[mod_expire] expire by mimetype (fixes #423)
|
2016-10-20 10:48:06 -04:00 |
mod_extforward.c
|
[mod_extforward] fix crash on invalid IP (fixes #2766)
|
2016-11-24 09:36:09 -05:00 |
mod_fastcgi.c
|
[mod_fastcgi,mod_scgi] warn if invalid "bin-path"
|
2016-12-03 21:19:10 -05:00 |
mod_flv_streaming.c
|
http_response_backend_error()
|
2016-06-19 23:34:16 -04:00 |
mod_geoip.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_indexfile.c
|
[mod_indexfile] save physical path to env (fixes #448, #892)
|
2016-04-14 16:02:11 -04:00 |
mod_magnet.c
|
[mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)
|
2016-11-24 09:36:09 -05:00 |
mod_magnet_cache.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_magnet_cache.h
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_mysql_vhost.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_proxy.c
|
fix race in dynamic handler configs (reentrancy) (fixes #2774)
|
2016-11-28 12:39:37 -05:00 |
mod_redirect.c
|
[mod_redirect,mod-rewrite] short-circuit if blank replacement (fixes #2085)
|
2016-04-14 16:01:45 -04:00 |
mod_rewrite.c
|
[mod_rewrite] add more info in error log msg
|
2016-10-26 11:47:06 -04:00 |
mod_rrdtool.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_scgi.c
|
[mod_fastcgi,mod_scgi] warn if invalid "bin-path"
|
2016-12-03 21:19:10 -05:00 |
mod_secdownload.c
|
minor: quiet some compiler warnings
|
2016-05-21 15:41:20 -04:00 |
mod_setenv.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_simple_vhost.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_skeleton.c
|
minor: spelling changes in some comments/messages
|
2016-07-18 23:26:38 -04:00 |
mod_ssi.c
|
consistent, shared code to create CGI env
|
2016-10-10 13:37:36 -04:00 |
mod_ssi.h
|
[mod_ssi] more flexible quoting (fixes #1768)
|
2016-05-14 05:50:37 -04:00 |
mod_ssi_expr.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_ssi_expr.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_ssi_exprparser.y
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_staticfile.c
|
[core] http_response_send_file() shared code (#2017)
|
2016-04-25 15:41:46 -04:00 |
mod_status.c
|
[mod_status] show keep-alive status w/ text output (fixes #2740)
|
2016-07-21 11:19:06 -04:00 |
mod_trigger_b4_dl.c
|
[autobuild] rm module stub code for missing deps
|
2016-10-17 14:15:50 -04:00 |
mod_uploadprogress.c
|
[mod_uploadprogress] add to default build
|
2016-09-12 02:53:11 -04:00 |
mod_userdir.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
mod_usertrack.c
|
[core] rand.[ch] to use better RNGs when available
|
2016-10-15 23:28:09 -04:00 |
mod_webdav.c
|
[mod_webdav] compile fix when locking not enabled
|
2016-11-28 17:41:28 -05:00 |
network.c
|
openssl 1.1.0 init and cleanup
|
2016-12-05 02:40:12 -05:00 |
network.h
|
[core] disable Nagle algorithm (TCP_NODELAY)
|
2016-06-29 21:02:44 -04:00 |
network_backends.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
network_darwin_sendfile.c
|
[core] fallback to write if sendfile not supported (fixes #471, #987)
|
2016-04-28 13:14:39 -04:00 |
network_freebsd_sendfile.c
|
[core] fallback to write if sendfile not supported (fixes #471, #987)
|
2016-04-28 13:14:39 -04:00 |
network_linux_sendfile.c
|
[core] fallback to write if sendfile not supported (fixes #471, #987)
|
2016-04-28 13:14:39 -04:00 |
network_openssl.c
|
[TLS] better handling of SSL_ERROR_WANT_READ/WRITE
|
2016-07-27 02:24:53 -04:00 |
network_solaris_sendfilev.c
|
[core] fallback to write if sendfile not supported (fixes #471, #987)
|
2016-04-28 13:14:39 -04:00 |
network_write.c
|
[cygwin] minor: fix compiler warning
|
2016-07-02 02:17:39 -04:00 |
network_write_mmap.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
network_write_no_mmap.c
|
[core] network_open_file_chunk() temp file opt
|
2016-10-25 23:36:06 -04:00 |
network_writev.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
plugin.c
|
backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)
|
2016-09-22 13:36:04 -04:00 |
plugin.h
|
backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)
|
2016-09-22 13:36:04 -04:00 |
proc_open.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
proc_open.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
rand.c
|
RAND_pseudo_bytes() is deprecated in openssl 1.1.0
|
2016-12-05 02:40:12 -05:00 |
rand.h
|
[core] rand.[ch] to use better RNGs when available
|
2016-10-15 23:28:09 -04:00 |
request.c
|
fix errors detected by Coverity Scan
|
2016-09-23 09:09:57 -04:00 |
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)
|
2016-05-19 19:15:13 -04:00 |
response.c
|
[autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757)
|
2016-10-17 14:25:40 -04:00 |
response.h
|
[TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)
|
2016-10-11 05:24:39 -04:00 |
safe_memclear.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
safe_memclear.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
server.c
|
[doc] remove reference to Linux rt-signals
|
2016-12-05 02:55:22 -05:00 |
server.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
settings.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
splaytree.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
splaytree.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
stat_cache.c
|
remove unused sys-mmap.h from stat_cache.c
|
2016-09-22 13:36:31 -04:00 |
stat_cache.h
|
[core] open fd when appending file to cq (fixes #2655)
|
2016-04-18 04:27:08 -04:00 |
status_counter.c
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
status_counter.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
stream.c
|
[config] support include file glob (fixes #1221)
|
2016-05-13 20:49:31 -04:00 |
stream.h
|
[config] support include file glob (fixes #1221)
|
2016-05-13 20:49:31 -04:00 |
sys-endian.h
|
DragonFlyBSD defines __DragonFly__ (#2746)
|
2016-10-04 05:03:15 -04:00 |
sys-mmap.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |
sys-socket.h
|
[autobuild] remove mod_authn_gssapi dep on resolv
|
2016-10-16 08:56:30 -04:00 |
test_base64.c
|
[unittests] add test_buffer and test_base64 unit tests
|
2016-03-25 16:58:12 +00:00 |
test_buffer.c
|
[unittests] add test_buffer and test_base64 unit tests
|
2016-03-25 16:58:12 +00:00 |
test_configfile.c
|
fix errors detected by Coverity Scan
|
2016-06-21 03:53:50 -04:00 |
vector.c
|
[core] add generic vector implementation
|
2016-03-19 15:27:36 +00:00 |
vector.h
|
[core] add generic vector implementation
|
2016-03-19 15:27:36 +00:00 |
version.h
|
consistent inclusion of config.h at top of files (fixes #2073)
|
2016-03-19 15:14:35 +00:00 |