673976ab80
check return code of chdir and send SIGTERM to the childs when we shutdown
weigon2005-11-10 12:10:11 +00:00
319326b5af
check return code of chdir and send SIGTERM to the childs when we shutdown
weigon2005-11-10 12:10:11 +00:00
836556c62e
fixed encoding of the buffers and trust the length of the string
weigon2005-11-10 00:31:06 +00:00
6770984a0c
fixed encoding of the buffers and trust the length of the string
weigon2005-11-10 00:31:06 +00:00
f8f4b8a9e0
improved hints if startup fails
weigon2005-11-10 00:30:18 +00:00
485fea2cbb
improved hints if startup fails
weigon2005-11-10 00:30:18 +00:00
7026c151b2
accept no-error as return for the last xml-chunk
weigon2005-11-10 00:29:49 +00:00
f9cc749a8f
accept no-error as return for the last xml-chunk
weigon2005-11-10 00:29:49 +00:00
7f0e8f6155
added more example and replaces server.dir-listing by dir-listing.activate
weigon2005-11-09 15:49:31 +00:00
e360ae79bf
added more example and replaces server.dir-listing by dir-listing.activate
weigon2005-11-09 15:49:31 +00:00
e8ebd96887
simplified buffer-encoding functions into one function - all of them do some kind of string-to-hex conversion (html, rel-uri, hex) - add a rel-uri encoding next to the old rel-uri-part one - fixes #266weigon2005-11-07 13:15:51 +00:00
976f32182e
simplified buffer-encoding functions into one function - all of them do some kind of string-to-hex conversion (html, rel-uri, hex) - add a rel-uri encoding next to the old rel-uri-part one - fixes #266weigon2005-11-07 13:15:51 +00:00
155dae7324
fixed warnings about unused vars and unhandled enum-values in switch()
weigon2005-11-07 13:13:50 +00:00
95132d93c8
fixed warnings about unused vars and unhandled enum-values in switch()
weigon2005-11-07 13:13:50 +00:00
258f2810c8
ubuntu asked for dropping the debian/ dir from the source package, so we do
weigon2005-11-07 09:54:36 +00:00
e5dbbc6581
ubuntu asked for dropping the debian/ dir from the source package, so we do
weigon2005-11-07 09:54:36 +00:00
696bad61ac
next release is 1.4.8, fixed typo in help text -This line, and those below, will be ignored--
weigon2005-11-07 09:53:56 +00:00
d9e6eefa30
next release is 1.4.8, fixed typo in help text -This line, and those below, will be ignored--
weigon2005-11-07 09:53:56 +00:00
3ccac32a36
added debugging to webdav
weigon2005-11-01 08:56:31 +00:00
fa804343ca
added debugging to webdav
weigon2005-11-01 08:56:31 +00:00
20d2e311e1
fixed compile if openssl is not enabled
weigon2005-11-01 08:56:18 +00:00
d0751c5a2b
fixed compile if openssl is not enabled
weigon2005-11-01 08:56:18 +00:00
a8d7ca1bb4
chunkqueue can get a list of tempdirs which are tried to open a file at server.upload-dirs is the option in the configfile
weigon2005-11-01 07:50:08 +00:00
9404220490
chunkqueue can get a list of tempdirs which are tried to open a file at server.upload-dirs is the option in the configfile
weigon2005-11-01 07:50:08 +00:00
1e38f0931a
send Cache-Control next to Expire headers (fixing #350)
weigon2005-11-01 07:48:04 +00:00
308e5ce017
send Cache-Control next to Expire headers (fixing #350)
weigon2005-11-01 07:48:04 +00:00
796ea3fba8
added check for madvise
weigon2005-10-31 20:31:26 +00:00
6e424095f2
added check for madvise
weigon2005-10-31 20:31:26 +00:00
845685e103
fixed typos reported by Kevin TIMM
weigon2005-10-31 18:43:46 +00:00
32f6ca1a7b
fixed typos reported by Kevin TIMM
weigon2005-10-31 18:43:46 +00:00
13f98b99a4
handle missing SSL-close-notify if keep-alive is disabled (fixed #311)
weigon2005-10-31 08:44:54 +00:00
3888c10357
handle missing SSL-close-notify if keep-alive is disabled (fixed #311)
weigon2005-10-31 08:44:54 +00:00
1d7feec5bb
fixed assertion on failure of mkstemp or write on post-data
weigon2005-10-31 08:14:02 +00:00
0b3cc19a7f
fixed assertion on failure of mkstemp or write on post-data
weigon2005-10-31 08:14:02 +00:00
39bc6eee40
added support for userdir without a passwd entry
weigon2005-10-31 07:58:17 +00:00
7fd269cf87
added support for userdir without a passwd entry
weigon2005-10-31 07:58:17 +00:00
67e0b9c7b9
added BusyServer compat for ?auto
weigon2005-10-31 07:57:09 +00:00
74d0c3d0de
added BusyServer compat for ?auto
weigon2005-10-31 07:57:09 +00:00
6db8ea2009
added %I for bytes_in
weigon2005-10-31 07:56:29 +00:00
1022432a1e
added %I for bytes_in
weigon2005-10-31 07:56:29 +00:00
4501910a9f
added a check for gmt_off in struct tm
weigon2005-10-26 11:23:07 +00:00
e32c67cbc2
added a check for gmt_off in struct tm
weigon2005-10-26 11:23:07 +00:00
a5b0593315
get it compile on mac os x
weigon2005-10-24 11:38:05 +00:00
ff0ec13761
get it compile on mac os x
weigon2005-10-24 11:38:05 +00:00
8cb36e464c
added madvise, smaller mmap()ed windows and local-buffering (step 1 and 2 of the optimizations)
weigon2005-10-24 11:37:43 +00:00
03452de486
added madvise, smaller mmap()ed windows and local-buffering (step 1 and 2 of the optimizations)
weigon2005-10-24 11:37:43 +00:00
c2686592b8
renamed file.offset to file.start (we had 3 different 'offset' which was confusing) added a offset tag to the mmap part of the file-struct to allow moving mmap-windows
weigon2005-10-24 11:36:22 +00:00
c87a000c13
renamed file.offset to file.start (we had 3 different 'offset' which was confusing) added a offset tag to the mmap part of the file-struct to allow moving mmap-windows
weigon2005-10-24 11:36:22 +00:00
405dc987b9
close fds on error and add CLOEXEC to FDs which stay open for a longer time
weigon2005-10-22 08:10:07 +00:00
ff29203dba
close fds on error and add CLOEXEC to FDs which stay open for a longer time
weigon2005-10-22 08:10:07 +00:00
89a97d4952
The dependecies of header files into account FreeBSD 4.11 needs this sent in by Christopher Boumenot
weigon2005-10-18 16:21:34 +00:00
a9e314601e
The dependecies of header files into account FreeBSD 4.11 needs this sent in by Christopher Boumenot
weigon2005-10-18 16:21:34 +00:00
4d714651d5
added a comment on possible optimizations to the code and added #ifdef USE_MADVISE to improve experimental support for read-head via mmap()
weigon2005-10-18 10:39:38 +00:00
4f58672a85
added a comment on possible optimizations to the code and added #ifdef USE_MADVISE to improve experimental support for read-head via mmap()
weigon2005-10-18 10:39:38 +00:00
fe14cbb4cf
fixed missing sys/filio.h on solaris (fixes #332)
weigon2005-10-18 10:38:11 +00:00