.. |
CMakeLists.txt
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
Makefile.am
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
SConscript
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
array.c
|
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
|
2010-08-06 21:57:15 +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
|
[ssl] add option to honor server cipher order, true by default (fixes #2364)
|
2011-11-30 19:59:24 +00:00 |
bitset.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
bitset.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
buffer.c
|
Mark some data as static.
|
2012-08-31 14:11:39 +00:00 |
buffer.h
|
Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)
|
2010-08-22 11:35:12 +00:00 |
chunk.c
|
Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010-0295)
|
2010-02-01 23:28:50 +00:00 |
chunk.h
|
Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
|
2009-04-09 17:39:20 +00:00 |
config.h.cmake
|
add libev fdevent handler: server.event-handler = "libev"
|
2010-08-07 10:46:34 +00:00 |
configfile-glue.c
|
fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)
|
2012-11-07 14:23:00 +00:00 |
configfile.c
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
configfile.h
|
fixed aggressive caching of conditionals (#41)
|
2007-08-18 09:27:11 +00:00 |
configparser.y
|
Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
|
2009-10-12 08:48:08 +00:00 |
connections-glue.c
|
Fix some problems with more strict compilers (#1923)
|
2009-03-07 13:54:10 +00:00 |
connections.c
|
call ERR_clear_error only for ssl connections in CON_STATE_ERROR
|
2013-03-25 17:22:34 +00:00 |
connections.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
crc32.c
|
fixed crc32c on 64bit platforms (fixes crc errors)
|
2005-09-26 12:26:37 +00:00 |
crc32.h
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
data_array.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
data_config.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
data_count.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
data_fastcgi.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
data_integer.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
data_string.c
|
Fix two compiler warnings
|
2010-07-04 07:45:25 +00:00 |
etag.c
|
Fix etag formatting
|
2010-07-04 07:45:17 +00:00 |
etag.h
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
fastcgi.h
|
- white space cleanup part 2 this time 1.4 ;)
|
2006-10-04 13:26:23 +00:00 |
fdevent.c
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
fdevent.h
|
Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
|
2011-12-25 15:35:01 +00:00 |
fdevent_freebsd_kqueue.c
|
Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
|
2011-12-25 15:35:01 +00:00 |
fdevent_libev.c
|
Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
|
2011-12-25 15:35:01 +00:00 |
fdevent_linux_sysepoll.c
|
Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
|
2011-12-25 15:35:01 +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
|
Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers.
|
2010-08-17 09:54:42 +00:00 |
fdevent_solaris_devpoll.c
|
Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
|
2011-12-25 15:35:01 +00:00 |
fdevent_solaris_port.c
|
fdevent: add solaris eventports (fixes #2171)
|
2011-06-13 17:34:57 +00:00 |
http-header-glue.c
|
fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors); follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
|
2013-01-22 13:08:21 +00:00 |
http_auth.c
|
[mod_auth] fix base64_decode (#2484)
|
2013-05-15 10:31:04 +00:00 |
http_auth.h
|
Now really fix mod auth ldap (#1066)
|
2008-09-30 15:30:06 +00:00 |
http_chunk.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
http_chunk.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +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
|
add PATCH method (fixes #2424)
|
2012-11-07 13:53:00 +00:00 |
keyvalue.h
|
add PATCH method (fixes #2424)
|
2012-11-07 13:53:00 +00:00 |
lemon.c
|
[lemon] Use void* as generic pointer instead of char*.
|
2012-08-31 14:11:45 +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
|
[mod_fastcgi,log] support multi line logging (fixes #2252)
|
2013-03-25 17:22:32 +00:00 |
log.h
|
[mod_fastcgi,log] support multi line logging (fixes #2252)
|
2013-03-25 17:22:32 +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 header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_accesslog.c
|
Mark some data as static.
|
2012-08-31 14:11:39 +00:00 |
mod_alias.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_auth.c
|
[auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
|
2012-04-19 13:02:11 +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
|
Use NULL instead of 0 where pointers are expected.
|
2012-08-31 14:11:43 +00:00 |
mod_cml.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +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
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +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
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
mod_compress.c
|
detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching (fixes #2443)
|
2012-11-09 14:23:24 +00:00 |
mod_dirlisting.c
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
mod_evasive.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_evhost.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_expire.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_extforward.c
|
mod_extforward: log address of untrusted proxy with debug.log-request-handling
|
2012-11-15 08:44:10 +00:00 |
mod_fastcgi.c
|
[mod_fastcgi,log] support multi line logging (fixes #2252)
|
2013-03-25 17:22:32 +00:00 |
mod_flv_streaming.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_indexfile.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_magnet.c
|
mod_magnet: add traceback for printing lua errors
|
2009-10-26 14:16:20 +00:00 |
mod_magnet_cache.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +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
|
Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
|
2009-07-24 20:26:17 +00:00 |
mod_proxy.c
|
Use NULL instead of 0 where pointers are expected.
|
2012-08-31 14:11:43 +00:00 |
mod_redirect.c
|
fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
|
2013-05-15 10:31:07 +00:00 |
mod_rewrite.c
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
mod_rrdtool.c
|
mod_rrdtool: fix creating file if it doesn't exist (#1788)
|
2009-10-31 09:54:13 +00:00 |
mod_scgi.c
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
mod_secure_download.c
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
mod_setenv.c
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
mod_simple_vhost.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_skeleton.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_ssi.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +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
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
mod_ssi_expr.h
|
- white space cleanup part 2 this time 1.4 ;)
|
2006-10-04 13:26:23 +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
|
Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
|
2011-08-30 22:13:59 +00:00 |
mod_status.c
|
Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
|
2011-10-05 13:39:50 +00:00 |
mod_trigger_b4_dl.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_uploadprogress.c
|
Fix header inclusion order, always include "config.h" before any system header
|
2009-10-11 14:31:42 +00:00 |
mod_userdir.c
|
fix some gcc warnings
|
2011-07-30 09:20:15 +00:00 |
mod_usertrack.c
|
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
|
2011-07-30 09:16:03 +00:00 |
mod_webdav.c
|
Use NULL instead of 0 where pointers are expected.
|
2012-08-31 14:11:43 +00:00 |
network.c
|
network_server_init: fix double free and memleak on error (fixes #2440, thx kyprizel)
|
2012-11-09 14:23:22 +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
|
Disable mmap by default (fixes #2391)
|
2012-02-24 18:34:20 +00:00 |
network_freebsd_sendfile.c
|
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_linux_sendfile.c
|
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_openssl.c
|
[ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
|
2011-12-05 17:08:17 +00:00 |
network_solaris_sendfilev.c
|
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_write.c
|
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_writev.c
|
Use NULL instead of 0 where pointers are expected.
|
2012-08-31 14:11:43 +00:00 |
plugin.c
|
Only print a warning for now if you try to load a module twice
|
2010-08-11 21:10:15 +00:00 |
plugin.h
|
Fix non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
proc_open.c
|
fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
|
2013-05-15 10:31:07 +00:00 |
proc_open.h
|
Fix leaving zombie process with include_shell (#1777)
|
2008-09-30 19:42:29 +00:00 |
request.c
|
reject non ASCII characters in HTTP header names
|
2013-03-25 17:22:36 +00:00 |
request.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
response.c
|
Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)
|
2012-11-07 13:07:00 +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 non-ANSI function declarations.
|
2012-08-31 14:11:41 +00:00 |
server.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
settings.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 |
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
|
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
|
2010-08-06 21:57:15 +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
|
Use NULL instead of 0 where pointers are expected.
|
2012-08-31 14:11:43 +00:00 |
stream.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
sys-mmap.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +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 |