.. |
CMakeLists.txt
|
cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
|
14 years ago |
Makefile.am
|
Fix detecting git repository (fixes #2173, thx ncopa)
|
13 years ago |
SConscript
|
Remove mod_uploadprogress from cmake/scons (fixes #1955)
|
14 years ago |
array.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
array.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
base.h
|
Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010-0295)
|
13 years ago |
bitset.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
bitset.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
buffer.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
buffer.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
chunk.c
|
Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010-0295)
|
13 years ago |
chunk.h
|
Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
|
14 years ago |
config.h.cmake
|
Add proper SUID bit detection (fixes #416)
|
14 years ago |
configfile-glue.c
|
Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
|
14 years ago |
configfile.c
|
export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
|
14 years ago |
configfile.h
|
fixed aggressive caching of conditionals (#41)
|
16 years ago |
configparser.y
|
Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
|
14 years ago |
connections-glue.c
|
Fix some problems with more strict compilers (#1923)
|
14 years ago |
connections.c
|
Fix stalls while reading from ssl sockets (fixes #2197)
|
13 years ago |
connections.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
crc32.c
|
fixed crc32c on 64bit platforms (fixes crc errors)
|
18 years ago |
crc32.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
data_array.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
data_config.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
data_count.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
data_fastcgi.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
data_integer.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
data_string.c
|
Fix two compiler warnings
|
13 years ago |
etag.c
|
Fix etag formatting
|
13 years ago |
etag.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
fastcgi.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
fdevent.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
fdevent.h
|
Add <sys/types.h> before including event backends
|
14 years ago |
fdevent_freebsd_kqueue.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
fdevent_linux_rtsig.c
|
always define _GNU_SOURCE
|
14 years ago |
fdevent_linux_sysepoll.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
fdevent_poll.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
fdevent_select.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
fdevent_solaris_devpoll.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
http-header-glue.c
|
always define _GNU_SOURCE
|
14 years ago |
http_auth.c
|
- Include IP addresses on error log on password failures (fixes #2191)
|
13 years ago |
http_auth.h
|
Now really fix mod auth ldap (#1066)
|
15 years ago |
http_auth_digest.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
http_auth_digest.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
http_chunk.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
http_chunk.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
inet_ntop_cache.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
inet_ntop_cache.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
joblist.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
joblist.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
keyvalue.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
keyvalue.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
lemon.c
|
Fixed some small non-critical leaks reported by cppcheck
|
14 years ago |
lempar.c
|
Fix some problems with more strict compilers (#1923)
|
14 years ago |
lighttpd-angel.c
|
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
|
15 years ago |
log.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
log.h
|
Add support for pipe logging for server.errorlog (fixes #296)
|
14 years ago |
md5.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
md5.h
|
Fix more warnings (unused var, pointer types in md5.c)
|
15 years ago |
mod_access.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_accesslog.c
|
mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)
|
13 years ago |
mod_alias.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_auth.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_auth.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
mod_cgi.c
|
mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
|
13 years ago |
mod_cml.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_cml.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
mod_cml_funcs.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_cml_funcs.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_cml_lua.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_compress.c
|
[mod_compress] Fix segfault when etags are disabled (fixes #2169)
|
13 years ago |
mod_dirlisting.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_evasive.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_evhost.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_expire.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_extforward.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_fastcgi.c
|
mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)
|
13 years ago |
mod_flv_streaming.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_indexfile.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_magnet.c
|
mod_magnet: add traceback for printing lua errors
|
14 years ago |
mod_magnet_cache.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_magnet_cache.h
|
lua_State has to be put into the #ifdef too
|
17 years ago |
mod_mysql_vhost.c
|
Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
|
14 years ago |
mod_proxy.c
|
mod_proxy: close connection on write error (fixes #2114)
|
13 years ago |
mod_redirect.c
|
Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
|
13 years ago |
mod_rewrite.c
|
Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
|
13 years ago |
mod_rrdtool.c
|
mod_rrdtool: fix creating file if it doesn't exist (#1788)
|
14 years ago |
mod_scgi.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_secure_download.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_setenv.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_simple_vhost.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_skeleton.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_ssi.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_ssi.h
|
Add ssi.content-type option (default text/html, fixes #615)
|
14 years ago |
mod_ssi_expr.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_ssi_expr.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
mod_ssi_exprparser.y
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_staticfile.c
|
mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)
|
13 years ago |
mod_status.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_trigger_b4_dl.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_uploadprogress.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_userdir.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
mod_usertrack.c
|
mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
|
14 years ago |
mod_webdav.c
|
fix mod_webdav crash from #1793 (fixes #2048, thx hiroya)
|
14 years ago |
network.c
|
Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125)
|
13 years ago |
network.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
network_backends.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
network_freebsd_sendfile.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
network_linux_sendfile.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
network_openssl.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
network_solaris_sendfilev.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
network_write.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
network_writev.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
plugin.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
plugin.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
proc_open.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
proc_open.h
|
Fix leaving zombie process with include_shell (#1777)
|
15 years ago |
request.c
|
Read hostname from absolute uris in the request line (fixes #1937)
|
14 years ago |
request.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
response.c
|
Fix var declarations mixed in source
|
13 years ago |
response.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
server.c
|
Fix two compiler warnings
|
13 years ago |
server.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
settings.h
|
Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
|
14 years ago |
splaytree.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
splaytree.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
stat_cache.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
stat_cache.h
|
dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
|
18 years ago |
status_counter.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
status_counter.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
stream.c
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |
stream.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
sys-mmap.h
|
moved everything below trunk/ and added branches/ and tags/
|
18 years ago |
sys-socket.h
|
ECONNABORTED is not known on cygwin (fixes #863)
|
16 years ago |
version.h
|
Fix header inclusion order, always include "config.h" before any system header
|
14 years ago |