lighttpd1.4/src
Stefan Bühler 60e745695a Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2532 152afb58-edef-0310-8abb-c4023f1b3aa9
2009-06-11 14:04:57 +00:00
..
.cvsignore added include_shell option to configfiles (merged the rest of the trunk changesets) 2005-08-09 06:42:33 +00:00
CMakeLists.txt [cmake] Remove -Wno-pointer-sign from extra warnings 2009-04-29 14:51:39 +00:00
Makefile.am Fix building the versionstamp file 2009-06-10 16:59:01 +00:00
SConscript Remove mod_uploadprogress from cmake/scons (fixes #1955) 2009-04-09 16:51:48 +00:00
array.c Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey) 2009-06-10 13:08:15 +00:00
array.h Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey) 2009-06-10 13:08:15 +00:00
base.h Add support for "real" entropy from /dev/[u]random (fixes #1977) 2009-06-11 09:53:34 +00:00
bitset.c on SEGFAULT tell were we where 2005-08-21 23:09:43 +00:00
bitset.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
buffer.c Some small buffer.c fixes (closes #1837) 2009-02-03 20:59:03 +00:00
buffer.h renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465) 2007-08-18 12:25:52 +00:00
chunk.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 2008-07-30 19:38:32 +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 proper SUID bit detection (fixes #416) 2009-04-09 16:51:52 +00:00
configfile-glue.c Fix "mod_indexfile(s)" typos (#1948) 2009-04-09 16:51:47 +00:00
configfile.c Add option to enable TCP_DEFER_ACCEPT (fixes #1447) 2009-04-26 17:59:55 +00:00
configfile.h fixed aggressive caching of conditionals (#41) 2007-08-18 09:27:11 +00:00
configparser.y Added Language conditional (fixes #1119); patch by petar 2009-02-05 22:36:58 +00:00
connections-glue.c Fix some problems with more strict compilers (#1923) 2009-03-07 13:54:10 +00:00
connections.c Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964) 2009-06-11 14:04:57 +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 s/def/defined/ 2005-09-30 17:27:23 +00:00
data_array.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
data_config.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
data_count.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
data_fastcgi.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
data_integer.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
data_string.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 2008-07-30 19:38:32 +00:00
etag.c Fix hashing the terminating zero in etag.c 2009-04-09 16:51:54 +00:00
etag.h added static-file.etags, etag.use-inode, etag.use-mtime, 2007-06-15 15:51:16 +00:00
fastcgi.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
fdevent.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent_freebsd_kqueue.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent_linux_rtsig.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent_linux_sysepoll.c return mapped events for linux-sysepoll (worked as they have the same values) 2008-10-16 12:42:20 +00:00
fdevent_poll.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent_select.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent_solaris_devpoll.c r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100 2008-02-26 16:20:04 +00:00
http-header-glue.c Fix some problems with more strict compilers (#1923) 2009-03-07 13:54:10 +00:00
http_auth.c Adding support for additional chars in LDAP usernames (fixes #1941) 2009-06-11 10:09:14 +00:00
http_auth.h Now really fix mod auth ldap (#1066) 2008-09-30 15:30:06 +00:00
http_auth_digest.c removed dead code which led to a collision on libsasl2 anyway 2006-01-04 23:29:02 +00:00
http_auth_digest.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
http_chunk.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 2008-07-30 19:38:32 +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 Compare address family in inet_ntop_cache 2008-10-16 12:42:22 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
joblist.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
keyvalue.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
keyvalue.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
lemon.c Fix lemon compiler warnings 2009-04-28 18:29:03 +00:00
lempar.c Fix some problems with more strict compilers (#1923) 2009-03-07 13:54:10 +00:00
lighttpd-angel.c Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) 2008-04-29 11:03:26 +00:00
log.c Fix unused var in log.c 2009-06-11 09:38:54 +00:00
log.h Add support for pipe logging for server.errorlog (fixes #296) 2009-04-10 10:50:51 +00:00
md5.c Fix more warnings (unused var, pointer types in md5.c) 2008-04-29 21:01:00 +00:00
md5.h Fix more warnings (unused var, pointer types in md5.c) 2008-04-29 21:01:00 +00:00
mod_access.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_accesslog.c Add support for pipe logging for server.errorlog (fixes #296) 2009-04-10 10:50:51 +00:00
mod_alias.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_auth.c Fix code comments in mod_auth.c (fixes #1909, thx cdumke) 2009-04-11 12:10:14 +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 Fix mod_cgi environment keys mangling (fixes #1969) 2009-04-28 18:32:03 +00:00
mod_cml.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +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 Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_cml_funcs.h part of [733] 2005-10-01 12:08:00 +00:00
mod_cml_lua.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_compress.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_dirlisting.c Add some dirlisting enhancements (fixes #1458) 2009-04-26 16:40:55 +00:00
mod_evasive.c Fix evasive.silent option (#1438) 2009-05-12 06:47:00 +00:00
mod_evhost.c Add '%_' pattern for complete hostname in mod_evhost (fixes #1737) 2009-04-26 20:19:31 +00:00
mod_expire.c Fix segfault in mod_expire after failed config parsing (fixes #1992) 2009-06-10 14:31:06 +00:00
mod_extforward.c Fix unused var in mod_extforward if ipv6 is disabled. 2009-04-27 09:28:49 +00:00
mod_fastcgi.c Add X-Sendfile-Range feature (fixes #2005) 2009-06-11 12:35:00 +00:00
mod_flv_streaming.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_indexfile.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_magnet.c Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey) 2009-06-10 13:08:15 +00:00
mod_magnet_cache.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +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 Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_proxy.c Add IPv6 support to mod_proxy (fixes #1537) 2009-04-26 21:02:16 +00:00
mod_redirect.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_rewrite.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_rrdtool.c Fix mixed declarations and code in mod_rrdtool 2009-04-05 21:51:00 +00:00
mod_scgi.c Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixes #729) 2009-04-29 14:51:35 +00:00
mod_secure_download.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_setenv.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_simple_vhost.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_skeleton.c Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631) 2008-08-01 16:13:34 +00:00
mod_ssi.c Add ssi.content-type option (default text/html, fixes #615) 2009-06-10 14:50: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 Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 2008-07-30 19:38:32 +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 mem leak in ssi expression parser (#1753), thx Take5k 2008-08-19 16:42:01 +00:00
mod_staticfile.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_status.c Add revision number to package version for svn/git checkouts 2009-04-10 17:35:19 +00:00
mod_trigger_b4_dl.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_uploadprogress.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_userdir.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
mod_usertrack.c Add support for "real" entropy from /dev/[u]random (fixes #1977) 2009-06-11 09:53:34 +00:00
mod_webdav.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
network.c Add option to enable TCP_DEFER_ACCEPT (fixes #1447) 2009-04-26 17:59:55 +00:00
network.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
network_backends.h - Handle DragonFlyBSD the same way as Freebsd. 2006-12-29 05:32:44 +00:00
network_freebsd_sendfile.c Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913) 2009-02-28 21:38:50 +00:00
network_linux_sendfile.c fixed handling of EAGAIN in linux-sendfile (fixes #657) 2008-02-10 18:49:39 +00:00
network_openssl.c Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls 2008-03-26 11:51:06 +00:00
network_solaris_sendfilev.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
network_write.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
network_writev.c * fixed compilation in network_writev.c on MacOS X 10.3.9 (fixes #903) 2007-04-10 16:15:21 +00:00
plugin.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 2008-07-30 19:38:32 +00:00
plugin.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
proc_open.c Fix leaving zombie process with include_shell (#1777) 2008-09-30 19:42:29 +00:00
proc_open.h Fix leaving zombie process with include_shell (#1777) 2008-09-30 19:42:29 +00:00
request.c Ignore multiple "If-None-Match" headers (only use first one, fixes #753) 2009-06-11 10:18:36 +00:00
request.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
response.c Add X-Sendfile-Range feature (fixes #2005) 2009-06-11 12:35:00 +00:00
response.h moved last-modifed handling to response.c and let mod_cml_lua.c use it. 2005-08-31 13:39:09 +00:00
server.c Add support for "real" entropy from /dev/[u]random (fixes #1977) 2009-06-11 09:53:34 +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 read for one read-event (fixes #1070) 2009-04-26 18:29:09 +00:00
splaytree.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 2009-03-07 21:05:37 +00:00
splaytree.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
stat_cache.c Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989) 2009-06-07 19:07:31 +00:00
stat_cache.h dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
status_counter.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
status_counter.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
stream.c r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100 2008-02-26 16:20:58 +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 Change name/version separator back to "/" (affects every place where the version is printed) 2009-04-16 12:14:00 +00:00