.. |
CMakeLists.txt
|
[core] fix compiler warnings on Mac OS X
|
2017-06-13 08:56:13 -04:00 |
Makefile.am
|
[mod_extforward] compile on OSX
|
2017-05-15 22:02:32 -04:00 |
SConscript
|
mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)
|
2017-01-31 14:36:15 -05:00 |
array.c
|
[core] perf: skip redundant strlen() if len known
|
2017-05-15 22:02:33 -04:00 |
array.h
|
[core] perf: skip redundant strlen() if len known
|
2017-05-15 22:02:33 -04:00 |
base.h
|
[core] server.socket-perms to set perms on unix (fixes #656)
|
2017-06-13 08:56:13 -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
|
[core] buffer_substr_replace()
|
2017-04-24 02:38:30 -04:00 |
buffer.h
|
[core] buffer_substr_replace()
|
2017-04-24 02:38:30 -04:00 |
chunk.c
|
[core] report file path when mkstemp() fails (fixes #2802)
|
2017-03-28 02:17:33 -04: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] get port from sock_addr if AF_INET,AF_INET6
|
2017-07-15 22:42:12 -04:00 |
configfile.c
|
[core] server.socket-perms to set perms on unix (fixes #656)
|
2017-06-13 08:56:13 -04:00 |
configfile.h
|
[core] replace array weakref with vector
|
2016-03-19 15:27:38 +00:00 |
configparser.y
|
[core] optional condition in config "else" clause (fixes #1268)
|
2017-05-15 22:02:33 -04:00 |
connections-glue.c
|
[core] act as transparent proxy after con Upgrade
|
2017-05-14 00:09:23 -04:00 |
connections.c
|
[core] act as transparent proxy after con Upgrade
|
2017-05-14 00:09:23 -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_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
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04: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] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -04:00 |
fdevent.h
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -04:00 |
fdevent_freebsd_kqueue.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
fdevent_libev.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
fdevent_linux_sysepoll.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
fdevent_poll.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
fdevent_select.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
fdevent_solaris_devpoll.c
|
[core] collect ioctl FIONREAD code
|
2017-03-28 02:17:33 -04:00 |
fdevent_solaris_port.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
first.h
|
[core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
|
2016-04-13 03:54:04 -04:00 |
http-header-glue.c
|
[core] server.error_handler_404 X-Sendfile ENOENT (#2474)
|
2017-07-15 22:42:15 -04: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] 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] get port from sock_addr if AF_INET,AF_INET6
|
2017-07-15 22:42:12 -04:00 |
inet_ntop_cache.h
|
[core] get port from sock_addr if AF_INET,AF_INET6
|
2017-07-15 22:42:12 -04:00 |
joblist.c
|
[core] remove unused member con->in_joblist
|
2017-03-15 13:16:13 -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] remove some unused header includes
|
2017-03-28 02:17:33 -04: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] mv log_error_{open,cycle.close} to server.c
|
2017-07-15 22:42:15 -04:00 |
log.h
|
[core] mv log_error_{open,cycle.close} to server.c
|
2017-07-15 22:42:15 -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 |
mod_access.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
mod_accesslog.c
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -04:00 |
mod_alias.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
mod_auth.c
|
[mod_auth] Digest nonce on system with time <=1978
|
2017-03-13 13:50:07 -04:00 |
mod_authn_file.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
mod_authn_gssapi.c
|
[core] report file path when mkstemp() fails (fixes #2802)
|
2017-03-28 02:17:33 -04:00 |
mod_authn_ldap.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
mod_authn_mysql.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
mod_cgi.c
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -04:00 |
mod_cml.c
|
[core] calloc plugin_config for consistent init
|
2017-04-30 20:38:03 -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] remove some unused header includes
|
2017-03-28 02:17:33 -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] sys-strings.h abstraction for strings.h
|
2017-04-24 10:14:17 -04:00 |
mod_deflate.c
|
[core] include "fdevent.h" where needed
|
2017-03-28 02:17:33 -04:00 |
mod_dirlisting.c
|
[mod_dirlisting] sort "../" to top of names
|
2017-05-20 14:33:56 -04:00 |
mod_evasive.c
|
[core] use con->dst_addr_buf instead of ip recalc
|
2017-03-28 02:17:33 -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] quiet clang compiler warning
|
2017-05-17 21:55:32 -04:00 |
mod_fastcgi.c
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -04:00 |
mod_flv_streaming.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -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
|
[core] perf: skip redundant strlen() if len known
|
2017-05-15 22:02:33 -04:00 |
mod_magnet_cache.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -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
|
[core] include "fdevent.h" where needed
|
2017-03-28 02:17:33 -04:00 |
mod_openssl.c
|
[mod_openssl] adjust use of ssl.ca-dn-file
|
2017-06-13 08:55:38 -04:00 |
mod_proxy.c
|
[mod_proxy] fix typo identified by coverity
|
2017-05-15 23:59:22 -04:00 |
mod_redirect.c
|
[config] more specific checks for array lists
|
2017-03-08 11:42:59 -05:00 |
mod_rewrite.c
|
[core] perf: skip redundant strlen() if len known
|
2017-05-15 22:02:33 -04:00 |
mod_rrdtool.c
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -04:00 |
mod_scgi.c
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -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
|
[core] consolidate fork()/execve() code (#1393)
|
2017-07-15 22:42:15 -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 some unused header includes
|
2017-03-28 02:17:33 -04:00 |
mod_status.c
|
[core] include "fdevent.h" where needed
|
2017-03-28 02:17:33 -04:00 |
mod_trigger_b4_dl.c
|
[core] include "fdevent.h" where needed
|
2017-03-28 02:17:33 -04:00 |
mod_uploadprogress.c
|
[mod_uploadprogress] handle query str progress ID (fixes #2808)
|
2017-05-07 14:34:32 -04:00 |
mod_userdir.c
|
[config] more specific checks for array lists
|
2017-03-08 11:42:59 -05:00 |
mod_usertrack.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -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] include "fdevent.h" where needed
|
2017-03-28 02:17:33 -04:00 |
mod_vhostdb_ldap.c
|
[config] more specific checks for array lists
|
2017-03-08 11:42:59 -05:00 |
mod_vhostdb_mysql.c
|
[core] include "fdevent.h" where needed
|
2017-03-28 02:17:33 -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] silence compiler warnings if !HAVE_FORK
|
2017-05-15 22:02:33 -04:00 |
network.c
|
[core] server.socket-perms to set perms on unix (fixes #656)
|
2017-06-13 08:56:13 -04: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] allow earlier plugin init for SSL/TLS
|
2017-05-21 21:31:05 -04:00 |
plugin.h
|
[core] allow earlier plugin init for SSL/TLS
|
2017-05-21 21:31:05 -04: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] fix compiler warnings on Mac OS X
|
2017-06-13 08:56:13 -04:00 |
rand.h
|
[core] rename li_rand() to li_rand_pseudo_bytes()
|
2016-12-05 14:22:25 -05:00 |
request.c
|
[core] perf: skip redundant strlen() if len known
|
2017-05-15 22:02:33 -04:00 |
request.h
|
[core] omit default port from normalized host str
|
2017-04-25 11:12:53 -04:00 |
response.c
|
[core] act as transparent proxy after con Upgrade
|
2017-05-14 00:09:23 -04:00 |
response.h
|
[core] act as transparent proxy after con Upgrade
|
2017-05-14 00:09:23 -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] mv log_error_{open,cycle.close} to server.c
|
2017-07-15 22:42:15 -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
|
[core] inet_ntop_cache now 4-element cache
|
2017-04-15 03:42:28 -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] silence compiler warnings if !HAVE_FORK
|
2017-05-15 22:02:33 -04:00 |
stat_cache.h
|
[core] perf: stat_cache_mimetype_by_ext()
|
2017-04-15 03:42:28 -04:00 |
status_counter.c
|
[core] perf: skip redundant strlen() if len known
|
2017-05-15 22:02:33 -04: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
|
[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] inet_pton(), inet_ntop() on (sock_addr *)
|
2017-04-06 00:22:42 -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] add test_buffer and test_base64 unit tests
|
2016-03-25 16:58:12 +00:00 |
test_buffer.c
|
[core] remove some unused header includes
|
2017-03-28 02:17:33 -04:00 |
test_configfile.c
|
[core] mv log_error_{open,cycle.close} to server.c
|
2017-07-15 22:42:15 -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 |