..
CMakeLists.txt
[mod_geoip] add to default build ( fixes #2705 , fixes #2101 , fixes #2092 , fixes #2025 , fixes #1962 , fixes #1938 )
2016-09-13 02:49:00 -04:00
Makefile.am
[mod_geoip] add to default build ( fixes #2705 , fixes #2101 , fixes #2092 , fixes #2025 , fixes #1962 , fixes #1938 )
2016-09-13 02:49:00 -04:00
SConscript
[mod_geoip] add to default build ( fixes #2705 , fixes #2101 , fixes #2092 , fixes #2025 , fixes #1962 , fixes #1938 )
2016-09-13 02:49:00 -04:00
array.c
fix some warnings reported by cppcheck
2016-07-17 16:13:31 -04:00
array.h
[core] replace array weakref with vector
2016-03-19 15:27:38 +00:00
base.h
[core] better DragonFlyBSD support ( fixes #2746 )
2016-08-20 14:19:10 -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
[security] encode quoting chars in HTML and XML
2016-07-30 04:11:21 -04:00
buffer.h
use li_[iu]tostrn() instead of li_[iu]tostr()
2016-04-01 17:38:26 +00:00
chunk.c
[core] set chunkqueue tempdirs at startup
2016-07-28 03:57:52 -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] fix s6_addr type-punned compiler warning
2016-07-02 14:26:51 -04:00
configfile.c
[mod_auth] mod_authn_mysql.c MySQL auth backend ( fixes #752 , fixes #1845 )
2016-09-11 10:59:05 -04:00
configfile.h
[core] replace array weakref with vector
2016-03-19 15:27:38 +00:00
configparser.y
[core] $HTTP["remoteip"] must handle IPv6 w/o []
2016-07-21 01:42:35 -04:00
connections-glue.c
[TLS] read all available records from SSL_read()
2016-07-27 06:00:44 -04:00
connections.c
[core] do not enter handler twice after read body
2016-08-07 07:35:47 -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] replace array weakref with vector
2016-03-19 15:27:38 +00:00
data_count.c
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00: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
fix mis-cast in unused code
2016-08-25 02:01:33 -04:00
fdevent.h
[core] fix crash if ready events on abandoned fd ( fixes #2748 )
2016-08-24 15:30:11 -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] fdevent_libev: workaround compiler warning
2016-07-13 16:06:58 -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
[cygwin] fix mod_proxy and mod_fastcgi ioctl use
2016-06-23 15:46:44 -04:00
http_auth.c
[mod_auth] http_auth_md5_hex2bin()
2016-09-09 22:28:01 -04:00
http_auth.h
[mod_auth] http_auth_md5_hex2bin()
2016-09-09 22:28:01 -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
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00: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
[autobuild] clock_gettime() -lrt with glibc < 2.17
2016-07-18 23:24:42 -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
[autobuild] clock_gettime() -lrt with glibc < 2.17
2016-07-18 23:24:42 -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
[mod_auth] extensible interface for auth backends
2016-08-20 13:42:08 -04:00
mod_authn_file.c
[mod_auth] http_auth_md5_hex2bin()
2016-09-09 22:28:01 -04:00
mod_authn_ldap.c
[mod_auth] extensible interface for auth backends
2016-08-20 13:42:08 -04:00
mod_authn_mysql.c
[mod_auth] mod_authn_mysql.c MySQL auth backend ( fixes #752 , fixes #1845 )
2016-09-11 10:59:05 -04:00
mod_cgi.c
[mod_cgi] permit CGI exec of unreadable files ( fixes #2374 )
2016-09-11 11:44:02 -04: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
pass buf size to li_tohex()
2016-04-01 16:54:46 +00:00
mod_cml_funcs.h
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_cml_lua.c
[mod_ssi, mod_cml] set DOCUMENT_ROOT to basedir ( fixes #2383 )
2016-05-02 14:31:36 -04:00
mod_compress.c
check close() return code after writing to file
2016-05-10 22:33:44 -04:00
mod_dirlisting.c
[mod_dirlisting] js column sort for dirlist table ( fixes #613 , fixes #2315 )
2016-08-11 00:27:11 -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
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_expire.c
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_extforward.c
[mod_extforward] reset cond_cache for scheme ( fixes #1499 )
2016-04-13 00:17:46 -04:00
mod_fastcgi.c
[mod_fastcgi] allow authorizer, responder for same path/ext ( #321 )
2016-09-19 20:12:28 -04:00
mod_flv_streaming.c
http_response_backend_error()
2016-06-19 23:34:16 -04:00
mod_geoip.c
[mod_geoip] add to default build ( fixes #2705 , fixes #2101 , fixes #2092 , fixes #2025 , fixes #1962 , fixes #1938 )
2016-09-13 02:49:00 -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
do not set REDIRECT_URI in mod_magnet, mod_rewrite ( #2738 )
2016-07-23 01:35:13 -04:00
mod_magnet_cache.c
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_magnet_cache.h
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_mysql_vhost.c
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
mod_proxy.c
dynamic handlers store debug flag in handler_ctx
2016-09-19 20:02:02 -04: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
do not set REDIRECT_URI in mod_magnet, mod_rewrite ( #2738 )
2016-07-23 01:35:13 -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
dynamic handlers store debug flag in handler_ctx
2016-09-19 20:02:02 -04: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
[security] do not emit HTTP_PROXY to CGI env
2016-07-19 01:22:33 -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
minor: spelling changes in some comments/messages
2016-07-18 23:26:38 -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
remove long-deprecated, non-functional config opts
2016-07-16 16:11:51 -04:00
mod_webdav.c
[mod_webdav] fix proppatch mem leak, other fixes (#fixes 1334, #fixes 2000)
2016-07-05 23:22:41 -04:00
network.c
[core] better DragonFlyBSD support ( fixes #2746 )
2016-08-20 14:19:10 -04: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
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00: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
fix error handling for portability (NetBSD)
2016-06-29 08:20:12 -04:00
plugin.h
remove handle_joblist hook
2016-04-18 06:19:03 -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
request.c
[core] permit IPv6 address scope identifier
2016-07-25 01:01:10 -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
[core] make server.max-request-size scopeable ( fixes #1901 )
2016-07-09 11:01:13 -04:00
response.h
http_response_backend_error()
2016-06-19 23:34:16 -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
[core] fix crash if ready events on abandoned fd ( fixes #2748 )
2016-08-24 15:30:11 -04: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
[security] disable stat_cache if !follow-symlink ( fixes #2724 )
2016-07-30 02:10:44 -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-mmap.h
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
sys-socket.h
[core] #include <sys/filio.h> for FIONREAD ( fixes #2726 )
2016-07-18 04:40:57 -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