..
.cvsignore
added include_shell option to configfiles (merged the rest of the trunk changesets)
18 years ago
Makefile.am
- add missing files to EXTRA_DIST
15 years ago
SConscript
- white space cleanup part 2 this time 1.4 ;)
17 years ago
array.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
array.h
- support for matching $HTTP["scheme"] in configs, patch from:
15 years ago
base.h
- HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. ( #1499 )
15 years ago
bitset.c
on SEGFAULT tell were we where
18 years ago
bitset.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
buffer.c
protect buffer_is_empty() from NULL buffers
16 years ago
buffer.h
renamed ltostr() to LI_ltostr() to fix compile on HP/UX ( fixes #465 )
16 years ago
chunk.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
chunk.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
configfile-glue.c
- support for matching $HTTP["scheme"] in configs, patch from:
15 years ago
configfile.c
fixed aggressive caching of conditionals ( #41 )
16 years ago
configfile.h
fixed aggressive caching of conditionals ( #41 )
16 years ago
configparser.y
fixed #1571 : Crash when trying to add single item to list in config file
15 years ago
connections-glue.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
connections.c
r2091@chromobil: stefan | 2008-02-26 17:06:03 +0100
15 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
s/def/defined/
18 years ago
data_array.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
data_config.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
data_count.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
data_fastcgi.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
data_integer.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
data_string.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
etag.c
- make sure the etag buffer is non empty if we compare it with if-non-match
16 years ago
etag.h
added static-file.etags, etag.use-inode, etag.use-mtime,
16 years ago
fastcgi.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent_freebsd_kqueue.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent_linux_rtsig.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent_linux_sysepoll.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent_poll.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent_select.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
fdevent_solaris_devpoll.c
r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100
15 years ago
http-header-glue.c
fixed invalid "304 Not Modified" on broken timestamps
16 years ago
http_auth.c
free the buffers after the printed them in the error-msg
16 years ago
http_auth.h
r1553@h2o: darix | 2007-01-14 10:37:14 +0100
16 years ago
http_auth_digest.c
removed dead code which led to a collision on libsasl2 anyway
17 years ago
http_auth_digest.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
http_chunk.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
http_chunk.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
inet_ntop_cache.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
inet_ntop_cache.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
joblist.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
joblist.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
keyvalue.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
keyvalue.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
lemon.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
lempar.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
lighttpd-angel.c
added a first version of the lighttpd-angel process
16 years ago
log.c
added sending UID and PID for SIGTERM and SIGINT to the logs
16 years ago
log.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
md5.c
fixed md5 on 64bit platforms
17 years ago
md5.h
fixed md5 on 64bit platforms
17 years ago
mod_access.c
check the URL twice, before and after path-info handling. ( fixes #1230 )
16 years ago
mod_accesslog.c
fixed type-cast for NULL in execl() ( fixes #1235 ), fix provided by Frank
16 years ago
mod_alias.c
- dont crash if the mod_alias config cant be parsed properly
16 years ago
mod_auth.c
fixed case-sensitive match of auth-method ( fixes #1456 )
15 years ago
mod_auth.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
mod_cgi.c
don't report the "cgi died ?" in case we killed the dangling CGI process
15 years ago
mod_cml.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_cml.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_cml_funcs.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_cml_funcs.h
part of [733]
18 years ago
mod_cml_lua.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_compress.c
r2090@chromobil: stefan | 2008-02-26 17:04:14 +0100
15 years ago
mod_dirlisting.c
renamed ltostr() to LI_ltostr() to fix compile on HP/UX ( fixes #465 )
16 years ago
mod_evasive.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_evhost.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_expire.c
added now and weeks support to mod_expire. close #943
16 years ago
mod_extforward.c
- support chained proxies in mod_extforward ( #1528 )
15 years ago
mod_fastcgi.c
- HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. ( #1499 )
15 years ago
mod_flv_streaming.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_indexfile.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_magnet.c
only set the etag if we have one
17 years ago
mod_magnet_cache.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_magnet_cache.h
lua_State has to be put into the #ifdef too
17 years ago
mod_mysql_vhost.c
use strchr() instead of index() as it is POSIX
16 years ago
mod_proxy.c
- fix also scgi and proxy modules. #1489
15 years ago
mod_redirect.c
- fixed crash on url.redirect and url.rewrite if %0 is used in a
16 years ago
mod_rewrite.c
- fixed crash on url.redirect and url.rewrite if %0 is used in a
16 years ago
mod_rrdtool.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_scgi.c
- fix also scgi and proxy modules. #1489
15 years ago
mod_secure_download.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_setenv.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_simple_vhost.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_skeleton.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_ssi.c
- cosmetic
15 years ago
mod_ssi.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_ssi_expr.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_ssi_expr.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_ssi_exprparser.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
mod_ssi_exprparser.y
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_staticfile.c
added support for If-Range: <date> ( fixes #1346 )
16 years ago
mod_status.c
- add IdleServers and Scoreboard directives in ?auto mode for mod_status ( #1507 )
15 years ago
mod_trigger_b4_dl.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_uploadprogress.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
mod_userdir.c
- support letterhomes in mod_userdir ( #1473 )
15 years ago
mod_usertrack.c
renamed ltostr() to LI_ltostr() to fix compile on HP/UX ( fixes #465 )
16 years ago
mod_webdav.c
* fixed crash on 32bit archs when debug-msgs are printed in mod_scgi,
16 years ago
network.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
network.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
network_backends.h
- Handle DragonFlyBSD the same way as Freebsd.
16 years ago
network_freebsd_sendfile.c
oops, ifd is gone
16 years ago
network_linux_sendfile.c
fixed handling of EAGAIN in linux-sendfile ( fixes #657 )
15 years ago
network_openssl.c
r2089@chromobil: stefan | 2008-02-26 17:02:46 +0100
15 years ago
network_solaris_sendfilev.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
network_write.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
network_writev.c
* fixed compilation in network_writev.c on MacOS X 10.3.9 ( fixes #903 )
16 years ago
plugin.c
- merged -r1090:1091 => add --with-webdav-locks
17 years ago
plugin.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
proc_open.c
fixed type-cast for NULL in execl() ( fixes #1235 ), fix provided by Frank
16 years ago
proc_open.h
added include_shell option to configfiles (merged the rest of the trunk changesets)
18 years ago
request.c
fixed handling of duplicate If-Modified-Since to return 304
16 years ago
request.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
response.c
r2085@chromobil: stefan | 2008-02-26 16:14:50 +0100
15 years ago
response.h
moved last-modifed handling to response.c and let mod_cml_lua.c use it.
18 years ago
server.c
r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100
15 years ago
server.h
moved everything below trunk/ and added branches/ and tags/
18 years ago
settings.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
spawn-fcgi.c
- use execv() directly to fcgi app if used as argument. resolves #1428
15 years ago
splaytree.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
splaytree.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
stat_cache.c
added more debug output if FAM fails to monitor a dir (for #824 )
16 years ago
stat_cache.h
dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
18 years ago
status_counter.c
- white space cleanup part 2 this time 1.4 ;)
17 years ago
status_counter.h
- white space cleanup part 2 this time 1.4 ;)
17 years ago
stream.c
- white space cleanup part 2 this time 1.4 ;)
17 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