..
CMakeLists.txt
[cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add -Wl,--as-needed to extra warnings ( fixes #2448 )
9 years ago
Makefile.am
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
SConscript
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
array.c
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
12 years ago
array.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago
base.h
[ssl] add option ssl.empty-fragments, defaulting to disabled ( fixes #2492 )
9 years ago
bitset.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
bitset.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
buffer.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
buffer.h
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
chunk.c
Append to previous buffer in con read ( fixes #2147 , found by liming, CVE-2010-0295)
12 years ago
chunk.h
Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 ( fixes #1923 )
13 years ago
config.h.cmake
add libev fdevent handler: server.event-handler = "libev"
12 years ago
configfile-glue.c
fix :port handling in $HTTP["host"] checks ( fixes #2135 . thx liming)
10 years ago
configfile.c
[ssl] add option ssl.empty-fragments, defaulting to disabled ( fixes #2492 )
9 years ago
configfile.h
fixed aggressive caching of conditionals ( #41 )
15 years ago
configparser.y
Fix segfault on invalid config "duplicate else conditions" ( fixes #2065 )
13 years ago
connections-glue.c
Fix some problems with more strict compilers ( #1923 )
13 years ago
connections.c
[ssl] accept ssl renegotiations if they are not disabled ( fixes #2491 )
9 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)
17 years ago
crc32.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago
data_array.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
data_config.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
data_count.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
data_fastcgi.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
data_integer.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
data_string.c
Fix two compiler warnings
12 years ago
etag.c
Fix etag formatting
12 years ago
etag.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago
fastcgi.h
- white space cleanup part 2 this time 1.4 ;)
16 years ago
fdevent.c
Fix non-ANSI function declarations.
10 years ago
fdevent.h
Move fdevent subsystem includes to implementation files to reduce conflicts ( fixes #2373 )
11 years ago
fdevent_freebsd_kqueue.c
Move fdevent subsystem includes to implementation files to reduce conflicts ( fixes #2373 )
11 years ago
fdevent_libev.c
[fdevent-libev] fix type punning warnings
9 years ago
fdevent_linux_sysepoll.c
Move fdevent subsystem includes to implementation files to reduce conflicts ( fixes #2373 )
11 years ago
fdevent_poll.c
Move fdevent subsystem includes to implementation files to reduce conflicts ( fixes #2373 )
11 years ago
fdevent_select.c
Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers.
12 years ago
fdevent_solaris_devpoll.c
Move fdevent subsystem includes to implementation files to reduce conflicts ( fixes #2373 )
11 years ago
fdevent_solaris_port.c
fdevent: add solaris eventports ( fixes #2171 )
11 years ago
http-header-glue.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
http_auth.c
[mod_auth] fix invalid read in digest qop=auth-int handling ( fixes #2478 )
9 years ago
http_auth.h
Now really fix mod auth ldap ( #1066 )
14 years ago
http_chunk.c
Fix header inclusion order, always include "config.h" before any system header
13 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
13 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
13 years ago
joblist.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
keyvalue.c
[core] recognize more http methods to forward to backends ( fixes #2346 )
9 years ago
keyvalue.h
[core] recognize more http methods to forward to backends ( fixes #2346 )
9 years ago
lemon.c
fix undefined stuff found with clang
9 years ago
lempar.c
Use NULL instead of 0 where pointers are expected.
10 years ago
lighttpd-angel.c
[lighttpd-angel] Remove unused variable.
10 years ago
log.c
[mod_fastcgi,log] support multi line logging ( fixes #2252 )
9 years ago
log.h
[mod_fastcgi,log] support multi line logging ( fixes #2252 )
9 years ago
md5.c
[md5] Fix non-ANSI function definitions.
10 years ago
md5.h
[ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one ( fixes #2269 )
11 years ago
mod_access.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_accesslog.c
[mod_accesslog] fix log buffer <-> log file mapping
9 years ago
mod_alias.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_auth.c
[auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case ( fixes #889 )
10 years ago
mod_auth.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
mod_cgi.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
mod_cml.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_cml.h
- white space cleanup part 2 this time 1.4 ;)
16 years ago
mod_cml_funcs.c
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
mod_cml_funcs.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_cml_lua.c
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
mod_compress.c
detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching ( fixes #2443 )
10 years ago
mod_dirlisting.c
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
mod_evasive.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_evhost.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_expire.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_extforward.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
mod_fastcgi.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
mod_flv_streaming.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_indexfile.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_magnet.c
mod_magnet: add traceback for printing lua errors
13 years ago
mod_magnet_cache.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_magnet_cache.h
lua_State has to be put into the #ifdef too
16 years ago
mod_mysql_vhost.c
Allow mod_mysql_vhost to use stored procedures ( fixes #2011 , thx Ben Brown)
13 years ago
mod_proxy.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
mod_redirect.c
fix some bugs found with canalyze ( fixes #2484 , thx Zhenbo Xu)
9 years ago
mod_rewrite.c
Fix non-ANSI function declarations.
10 years ago
mod_rrdtool.c
mod_rrdtool: fix creating file if it doesn't exist ( #1788 )
13 years ago
mod_scgi.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
mod_secure_download.c
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
mod_setenv.c
Fix non-ANSI function declarations.
10 years ago
mod_simple_vhost.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_skeleton.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_ssi.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_ssi.h
Add ssi.content-type option (default text/html, fixes #615 )
13 years ago
mod_ssi_expr.c
Fix non-ANSI function declarations.
10 years ago
mod_ssi_expr.h
- white space cleanup part 2 this time 1.4 ;)
16 years ago
mod_ssi_exprparser.y
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_staticfile.c
Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
11 years ago
mod_status.c
Fix mod_status bug: always showed "0/0" in the "Read" column for uploads ( fixes #2351 )
11 years ago
mod_trigger_b4_dl.c
fix undefined stuff found with clang
9 years ago
mod_uploadprogress.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
mod_userdir.c
[mod_userdir] add userdir.active option, "enabled" by default
9 years ago
mod_usertrack.c
Always use our 'own' md5 implementation, fixes linking issues on MacOS ( fixes #2331 )
11 years ago
mod_webdav.c
Use NULL instead of 0 where pointers are expected.
10 years ago
network.c
[ssl] add option ssl.empty-fragments, defaulting to disabled ( fixes #2492 )
9 years ago
network.h
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
11 years ago
network_backends.h
Disable mmap by default ( fixes #2391 )
10 years ago
network_freebsd_sendfile.c
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
11 years ago
network_linux_sendfile.c
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
11 years ago
network_openssl.c
[ssl] accept ssl renegotiations if they are not disabled ( fixes #2491 )
9 years ago
network_solaris_sendfilev.c
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
11 years ago
network_write.c
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
11 years ago
network_writev.c
[network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf ( fixes #2470 )
9 years ago
plugin.c
Only print a warning for now if you try to load a module twice
12 years ago
plugin.h
Fix non-ANSI function declarations.
10 years ago
proc_open.c
fix some bugs found with canalyze ( fixes #2484 , thx Zhenbo Xu)
9 years ago
proc_open.h
Fix leaving zombie process with include_shell ( #1777 )
14 years ago
request.c
[core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS
9 years ago
request.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
response.c
[ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested ( fixes #2501 )
9 years ago
response.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago
server.c
Fix non-ANSI function declarations.
10 years ago
server.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
settings.h
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
11 years ago
splaytree.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
splaytree.h
- white space cleanup part 2 this time 1.4 ;)
16 years ago
stat_cache.c
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
12 years ago
stat_cache.h
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
12 years ago
status_counter.c
Fix header inclusion order, always include "config.h" before any system header
13 years ago
status_counter.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago
stream.c
Use NULL instead of 0 where pointers are expected.
10 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 )
15 years ago
version.h
Fix header inclusion order, always include "config.h" before any system header
13 years ago