347f6479c2
- 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
192b460f33
handle connection-close after after a broken header in keep-alive like
weigon2006-09-21 12:51:14 +00:00
a3542afd31
handle connection-close after after a broken header in keep-alive like
weigon2006-09-21 12:51:14 +00:00
339552a3e3
- mod_webdav honors the umask now.
Marcus Rückert
2006-09-21 08:48:52 +00:00
b2239df913
- mod_webdav honors the umask now.
Marcus Rückert
2006-09-21 08:48:52 +00:00
158ce0878e
- fix logging of the path when using stat_cache debugging. - always run symlink checks as it breaks otherwise
Marcus Rückert
2006-09-21 08:47:30 +00:00
a57bb8202e
- fix logging of the path when using stat_cache debugging. - always run symlink checks as it breaks otherwise
Marcus Rückert
2006-09-21 08:47:30 +00:00
1dc82a470d
fixed crash with invalid hostmask is used (fixes #854)
weigon2006-09-20 19:04:36 +00:00
f40d75f98d
fixed crash with invalid hostmask is used (fixes #854)
weigon2006-09-20 19:04:36 +00:00
f058907c57
added last minute changes
weigon2006-09-20 14:49:44 +00:00
a4cabee7fd
added last minute changes
weigon2006-09-20 14:49:44 +00:00
7d2dd4e68b
reverted [1312] as it led to seg-faults
weigon2006-09-20 14:40:28 +00:00
a34a3ae173
reverted [1312] as it led to seg-faults
weigon2006-09-20 14:40:28 +00:00
ddda39093b
print 'lighttpd -p -f ...' to stdout instead of stderr
weigon2006-09-20 14:37:15 +00:00
dd0abe5aba
print 'lighttpd -p -f ...' to stdout instead of stderr
weigon2006-09-20 14:37:15 +00:00
066232d2ee
fixed SSL + POST on Firefox
weigon2006-09-20 14:03:55 +00:00
9c773d9f7d
fixed SSL + POST on Firefox
weigon2006-09-20 14:03:55 +00:00
4cc6c08a79
handle ENOTCONN nicly on FreeBSD writev()
weigon2006-09-18 18:05:35 +00:00
6309a54031
handle ENOTCONN nicly on FreeBSD writev()
weigon2006-09-18 18:05:35 +00:00
2e99a49df1
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
weigon2006-09-18 16:41:43 +00:00
2721197ff6
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
weigon2006-09-18 16:41:43 +00:00
551b1aab48
it runs fine with lua 5.0 too
weigon2006-09-16 11:30:41 +00:00
5f1c2d4eee
it runs fine with lua 5.0 too
weigon2006-09-16 11:30:41 +00:00
59531ef8aa
trust the autoconf-checks again
weigon2006-09-16 11:30:11 +00:00
e98ea9c0b0
trust the autoconf-checks again
weigon2006-09-16 11:30:11 +00:00
094a432835
rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myself
weigon2006-09-16 11:29:48 +00:00
2a3ac19883
rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myself
weigon2006-09-16 11:29:48 +00:00
c70b5f638c
if wait() gets interruped, don't increase the number of workers to start
weigon2006-09-15 12:01:29 +00:00
9076cbdf5c
if wait() gets interruped, don't increase the number of workers to start
weigon2006-09-15 12:01:29 +00:00
656bc152c2
fixed compile if lua is not enabled
weigon2006-09-15 11:49:57 +00:00
e931d4f27f
fixed compile if lua is not enabled
weigon2006-09-15 11:49:57 +00:00
24219c574e
- added set() for .env[] - added .RESTART_REQUEST - fixed handling of .content = { { ... } } if offset is set, but no length - added range checks for offset and length
weigon2006-09-15 10:00:46 +00:00
63ec609a56
- added set() for .env[] - added .RESTART_REQUEST - fixed handling of .content = { { ... } } if offset is set, but no length - added range checks for offset and length
weigon2006-09-15 10:00:46 +00:00
ae8ae03c80
added support for lighty.status[] in mod_magnet
weigon2006-09-14 12:00:32 +00:00
c7b9858b03
added support for lighty.status[] in mod_magnet
weigon2006-09-14 12:00:32 +00:00
6948f3bf54
luaL_newstate() is from lauxlib.h, #include it
weigon2006-09-14 11:55:26 +00:00
1b47e99a34
luaL_newstate() is from lauxlib.h, #include it
weigon2006-09-14 11:55:26 +00:00
160d50bb57
oops, use SSL_CTX_* if you modify the ssl_ctx
weigon2006-09-14 11:55:01 +00:00
7b4097f7ee
oops, use SSL_CTX_* if you modify the ssl_ctx
weigon2006-09-14 11:55:01 +00:00
8ffdf3374c
- moved all global vars to the lighty.* namespace - added lighty.env[] to get read access to uri.path, physical.path and friends
weigon2006-09-13 13:13:27 +00:00
b79f1a24c9
- moved all global vars to the lighty.* namespace - added lighty.env[] to get read access to uri.path, physical.path and friends
weigon2006-09-13 13:13:27 +00:00
4c6fa945f4
free hostname on shutdown (fixes #844)
weigon2006-09-13 10:12:31 +00:00
51db8b5498
free hostname on shutdown (fixes #844)
weigon2006-09-13 10:12:31 +00:00
35c9f6cb8a
- add a try-catch around add-content - make the content-array simpler - make request[] a porxy to the con->request array in c
weigon2006-09-11 20:37:29 +00:00
925cb27a14
- add a try-catch around add-content - make the content-array simpler - make request[] a porxy to the con->request array in c
weigon2006-09-11 20:37:29 +00:00