* remember the total size a downloadable file has
authorWilfried Göesgens <willi@citadel.org>
Sat, 6 Feb 2010 10:12:48 +0000 (10:12 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 6 Feb 2010 10:12:48 +0000 (10:12 +0000)
commitd36da34581cd277a2face04a11cdb8f81d8d2121
tree5f3864ea0b570f8745615d7875e4cd1b2e279d42
parent376a605a081b18a05a52452e63328d6e31ebffec
* remember the total size a downloadable file has
* use mmap to read the download file for output; this way we don't need to copy it into memory first and can let the kernel do this job
* remove the 10k transfer limit
citadel/context.h
citadel/file_ops.c