..
CMakeLists.txt
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
Makefile.am
[core] move version.h logic into server.c
2017-02-12 00:55:44 -05:00
SConscript
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
array.c
remove unused array type TYPE_COUNT data_count
2016-09-22 19:54:57 -04:00
array.h
[core] config match w/ arbitrary HTTP request hdrs ( fixes #1556 )
2017-01-31 14:36:16 -05:00
base.h
[core] config opt to intercept dynamic handler err ( fixes #974 )
2017-02-11 14:59:15 -05: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] initialize globals at top of main()
2017-01-31 14:40:05 -05:00
chunk.h
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05:00
config.h.cmake
[cmake] always define _GNU_SOURCE
2016-07-30 14:20:52 +02:00
configfile-glue.c
[core] config match w/ arbitrary HTTP request hdrs ( fixes #1556 )
2017-01-31 14:36:16 -05:00
configfile.c
[core] set default server_tag in server.c
2017-02-12 00:26:12 -05:00
configfile.h
[core] replace array weakref with vector
2016-03-19 15:27:38 +00:00
configparser.y
[core] config match w/ arbitrary HTTP request hdrs ( fixes #1556 )
2017-01-31 14:36:16 -05:00
connections-glue.c
[core] support Expect: 100-continue with HTTP/1.1 ( fixes #377 , #1017 , #1953 , #2438 )
2017-01-31 14:36:15 -05:00
connections.c
[core] config opt to intercept dynamic handler err ( fixes #974 )
2017-02-11 14:59:15 -05:00
connections.h
[core] move con throttling to connections-glue.c
2017-01-31 14:36:15 -05: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] config match w/ arbitrary HTTP request hdrs ( fixes #1556 )
2017-01-31 14:36:16 -05: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
[core] issue trace if max-fds too large ( fixes #2789 )
2017-02-13 14:24:53 -05:00
fdevent.h
performance: use Linux extended syscalls and flags
2016-09-24 02:23:49 -04:00
fdevent_freebsd_kqueue.c
[core] use kqueue in level-triggered mode ( fixes #2788 )
2017-02-11 11:06:36 -05:00
fdevent_libev.c
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05: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
[core] do not emit req/response hdrs w/ blank val
2017-01-31 14:36:15 -05:00
http_auth.c
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05:00
http_auth.h
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05: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
http_vhostdb.c
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05:00
http_vhostdb.h
[core] initialize globals at top of main()
2017-01-31 14:40:05 -05: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
[core] add label for 308 Permanent Redirect
2017-01-31 14:40:05 -05: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
[doc] SIGUSR1 doc and lighttpd-angel SIGUSR1
2017-01-31 14:40:05 -05:00
log.c
[core] include lighttpd vers in server started msg
2017-02-12 00:29:05 -05:00
log.h
[autobuild] clock_gettime() -lrt with glibc < 2.17
2016-07-18 23:24:42 -04:00
md5.c
[TLS] mark code that uses -lcrypto but not -lssl
2017-01-14 01:06:16 -05: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
[mod_auth] support LDAP groups for HTTP auth ( fixes #1817 )
2017-01-31 14:36:15 -05:00
mod_authn_file.c
[TLS] mark code that uses -lcrypto but not -lssl
2017-01-14 01:06:16 -05:00
mod_authn_gssapi.c
[mod_authn_gssapi] fix missing error ret, coverity
2016-12-05 03:20:42 -05:00
mod_authn_ldap.c
[mod_auth] have LDAP template replace '?'
2017-01-31 14:36:15 -05:00
mod_authn_mysql.c
[mod_authn_mysql] fix minor memleak at shutdown
2017-01-31 14:40:05 -05:00
mod_cgi.c
[mod_cgi] fix CGI local-redir w/ url.rewrite-once ( fixes #2793 )
2017-02-25 12:41:20 -05:00
mod_cml.c
remove #include "stream.h" where not used
2016-12-05 17:43:59 -05:00
mod_cml.h
remove #include "stream.h" where not used
2016-12-05 17:43:59 -05:00
mod_cml_funcs.c
[mod_cml] include lua headers before base.h
2016-12-05 17:47:35 -05: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
[mod_cml] include lua headers before base.h
2016-12-05 17:47:35 -05: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
[core] handle if backend sends Transfer-Encoding ( #2786 )
2017-02-11 11:06:31 -05:00
mod_dirlisting.c
[mod_dirlisting] render dirlisting as HTML ( fixes #2767 )
2016-12-10 01:36:00 -05: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] fix an incorrect error trace
2016-12-19 02:50:46 -05: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] consolidate backend process accounting ( #2788 )
2017-02-25 12:41:21 -05:00
mod_flv_streaming.c
[mod_flv_streaming] add end pos param ( fixes #1887 )
2017-01-31 14:36:16 -05:00
mod_geoip.c
[mod_geoip] call from handle_request_env hook
2017-01-31 14:36:14 -05: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_openssl] move openssl code into mod_openssl
2017-01-14 01:06:16 -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
[mod_mysql_vhost] remove dev debug code
2017-01-14 01:06:16 -05:00
mod_openssl.c
[mod_openssl] inherit ssl.* from global scope
2017-02-02 08:48:29 -05:00
mod_proxy.c
[core] handle if backend sends Transfer-Encoding ( #2786 )
2017-02-11 11:06:31 -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
[mod_rrdtool] no error if loaded but no config
2017-01-31 14:40:05 -05:00
mod_scgi.c
[mod_fastcgi,mod_scgi] consolidate backend process accounting ( #2788 )
2017-02-25 12:41:21 -05:00
mod_secdownload.c
[mod_secdownload] new directives modify hash path ( fixes #646 , fixes #1904 )
2017-01-31 14:36:15 -05:00
mod_setenv.c
[mod_setenv] directives to overwrite/remove hdrs ( fixes #650 , fixes #2295 )
2017-01-31 14:36:15 -05: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
apply debian/patches/spelling.patch
2017-01-31 14:36:15 -05:00
mod_ssi.h
[mod_ssi] basic recursive SSI include virtual ( fixes #536 )
2016-12-11 02:40:58 -05:00
mod_ssi_expr.c
[mod_ssi] produce content in subrequest hook
2016-12-06 13:32:29 -05: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
remove redundant calls to end-of-request hooks
2017-01-14 01:06:16 -05: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] remove srv->entropy[]
2016-12-09 01:40:46 -05:00
mod_vhostdb.c
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
mod_vhostdb_dbi.c
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
mod_vhostdb_ldap.c
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
mod_vhostdb_mysql.c
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
mod_vhostdb_pgsql.c
mod_vhostdb* (dbi,mysql,pgsql,ldap) ( fixes #485 , fixes #1936 , fixes #2297 )
2017-01-31 14:36:15 -05:00
mod_webdav.c
[mod_webdav] fix crash when plugin_ctx cleaned up ( fixes #2780 )
2017-01-09 22:27:54 -05:00
network.c
[core] graceful restart with SIGUSR1 ( fixes #2785 )
2017-01-31 14:40:05 -05:00
network.h
[core] graceful restart with SIGUSR1 ( fixes #2785 )
2017-01-31 14:40:05 -05:00
network_backends.h
[mod_openssl] move openssl code into mod_openssl
2017-01-14 01:06:16 -05:00
network_darwin_sendfile.c
[core] move network_open_file_chunk() to chunk.c
2017-01-14 01:06:16 -05:00
network_freebsd_sendfile.c
[core] move network_open_file_chunk() to chunk.c
2017-01-14 01:06:16 -05:00
network_linux_sendfile.c
[core] move network_open_file_chunk() to chunk.c
2017-01-14 01:06:16 -05:00
network_solaris_sendfilev.c
[core] move network_open_file_chunk() to chunk.c
2017-01-14 01:06:16 -05:00
network_write.c
[cygwin] minor: fix compiler warning
2016-07-02 02:17:39 -04:00
network_write_mmap.c
[core] move network_open_file_chunk() to chunk.c
2017-01-14 01:06:16 -05:00
network_write_no_mmap.c
[core] move network_open_file_chunk() to chunk.c
2017-01-14 01:06:16 -05: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
[core] new plugin hooks to help isolate SSL
2017-01-14 01:06:16 -05:00
plugin.h
[core] new plugin hooks to help isolate SSL
2017-01-14 01:06:16 -05: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
[TLS] include <openssl/opensslv.h> in rand.c
2017-01-31 14:36:16 -05:00
rand.h
[core] rename li_rand() to li_rand_pseudo_bytes()
2016-12-05 14:22:25 -05:00
request.c
[core] support Expect: 100-continue with HTTP/1.1 ( fixes #377 , #1017 , #1953 , #2438 )
2017-01-31 14:36:15 -05: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] handle if backend sends Transfer-Encoding ( #2786 )
2017-02-11 11:06:31 -05:00
response.h
[mod_openssl] move openssl code into mod_openssl
2017-01-14 01:06:16 -05: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] move version.h logic into server.c
2017-02-12 00:55:44 -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