..
CMakeLists.txt
[mod_authn_sasl] SASL auth (new) ( fixes #2275 )
2017-11-05 20:11:07 -05:00
Makefile.am
[mod_authn_sasl] SASL auth (new) ( fixes #2275 )
2017-11-05 20:11:07 -05:00
SConscript
[scons] fix various python2/3 incompatibilities
2017-11-08 00:02:54 -05:00
algo_sha1.c
[algo_sha1] fix compile break and warnings
2017-10-02 01:52:43 -04:00
algo_sha1.h
[algo_sha1] fix compile break and warnings
2017-10-02 01:52:43 -04:00
array.c
[core] pass array_get_element_klen() const array *
2018-02-02 06:22:33 -05:00
array.h
[core] pass array_get_element_klen() const array *
2018-02-02 06:22:33 -05:00
base.h
[core] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
base64.c
[core] fix base64 decode when char is unsigned ( fixes #2848 )
2017-12-21 17:41:17 -05:00
base64.h
consistent inclusion of config.h at top of files ( fixes #2073 )
2016-03-19 15:14:35 +00:00
base_decls.h
[core] base_decls.h to quiet compiler warnings
2017-07-30 23:45:01 -04:00
buffer.c
[core] attempt to quiet coverity false positives
2017-08-12 21:43:04 -04:00
buffer.h
[core] buffer_substr_replace()
2017-04-24 02:38:30 -04:00
chunk.c
[core] fix segfault if tempdirs fill up ( fixes #2843 )
2017-11-26 17:03:07 -05:00
chunk.h
[core] inline chunkqueue_is_empty()
2017-10-09 02:45:12 -04:00
config.h.cmake
[mod_authn_ldap] replace use of deprecated funcs
2017-11-05 18:50:25 -05:00
configfile-glue.c
[core] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
configfile.c
[core] isolate backend fdevent handler defs
2017-11-03 23:02:08 -04:00
configfile.h
[core] replace array weakref with vector
2016-03-19 15:27:38 +00:00
configparser.y
[core] adjust parser for valid variable expansion
2017-10-20 23:04:53 -04:00
connections-glue.c
[core] fix 32-bit compile POST w/ chunked request body ( #2854 )
2018-01-19 22:35:17 -05:00
connections.c
[core] fdevent_accept_listenfd() nonblock cloexec
2018-03-25 00:59:48 -04: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] perf: skip redundant strlen() if len known
2017-05-15 22:02:33 -04: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
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
etag.c
[core] reduce exposure of unistd.h, other includes
2017-07-15 22:42:15 -04:00
etag.h
[core] reduce exposure of unistd.h, other includes
2017-07-15 22:42:15 -04:00
fastcgi.h
- white space cleanup part 2 this time 1.4 ;)
2006-10-04 13:26:23 +00:00
fdevent.c
[core] fdevent_accept_listenfd() nonblock cloexec
2018-03-25 00:59:48 -04:00
fdevent.h
[core] fix rare race condition from backends ( fixes #2878 )
2018-03-18 19:01:32 -04:00
fdevent_freebsd_kqueue.c
[core] support POLLRDHUP, where available ( #2743 )
2017-11-19 12:01:09 -05:00
fdevent_impl.h
[core] fix dup typedef compiler warning
2017-11-07 08:52:55 -05:00
fdevent_libev.c
[core] isolate backend fdevent handler defs
2017-11-03 23:02:08 -04:00
fdevent_linux_sysepoll.c
[core] support POLLRDHUP, where available ( #2743 )
2017-11-19 12:01:09 -05:00
fdevent_poll.c
[core] support POLLRDHUP, where available ( #2743 )
2017-11-19 12:01:09 -05:00
fdevent_select.c
[core] isolate backend fdevent handler defs
2017-11-03 23:02:08 -04:00
fdevent_solaris_devpoll.c
[core] isolate backend fdevent handler defs
2017-11-03 23:02:08 -04:00
fdevent_solaris_port.c
[core] add include sys/poll.h on Solaris ( fixes #2859 )
2018-01-22 19:54:15 -05:00
first.h
[core] define __STDC_WANT_LIB_EXT1__ ( fixes #2722 )
2016-04-13 03:54:04 -04:00
gw_backend.c
[core] fix rare race condition from backends ( fixes #2878 )
2018-03-18 19:01:32 -04:00
gw_backend.h
[core] SIGCHLD handle_waitpid hook for modules
2017-09-10 16:24:34 -04:00
http-header-glue.c
[core] fix rare race condition from backends ( fixes #2878 )
2018-03-18 19:01:32 -04:00
http_auth.c
[mod_auth] constant time compare plain passwords
2018-03-11 00:28:56 -05:00
http_auth.h
[mod_auth] constant time compare plain passwords
2018-03-11 00:28:56 -05:00
http_chunk.c
[core] include "fdevent.h" where needed
2017-03-28 02:17:33 -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
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
inet_ntop_cache.h
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
joblist.c
[core] reduce exposure of unistd.h, other includes
2017-07-15 22:42:15 -04: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] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
keyvalue.h
[core] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
lemon.c
[meson] new build system
2017-10-28 22:54:45 -04:00
lempar.c
fix errors detected by Coverity Scan
2016-06-23 03:57:19 -04:00
lighttpd-angel.c
[core] attempt to quiet coverity false positives
2017-08-12 21:43:04 -04:00
log.c
[core] reduce exposure of unistd.h, other includes
2017-07-15 22:42:15 -04:00
log.h
[core] base_decls.h to quiet compiler warnings
2017-07-30 23:45:01 -04:00
md5.c
[TLS] mark code that uses -lcrypto but not -lssl
2017-01-14 01:06:16 -05:00
md5.h
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
meson.build
[mod_authn_sasl] SASL auth (new) ( fixes #2275 )
2017-11-05 20:11:07 -05:00
mod_access.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_accesslog.c
[mod_accesslog] %{canonical,local,remote}p ( fixes #2840 )
2017-11-17 22:19:40 -05:00
mod_alias.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_auth.c
[mod_auth] check that digest realm matches config
2018-03-11 00:31:12 -05:00
mod_authn_file.c
[mod_auth] constant time compare plain passwords
2018-03-11 00:28:56 -05:00
mod_authn_gssapi.c
[core] attempt to quiet coverity false positives
2017-08-12 15:39:12 -04:00
mod_authn_ldap.c
[mod_authn_ldap] auth with ldap referrals ( fixes #2846 )
2018-01-07 12:50:30 -05:00
mod_authn_mysql.c
[core] add missing #include
2017-07-30 23:28:07 -04:00
mod_authn_sasl.c
[mod_authn_sasl] SASL auth (new) ( fixes #2275 )
2017-11-05 20:11:07 -05:00
mod_cgi.c
[core] fix rare race condition from backends ( fixes #2878 )
2018-03-18 19:01:32 -04:00
mod_cml.c
[core] reduce exposure of unistd.h, other includes
2017-07-15 22:42:15 -04:00
mod_cml.h
remove #include "stream.h" where not used
2016-12-05 17:43:59 -05:00
mod_cml_funcs.c
[core] reduce exposure of unistd.h, other includes
2017-07-15 22:42:15 -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
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_compress.c
[core] increase stat_cache abstraction
2018-02-02 23:28:38 -05:00
mod_deflate.c
[mod_compress,mod_deflate] try mmap MAP_PRIVATE
2017-12-09 20:22:29 -05:00
mod_dirlisting.c
[mod_dirlisting] custom js date parse func ( fixes #2823 )
2017-10-14 16:21:46 -04:00
mod_evasive.c
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
mod_evhost.c
[core] perf: skip redundant strlen() if len known
2017-05-15 22:02:33 -04:00
mod_expire.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_extforward.c
[mod_extforward] allow explict IPs to be untrusted ( #2860 )
2018-03-13 00:08:10 -04:00
mod_fastcgi.c
[core] fix rare race condition from backends ( fixes #2878 )
2018-03-18 19:01:32 -04:00
mod_flv_streaming.c
[core] remove unused includes of stat_cache.h
2017-07-15 22:42:15 -04:00
mod_geoip.c
[mod_geoip] call from handle_request_env hook
2017-01-31 14:36:14 -05:00
mod_indexfile.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_magnet.c
[mod_magnet] fix regression in lighty.stat ( fixes #2877 )
2018-03-17 11:57:50 -04:00
mod_magnet_cache.c
[core] increase stat_cache abstraction
2018-02-02 23:28:38 -05: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
[core] rename fd_close_on_exec()
2017-07-15 22:42:15 -04:00
mod_openssl.c
[mod_openssl] elliptic curve auto selection ( fixes #2833 )
2018-01-06 20:15:09 -05:00
mod_proxy.c
[mod_proxy] fix segfault in Set-Cookie reverse map ( fixes #2879 )
2018-03-22 00:25:06 -04:00
mod_redirect.c
[core] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
mod_rewrite.c
[core] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
mod_rrdtool.c
[mod_rrdtool] handle_trigger returns HANDLER_GO_ON
2017-09-10 16:29:08 -04:00
mod_scgi.c
[core] SIGCHLD handle_waitpid hook for modules
2017-09-10 16:24:34 -04:00
mod_secdownload.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_setenv.c
[config] more specific checks for array lists
2017-03-08 11:42:59 -05:00
mod_simple_vhost.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_skeleton.c
[core] calloc plugin_config for consistent init
2017-04-30 20:38:03 -04:00
mod_ssi.c
[mod_webdav] PROPFIND getetag attr must match GET
2017-07-23 19:02:31 -04: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
[core] perf: skip redundant strlen() if len known
2017-05-15 22:02:33 -04: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
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
mod_staticfile.c
[core] remove unused includes of stat_cache.h
2017-07-15 22:42:15 -04:00
mod_status.c
[core] isolate backend fdevent handler defs
2017-11-03 23:02:08 -04:00
mod_trigger_b4_dl.c
[core] rename fd_close_on_exec()
2017-07-15 22:42:15 -04:00
mod_uploadprogress.c
[core] remove unused includes of stat_cache.h
2017-07-15 22:42:15 -04:00
mod_userdir.c
[config] more specific checks for array lists
2017-03-08 11:42:59 -05:00
mod_usertrack.c
[core] adjust li_rand_pseudo* interfaces
2017-09-20 22:48:35 -04: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
[core] rename fd_close_on_exec()
2017-07-15 22:42:15 -04:00
mod_vhostdb_ldap.c
[mod_authn_ldap] auth with ldap referrals ( fixes #2846 )
2018-01-07 12:50:30 -05:00
mod_vhostdb_mysql.c
[core] rename fd_close_on_exec()
2017-07-15 22:42:15 -04:00
mod_vhostdb_pgsql.c
[config] more specific checks for array lists
2017-03-08 11:42:59 -05:00
mod_webdav.c
[core] open additional fds O_CLOEXEC
2018-02-03 13:45:14 -05:00
mod_wstunnel.c
[mod_wstunnel] fix for frames larger than 64k ( fixes #2858 )
2018-01-19 22:20:35 -05:00
network.c
[core] consolidate backend network write handlers
2017-11-02 00:41:53 -04:00
network.h
[core] /dev/stdin listener for inetd wait yes
2017-10-09 02:44:30 -04:00
network_write.c
[core] consolidate backend network write handlers
2017-11-02 00:41:53 -04:00
network_write.h
[core] consolidate backend network write handlers
2017-11-02 00:41:53 -04:00
plugin.c
[core] SIGCHLD handle_waitpid hook for modules
2017-09-10 16:24:34 -04:00
plugin.h
[core] merge redirect/rewrite pattern substitution
2018-01-10 01:39:05 -05:00
proc_open.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04: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
[core] adjust li_rand_pseudo* interfaces
2017-09-20 22:48:35 -04:00
rand.h
[core] adjust li_rand_pseudo* interfaces
2017-09-20 22:48:35 -04:00
request.c
[core] fix CONNECT w strict header parsing enabled
2018-02-26 00:44:14 -05:00
request.h
[core] remove unused func
2018-01-19 22:13:58 -05:00
response.c
[core] fix path-info calculation in git master ( fixes #2861 )
2018-02-02 06:10:24 -05:00
response.h
[core] shared code for socket backends
2017-07-23 19:02:00 -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] warn if mod_indexfile after dynamic handler
2018-01-01 07:32:52 -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
[core] inet_ntop_cache now 4-element cache
2017-04-15 03:42:28 -04:00
sock_addr.c
[core] quiet coverity false positive
2017-11-03 23:51:37 -04:00
sock_addr.h
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04: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
[core] fix incorrect hash algorithm impl
2018-03-11 12:18:41 -04:00
stat_cache.h
[core] increase stat_cache abstraction
2018-02-02 23:28:38 -05:00
status_counter.c
[mod_fastcgi] slightly simplify counters
2017-07-15 22:42:15 -04:00
status_counter.h
[core] base_decls.h to quiet compiler warnings
2017-07-30 23:45:01 -04:00
stream.c
[core] remove some unused header includes
2017-03-28 02:17:33 -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
[core] isolate sock_addr manipulation
2017-10-29 01:23:19 -04:00
sys-strings.h
[core] sys-strings.h abstraction for strings.h
2017-04-24 10:14:17 -04:00
test_base64.c
[unittests] consolidate base64 test code
2017-10-03 22:21:53 -04:00
test_buffer.c
[core] remove some unused header includes
2017-03-28 02:17:33 -04:00
test_configfile.c
[core] quiet coverity false positive
2017-11-03 23:51:37 -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