.. |
.cvsignore
|
added include_shell option to configfiles (merged the rest of the trunk changesets)
|
18 years ago |
Makefile.am
|
Change parser generation again as the previous fix broke building with some non-gnu make utils.
|
15 years ago |
SConscript
|
build mod_extforward in scons
|
15 years ago |
array.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
array.h
|
merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string
|
15 years ago |
base.h
|
Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
|
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/
|
19 years ago |
buffer.c
|
Fix url encoding to encode more characters (#266)
|
15 years ago |
buffer.h
|
renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)
|
16 years ago |
chunk.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
chunk.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
configfile-glue.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
configfile.c
|
Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
|
15 years ago |
configfile.h
|
fixed aggressive caching of conditionals (#41)
|
16 years ago |
configparser.y
|
Print helpful error message on conditionals in global block (#1550)
|
15 years ago |
connections-glue.c
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
connections.c
|
Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
|
15 years ago |
connections.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 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
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
etag.c
|
r2094@chromobil: stefan | 2008-02-26 17:10:49 +0100
|
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
|
16 years ago |
http-header-glue.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
http_auth.c
|
r2096@chromobil: stefan | 2008-02-26 17:12:09 +0100
|
16 years ago |
http_auth.h
|
r1553@h2o: darix | 2007-01-14 10:37:14 +0100
|
17 years ago |
http_auth_digest.c
|
removed dead code which led to a collision on libsasl2 anyway
|
18 years ago |
http_auth_digest.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
http_chunk.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
http_chunk.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 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/
|
19 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/
|
19 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
|
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
|
15 years ago |
lempar.c
|
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
|
15 years ago |
lighttpd-angel.c
|
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
|
15 years ago |
log.c
|
Add 'O' and 'X' to format characters in log_error_write
|
15 years ago |
log.h
|
Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
|
15 years ago |
md5.c
|
Fix more warnings (unused var, pointer types in md5.c)
|
15 years ago |
md5.h
|
Fix more warnings (unused var, pointer types in md5.c)
|
15 years ago |
mod_access.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_accesslog.c
|
Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG
|
15 years ago |
mod_alias.c
|
- dont crash if the mod_alias config cant be parsed properly
|
16 years ago |
mod_auth.c
|
fix splitting of auth-ldap filter
|
15 years ago |
mod_auth.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 years ago |
mod_cgi.c
|
Allow digits in [s]cgi env vars (#1712)
|
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
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
mod_dirlisting.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_evasive.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_evhost.c
|
Fix dropping last character of evhost pattern (#161)
|
15 years ago |
mod_expire.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
mod_extforward.c
|
Fix mod_extforward to compile with old gcc version (#1591)
|
15 years ago |
mod_fastcgi.c
|
Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgi
|
15 years ago |
mod_flv_streaming.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_indexfile.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_magnet.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 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
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_proxy.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_redirect.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_rewrite.c
|
Decode url before matching in mod_rewrite (#1720)
|
15 years ago |
mod_rrdtool.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
mod_scgi.c
|
Allow digits in [s]cgi env vars (#1712)
|
15 years ago |
mod_secure_download.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 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
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_ssi.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_ssi.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
mod_ssi_expr.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
mod_ssi_expr.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
mod_ssi_exprparser.y
|
Fix mem leak in ssi expression parser (#1753), thx Take5k
|
15 years ago |
mod_staticfile.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
mod_status.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_trigger_b4_dl.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_uploadprogress.c
|
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
15 years ago |
mod_userdir.c
|
Fix bug with case-insensitive filenames in mod_userdir (#1589)
|
15 years ago |
mod_usertrack.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
mod_webdav.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
network.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
network.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 years ago |
network_backends.h
|
- Handle DragonFlyBSD the same way as Freebsd.
|
17 years ago |
network_freebsd_sendfile.c
|
Handle EAGAIN and EINTR for freebsd sendfile (#1675)
|
15 years ago |
network_linux_sendfile.c
|
fixed handling of EAGAIN in linux-sendfile (fixes #657)
|
16 years ago |
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
|
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
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 years ago |
plugin.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
proc_open.c
|
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
|
15 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/
|
19 years ago |
response.c
|
Fix small copy/paste typo in previous commit
|
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
|
Use struct copy instead of memcpy for volatile siginfo_t in server.c
|
15 years ago |
server.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 years ago |
settings.h
|
- white space cleanup part 2 this time 1.4 ;)
|
17 years ago |
spawn-fcgi.c
|
- let spawn-fcgi propagate exit code from spawned fcgi application
|
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
|
fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
|
15 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
|
r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100
|
16 years ago |
stream.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 years ago |
sys-mmap.h
|
moved everything below trunk/ and added branches/ and tags/
|
19 years ago |
sys-socket.h
|
ECONNABORTED is not known on cygwin (fixes #863)
|
16 years ago |