5d8855bdef
commit fix from Ticket #964
Robert Jakabosky
2007-01-05 02:57:09 +00:00
39a4aa853d
Added round-robin support to mod_fastcgi.
Robert Jakabosky
2007-01-03 09:46:32 +00:00
db76b98e03
Added round-robin support to mod_fastcgi.
Robert Jakabosky
2007-01-03 09:46:32 +00:00
f65fe7607c
- Handle DragonFlyBSD the same way as Freebsd. Patch by Jörg Sonnenberger
Marcus Rückert
2006-12-29 05:32:44 +00:00
4fe6745364
- Handle DragonFlyBSD the same way as Freebsd. Patch by Jörg Sonnenberger
Marcus Rückert
2006-12-29 05:32:44 +00:00
cbb0207ebf
added now and weeks support to mod_expire. close #943
Elan Ruusamäe
2006-12-19 15:11:04 +00:00
36544e2186
added now and weeks support to mod_expire. close #943
Elan Ruusamäe
2006-12-19 15:11:04 +00:00
0f66396ff1
If client connection aborts during parse of "\r\n\r\n", then lighttpd never cleans up the connection and keeps trying to read from the died connection. lighttpd still responses to other requests, it just eats up all the cpu trying to handle the died connection.
Robert Jakabosky
2006-12-15 06:13:43 +00:00
4f1587c57e
If client connection aborts during parse of "\r\n\r\n", then lighttpd never cleans up the connection and keeps trying to read from the died connection. lighttpd still responses to other requests, it just eats up all the cpu trying to handle the died connection.
Robert Jakabosky
2006-12-15 06:13:43 +00:00
97ace079cd
r1435@h2o: darix | 2006-11-10 18:25:42 +0100 "www.example.com." is equivalent to "www.example.com". The trailing dot just tells the resolver to script the searchlist.
Marcus Rückert
2006-11-10 17:37:19 +00:00
4a609547a0
r1435@h2o: darix | 2006-11-10 18:25:42 +0100 "www.example.com." is equivalent to "www.example.com". The trailing dot just tells the resolver to script the searchlist.
Marcus Rückert
2006-11-10 17:37:19 +00:00
c2ee69856d
- merged -r1090:1091 => add --with-webdav-locks - open modules with 'RTLD_NOW|RTLD_GLOBAL' this fixes the problems with luafilesystems and missing symbols - added AC_SUBST(UUID_LIBS)
Marcus Rückert
2006-10-09 13:50:29 +00:00
53ab644ead
- merged -r1090:1091 => add --with-webdav-locks - open modules with 'RTLD_NOW|RTLD_GLOBAL' this fixes the problems with luafilesystems and missing symbols - added AC_SUBST(UUID_LIBS)
Marcus Rückert
2006-10-09 13:50:29 +00:00
2c0e987fb7
save the old errno of the sendfile() call in case that the attr_get() fails in stat-cache-get-entry
weigon2006-10-08 18:24:14 +00:00
a0aafd9a24
save the old errno of the sendfile() call in case that the attr_get() fails in stat-cache-get-entry
weigon2006-10-08 18:24:14 +00:00
9b16cb637f
the patch attached to #119 was right. If we have content on a HEAD request, take it as the Content-Length and discard the content (as it is a HEAD request)
weigon2006-10-07 17:47:49 +00:00
d6bfa8aaa8
the patch attached to #119 was right. If we have content on a HEAD request, take it as the Content-Length and discard the content (as it is a HEAD request)
weigon2006-10-07 17:47:49 +00:00
08cd3daa2f
updated fixed tickets for the pre-release
weigon2006-10-07 17:35:24 +00:00
9a49269981
updated fixed tickets for the pre-release
weigon2006-10-07 17:35:24 +00:00
1ee7b454dc
fixed writev() on FreeBSD 4.x and older (FreeBSD-port: PR103758)
weigon2006-10-07 17:27:29 +00:00
b4778f8e6d
fixed writev() on FreeBSD 4.x and older (FreeBSD-port: PR103758)
weigon2006-10-07 17:27:29 +00:00
47d31e6d70
don't force a Content-Length header in HEAD requests (#119)
weigon2006-10-07 17:17:54 +00:00
7a220fceb4
don't force a Content-Length header in HEAD requests (#119)
weigon2006-10-07 17:17:54 +00:00
73a1b11619
no one really liked this warning :(
weigon2006-10-07 07:46:46 +00:00
636c890721
no one really liked this warning :(
weigon2006-10-07 07:46:46 +00:00
970c2fd4c2
only set the etag if we have one
weigon2006-10-07 07:46:22 +00:00
e49da67a47
only set the etag if we have one
weigon2006-10-07 07:46:22 +00:00
36a6fcf9c7
mkcol/mkdir in mod_webdav now honors the umask aswell. fixes [#884]
Marcus Rückert
2006-10-07 03:09:39 +00:00
b6ee10916c
mkcol/mkdir in mod_webdav now honors the umask aswell. fixes [#884]
Marcus Rückert
2006-10-07 03:09:39 +00:00
4412983195
added content-type to the .stat() and decoded the st_mode
weigon2006-10-06 11:21:00 +00:00
41bcf415c4
added content-type to the .stat() and decoded the st_mode
weigon2006-10-06 11:21:00 +00:00
360a20c2da
added lighty.stat() which uses the stat-cache to reduce the number of syscalls
weigon2006-10-06 08:27:50 +00:00
bf0f7832c1
added lighty.stat() which uses the stat-cache to reduce the number of syscalls
weigon2006-10-06 08:27:50 +00:00
4c7567a49f
added the original URI, before the rewrite, to the env.
weigon2006-10-06 07:14:10 +00:00
0780de8bfa
added the original URI, before the rewrite, to the env.
weigon2006-10-06 07:14:10 +00:00
4379dc9f68
disable chunked encoding header on a HEAD request
weigon2006-10-05 10:23:27 +00:00
ba52eb0e41
disable chunked encoding header on a HEAD request
weigon2006-10-05 10:23:27 +00:00
81244581e4
- a few more whitespace cleanups
Marcus Rückert
2006-10-05 00:09:51 +00:00
b8df99f3db
- a few more whitespace cleanups
Marcus Rückert
2006-10-05 00:09:51 +00:00
79a499e7ae
provide a useful error-msg when sqlite3_open fails
weigon2006-10-04 21:25:29 +00:00
bb24041f92
provide a useful error-msg when sqlite3_open fails
weigon2006-10-04 21:25:29 +00:00
d8eff730c5
fixed some allocations in the ssl-part before lighty exits to make valgrind happy
weigon2006-10-04 13:31:49 +00:00
1398cb2e3e
fixed some allocations in the ssl-part before lighty exits to make valgrind happy
weigon2006-10-04 13:31:49 +00:00
6955113f3a
- white space cleanup part 2 this time 1.4 ;) i hope it helps with merging stuff back to 1.5
Marcus Rückert
2006-10-04 13:26:23 +00:00
8cd1471cb3
- white space cleanup part 2 this time 1.4 ;) i hope it helps with merging stuff back to 1.5
Marcus Rückert
2006-10-04 13:26:23 +00:00
35b444b911
- next release is 1.4.13 - allow --with-lua with a package-name for pkg-config
weigon2006-10-04 08:00:09 +00:00
fe6b7207d7
- next release is 1.4.13 - allow --with-lua with a package-name for pkg-config
weigon2006-10-04 08:00:09 +00:00
98a70bf61e
added $apr1$ support for htpasswd (fixes #870)
weigon2006-10-04 07:46:12 +00:00
3a152b3b76
added $apr1$ support for htpasswd (fixes #870)
weigon2006-10-04 07:46:12 +00:00
f7a3e7cd42
added summary-tag to all tables in dirlisting and status
weigon2006-10-04 07:27:59 +00:00
874173ce56
added summary-tag to all tables in dirlisting and status
weigon2006-10-04 07:27:59 +00:00
8343c9c91d
remove fragments from the request-uri (fixes #869)
weigon2006-10-04 07:20:14 +00:00
55c90e4c60
remove fragments from the request-uri (fixes #869)
weigon2006-10-04 07:20:14 +00:00
558c3a0d76
allocate a byte more, to match the ioctl() report
weigon2006-10-04 07:00:35 +00:00
d766ee99ce
allocate a byte more, to match the ioctl() report
weigon2006-10-04 07:00:35 +00:00
cd9a868d82
- properly find fastcgi.h in /usr/include/fastcgi
Marcus Rückert
2006-10-03 22:22:47 +00:00
56de5af1cd
- properly find fastcgi.h in /usr/include/fastcgi
Marcus Rückert
2006-10-03 22:22:47 +00:00
e551b63076
- mark a few params as unused - fix a few signed mismatch by casting to the correct type
Marcus Rückert
2006-10-03 22:21:42 +00:00
b060b46dc9
- mark a few params as unused - fix a few signed mismatch by casting to the correct type
Marcus Rückert
2006-10-03 22:21:42 +00:00
b5875ecebd
- remove unused variable
Marcus Rückert
2006-10-03 22:20:32 +00:00
acd628fe09
- remove unused variable
Marcus Rückert
2006-10-03 22:20:32 +00:00
7bd6351e45
- cast ptrdiff_t to size_t to avoid a signed comparison warning
Marcus Rückert
2006-10-03 22:19:50 +00:00
7cefa9ce73
- cast ptrdiff_t to size_t to avoid a signed comparison warning
Marcus Rückert
2006-10-03 22:19:50 +00:00
f97e4604e8
- dont use int for a enum type - handle default case in connection type switch
Marcus Rückert
2006-10-03 22:18:06 +00:00
fe77777647
- dont use int for a enum type - handle default case in connection type switch
Marcus Rückert
2006-10-03 22:18:06 +00:00
a1098fb80f
- marked parameter as unused
Marcus Rückert
2006-10-03 22:16:35 +00:00
3e7e2d528d
- marked parameter as unused
Marcus Rückert
2006-10-03 22:16:35 +00:00
31491cb150
- mark a few parameters as unused
Marcus Rückert
2006-10-03 22:15:55 +00:00
15fde9cf07
- mark a few parameters as unused
Marcus Rückert
2006-10-03 22:15:55 +00:00
92014a1718
- remove unused variable
Marcus Rückert
2006-10-03 22:15:17 +00:00
91776b2d10
- remove unused variable
Marcus Rückert
2006-10-03 22:15:17 +00:00
c652ccac52
- if using gcc set the c standard to gnu99. "solves" some compiler warnings.
Marcus Rückert
2006-10-03 14:59:56 +00:00
0bf00920a3
- if using gcc set the c standard to gnu99. "solves" some compiler warnings.
Marcus Rückert
2006-10-03 14:59:56 +00:00
3cc01079fd
- ignore Makefile and Makefile.in
Marcus Rückert
2006-10-03 14:54:23 +00:00
a4206f2ead
- ignore Makefile and Makefile.in
Marcus Rückert
2006-10-03 14:54:23 +00:00
52671477ec
- added "tags" to the ignorelist
Marcus Rückert
2006-10-03 14:49:39 +00:00
80c296a6e2
- added "tags" to the ignorelist
Marcus Rückert
2006-10-03 14:49:39 +00:00
1e184f0772
- added configparser.h proc_open *.swp to the ignore list
Marcus Rückert
2006-10-03 14:48:58 +00:00
1acecead61
- added configparser.h proc_open *.swp to the ignore list
Marcus Rückert
2006-10-03 14:48:58 +00:00
d21653c68a
fixed off-by-one bug when the second CRLF after a HTTP-header is in a second read() call
weigon2006-10-03 13:33:35 +00:00
4581a73ab8
fixed off-by-one bug when the second CRLF after a HTTP-header is in a second read() call
weigon2006-10-03 13:33:35 +00:00
78e5a1d381
- this is our 1.4.x maintenance branch
Marcus Rückert
2006-10-03 13:01:56 +00:00
b68f200c99
- this is our 1.4.x maintenance branch
Marcus Rückert
2006-10-03 13:01:56 +00:00
34a59398a3
added a better comment about the current (incomplete) state of LOCK support
weigon2006-09-28 12:09:26 +00:00
0ad43990ee
added a better comment about the current (incomplete) state of LOCK support
weigon2006-09-28 12:09:26 +00:00
01256a22e7
fixed the 501 code for a LOCK request
weigon2006-09-28 07:25:38 +00:00
a59faafd7d
fixed the 501 code for a LOCK request
weigon2006-09-28 07:25:38 +00:00
c37335e2fd
added a check for uuid.h to the scons build
weigon2006-09-28 07:25:15 +00:00
0014a87d02
added a check for uuid.h to the scons build
weigon2006-09-28 07:25:15 +00:00
029ab7d21d
- configure.in: check for uuid/uuid.h - mod_webdav.c: change the conditional to use HAVE_UUID_UUID_h
Marcus Rückert
2006-09-27 23:55:04 +00:00