lighttpd1.4/src
Stefan Bühler e93cb224c1 Fix more warnings (unused var, pointer types in md5.c)
- Use const void* in instead of unsigned char* in MD5_Update
   (same as in the openssl api, to avoid signed/unsigned char* warnings)
 - Add const to some pointers in md5.c


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2165 152afb58-edef-0310-8abb-c4023f1b3aa9
2008-04-29 21:01:00 +00:00
..
.cvsignore added include_shell option to configfiles (merged the rest of the trunk changesets) 2005-08-09 06:42:33 +00:00
Makefile.am r2093@chromobil: stefan | 2008-02-26 17:10:03 +0100 2008-02-26 16:21:09 +00:00
SConscript - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
array.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
array.h merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string 2008-03-02 11:46:44 +00:00
base.h - HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499) 2008-01-18 09:07:54 +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 protect buffer_is_empty() from NULL buffers 2007-08-27 21:49:08 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
chunk.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
configfile-glue.c Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601) 2008-03-26 14:23:05 +00:00
configfile.c Do not rely on PATH_MAX (POSIX does not require it) (#580) 2008-04-29 11:03:41 +00:00
configfile.h fixed aggressive caching of conditionals (#41) 2007-08-18 09:27:11 +00:00
configparser.y merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string 2008-03-02 11:46:44 +00:00
connections-glue.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
connections.c Fix more warnings (unused var, pointer types in md5.c) 2008-04-29 21:01:00 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
etag.c r2094@chromobil: stefan | 2008-02-26 17:10:49 +0100 2008-02-26 16:21:20 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 fixed invalid "304 Not Modified" on broken timestamps 2007-08-17 21:46:36 +00:00
http_auth.c r2096@chromobil: stefan | 2008-02-26 17:12:09 +0100 2008-02-26 16:21:44 +00:00
http_auth.h r1553@h2o: darix | 2007-01-14 10:37:14 +0100 2007-01-14 09:40:02 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) 2008-04-29 11:03:26 +00:00
lempar.c Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) 2008-04-29 11:03:26 +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 Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +00:00
log.h Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +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 check the URL twice, before and after path-info handling. (fixes #1230) 2007-06-15 14:46:17 +00:00
mod_accesslog.c Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +00:00
mod_alias.c - dont crash if the mod_alias config cant be parsed properly 2007-08-28 22:39:30 +00:00
mod_auth.c Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) 2008-04-29 11:03:26 +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 Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +00:00
mod_cml.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_cml_funcs.h part of [733] 2005-10-01 12:08:00 +00:00
mod_cml_lua.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_compress.c Fix comment style (use /* */ instead of //) 2008-04-23 13:10:41 +00:00
mod_dirlisting.c Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst 2008-04-23 13:20:55 +00:00
mod_evasive.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_evhost.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_expire.c added now and weeks support to mod_expire. close #943 2006-12-19 15:11:04 +00:00
mod_extforward.c Fix mod_extforward to compile with old gcc version (#1591) 2008-03-13 15:34:28 +00:00
mod_fastcgi.c Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +00:00
mod_flv_streaming.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_indexfile.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_magnet.c Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page 2008-04-23 19:27:12 +00:00
mod_magnet_cache.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 strchr() instead of index() as it is POSIX 2007-09-09 11:57:46 +00:00
mod_proxy.c r2097@chromobil: stefan | 2008-02-26 17:12:30 +0100 2008-02-26 16:21:56 +00:00
mod_redirect.c Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$" 2008-04-23 13:00:15 +00:00
mod_rewrite.c Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$" 2008-04-23 13:00:15 +00:00
mod_rrdtool.c Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +00:00
mod_scgi.c fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623) 2008-02-28 22:19:03 +00:00
mod_secure_download.c fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440) 2008-03-01 19:10:47 +00:00
mod_setenv.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_simple_vhost.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_skeleton.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_ssi.c fixed handling of waitpid() == EINTR mod_ssi on solaris 2008-03-10 19:20:27 +00:00
mod_ssi.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_ssi_expr.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_staticfile.c fixed missing initialization 2008-02-27 23:42:01 +00:00
mod_status.c - add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507) 2008-01-17 09:54:00 +00:00
mod_trigger_b4_dl.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_uploadprogress.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
mod_userdir.c workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) 2008-03-10 11:45:29 +00:00
mod_usertrack.c renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465) 2007-08-18 12:25:52 +00:00
mod_webdav.c Fix more warnings (unused var, pointer types in md5.c) 2008-04-29 21:01:00 +00:00
network.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +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 oops, ifd is gone 2007-08-17 22:23:28 +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 Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) 2008-04-29 11:03:26 +00:00
plugin.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
proc_open.c fixed type-cast for NULL in execl() (fixes #1235), fix provided by Frank 2007-06-15 15:04:56 +00:00
proc_open.h added include_shell option to configfiles (merged the rest of the trunk changesets) 2005-08-09 06:42:33 +00:00
request.c fixed handling of duplicate If-Modified-Since to return 304 2007-08-18 11:14:12 +00:00
request.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
response.c Fix comment style (use /* */ instead of //) 2008-04-23 13:10:41 +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 Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) 2008-04-29 20:59:39 +00:00
server.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
settings.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
spawn-fcgi.c Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawning 2008-02-28 12:19:34 +00:00
splaytree.c - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
splaytree.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
stat_cache.c added more debug output if FAM fails to monitor a dir (for #824) 2007-08-17 23:19:17 +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