..
CMakeLists.txt
[build] put --as-needed into linker flags instead of cflags
2015-08-23 08:07:47 +00:00
Makefile.am
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
SConscript
[scons] various improvements
2015-08-29 09:28:04 +00:00
array.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
array.h
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
base.h
[stat-cache] fix FAM cleanup/fdevent handling
2013-11-13 11:43:31 +00:00
buffer.c
escape all strings for logging ( fixes #2646 log file injection, reported by Jaanus Kääp)
2015-05-28 15:47:14 +00:00
buffer.h
escape all strings for logging ( fixes #2646 log file injection, reported by Jaanus Kääp)
2015-05-28 15:47:14 +00:00
chunk.c
maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
2015-08-22 17:04:02 +00:00
chunk.h
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
config.h.cmake
[mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.h
2015-08-23 07:41:09 +00:00
configfile-glue.c
fix error message for T_CONFIG_ARRAY config values if an entry value is not a string
2015-05-14 09:38:30 +00:00
configfile.c
fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)
2015-08-30 10:16:28 +00:00
configfile.h
fixed aggressive caching of conditionals ( #41 )
2007-08-18 09:27:11 +00:00
configparser.y
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
connections-glue.c
Fix some problems with more strict compilers ( #1923 )
2009-03-07 13:54:10 +00:00
connections.c
maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
2015-08-22 17:04:02 +00:00
connections.h
moved everything below trunk/ and added branches/ and tags/
2005-02-20 14:27:00 +00:00
crc32.c
[crc32] fix method signature (const pointer)
2015-02-08 19:10:56 +00:00
crc32.h
[crc32] fix method signature (const pointer)
2015-02-08 19:10:56 +00:00
data_array.c
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
data_config.c
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
data_count.c
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
data_fastcgi.c
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
data_integer.c
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
data_string.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
etag.c
check pointer before usage in new etag compare
2015-07-05 20:19:17 +00:00
etag.h
parse If-None-Match for ETag validation ( fixes #2578 )
2015-07-05 16:59:01 +00:00
fastcgi.h
- white space cleanup part 2 this time 1.4 ;)
2006-10-04 13:26:23 +00:00
fdevent.c
force assertion: setting FD_CLOEXEC must work (if available)
2014-02-16 13:08:29 +00:00
fdevent.h
[bitset] unused -> remove
2015-02-08 19:10:51 +00:00
fdevent_freebsd_kqueue.c
[kqueue] fix kevent call
2015-08-22 21:39:19 +00:00
fdevent_libev.c
add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG ( fixes #2546 )
2014-02-16 13:08:20 +00:00
fdevent_linux_sysepoll.c
force assertion: setting FD_CLOEXEC must work (if available)
2014-02-16 13:08:29 +00:00
fdevent_poll.c
Move fdevent subsystem includes to implementation files to reduce conflicts ( fixes #2373 )
2011-12-25 15:35:01 +00:00
fdevent_select.c
add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG ( fixes #2546 )
2014-02-16 13:08:20 +00:00
fdevent_solaris_devpoll.c
force assertion: setting FD_CLOEXEC must work (if available)
2014-02-16 13:08:29 +00:00
fdevent_solaris_port.c
fdevent: add solaris eventports ( fixes #2171 )
2011-06-13 17:34:57 +00:00
http-header-glue.c
parse If-None-Match for ETag validation ( fixes #2578 )
2015-07-05 16:59:01 +00:00
http_auth.c
[scons] fix crypt() detection, other improvements
2015-08-29 12:23:45 +00:00
http_auth.h
[mod_auth] some cleanup, only search for matching auth.require path once
2013-08-30 13:14:54 +00:00
http_chunk.c
rename buffer_append_long_hex to buffer_append_uint_hex
2015-02-08 19:10:46 +00:00
http_chunk.h
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
inet_ntop_cache.c
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
inet_ntop_cache.h
moved everything below trunk/ and added branches/ and tags/
2005-02-20 14:27:00 +00:00
joblist.c
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
joblist.h
moved everything below trunk/ and added branches/ and tags/
2005-02-20 14:27:00 +00:00
keyvalue.c
[core] recognize more http methods to forward to backends ( fixes #2346 )
2013-06-29 10:53:24 +00:00
keyvalue.h
[core] recognize more http methods to forward to backends ( fixes #2346 )
2013-06-29 10:53:24 +00:00
lemon.c
fix/silence bugs reported by ccc-analyzer (clang)
2013-11-13 11:43:26 +00:00
lempar.c
Use NULL instead of 0 where pointers are expected.
2012-08-31 14:11:43 +00:00
lighttpd-angel.c
[lighttpd-angel] Remove unused variable.
2012-08-31 14:11:46 +00:00
log.c
fix some unchecked return value warnings
2015-08-22 16:01:08 +00:00
log.h
fix some unchecked return value warnings
2015-08-22 16:01:08 +00:00
md5.c
[md5] Fix non-ANSI function definitions.
2012-08-31 14:11:42 +00:00
md5.h
[ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one ( fixes #2269 )
2011-04-24 16:02:52 +00:00
mod_access.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_accesslog.c
fix some unchecked return value warnings
2015-08-22 16:01:08 +00:00
mod_alias.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_auth.c
minor spelling fixes
2015-06-21 12:47:16 +00:00
mod_auth.h
moved everything below trunk/ and added branches/ and tags/
2005-02-20 14:27:00 +00:00
mod_cgi.c
[mmap] fix mmap alignment
2015-08-23 12:59:07 +00:00
mod_cml.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_cml.h
- white space cleanup part 2 this time 1.4 ;)
2006-10-04 13:26:23 +00:00
mod_cml_funcs.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
mod_cml_funcs.h
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
mod_cml_lua.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
mod_compress.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_dirlisting.c
[mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.h
2015-08-23 07:41:09 +00:00
mod_evasive.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_evhost.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_expire.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_extforward.c
show extforward re-run warning only with debug.log-request-handling ( fixes #2561 )
2015-07-05 16:48:27 +00:00
mod_fastcgi.c
maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
2015-08-22 17:04:02 +00:00
mod_flv_streaming.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_indexfile.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_magnet.c
[plugins] when modules are linked statically still only load the modules given in the config
2015-08-29 09:28:01 +00:00
mod_magnet_cache.c
fix buffer, chunk and http_chunk API
2015-02-08 12:37:10 +00:00
mod_magnet_cache.h
lua_State has to be put into the #ifdef too
2006-09-15 15:32:18 +00:00
mod_mysql_vhost.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
mod_proxy.c
fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)
2015-08-30 10:16:28 +00:00
mod_redirect.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_rewrite.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_rrdtool.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_scgi.c
maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
2015-08-22 17:04:02 +00:00
mod_secure_download.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_setenv.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_simple_vhost.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
mod_skeleton.c
minor spelling fixes
2015-06-21 12:47:16 +00:00
mod_ssi.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_ssi.h
Add ssi.content-type option (default text/html, fixes #615 )
2009-06-10 14:50:42 +00:00
mod_ssi_expr.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
mod_ssi_expr.h
[mod_ssi] fix "ssi_val_init" prototype
2013-11-13 17:18:35 +00:00
mod_ssi_exprparser.y
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
mod_staticfile.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_status.c
fix memory leak in mod_status when no counters are set (found by coverity)
2015-07-05 21:34:07 +00:00
mod_trigger_b4_dl.c
[plugins] when modules are linked statically still only load the modules given in the config
2015-08-29 09:28:01 +00:00
mod_uploadprogress.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_userdir.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_usertrack.c
fix segfaults in many plugins if they failed configuration
2015-05-14 09:38:33 +00:00
mod_webdav.c
maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
2015-08-22 17:04:02 +00:00
network.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network.h
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
2011-08-22 15:12:28 +00:00
network_backends.h
[mmap] fix mmap alignment
2015-08-23 12:59:07 +00:00
network_freebsd_sendfile.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network_linux_sendfile.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network_openssl.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network_solaris_sendfilev.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network_write.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network_write_mmap.c
[mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading
2015-08-29 12:23:42 +00:00
network_write_no_mmap.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
network_writev.c
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
plugin.c
[plugins] when modules are linked statically still only load the modules given in the config
2015-08-29 09:28:01 +00:00
plugin.h
Fix non-ANSI function declarations.
2012-08-31 14:11:41 +00:00
proc_open.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
proc_open.h
Fix leaving zombie process with include_shell ( #1777 )
2008-09-30 19:42:29 +00:00
request.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
request.h
moved everything below trunk/ and added branches/ and tags/
2005-02-20 14:27:00 +00:00
response.c
Use buffer API to read and modify "used" member
2015-02-08 19:10:44 +00:00
response.h
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
server.c
fix some unchecked return value warnings
2015-08-22 16:01:08 +00:00
server.h
remove unused stuff from server.h
2015-02-08 19:10:53 +00:00
settings.h
add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG ( fixes #2546 )
2014-02-16 13:08:20 +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
- white space cleanup part 2 this time 1.4 ;)
2006-10-04 13:26:23 +00:00
stat_cache.c
[stat-cache] fix handling of collisions, might have returned wrong data ( fixes #2669 )
2015-09-16 00:18:11 +00:00
stat_cache.h
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
2010-08-06 21:57:15 +00:00
status_counter.c
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
status_counter.h
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00
stream.c
[configfile] fix reading uninitialized variable (found by Willian B.)
2015-07-19 10:03:12 +00:00
stream.h
moved everything below trunk/ and added branches/ and tags/
2005-02-20 14:27:00 +00:00
sys-mmap.h
rewrite network (write) backends
2015-08-22 16:00:59 +00:00
sys-socket.h
ECONNABORTED is not known on cygwin ( fixes #863 )
2007-04-09 20:31:03 +00:00
version.h
Fix header inclusion order, always include "config.h" before any system header
2009-10-11 14:31:42 +00:00