* Added support for Linux's fallocate and Darwin's fcntl(...,F_PREALLOCATE,...) to preallocate files by default. The 'system.file_allocate' setting will now only be used to indicate you want posix_fallocate called, which may block while it zeros out the file manually.

* Added 'event.download.hash_failed' and 'event.download.hash_final_failed'.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1130 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-02-14 01:20:20 +00:00
parent 8954393e52
commit 31abf85846
4 changed files with 88 additions and 8 deletions
+1 -1
View File
@@ -493,5 +493,5 @@ initialize_command_network() {
// Not really network stuff:
ADD_VARIABLE_BOOL ("handshake_log", false);
ADD_VARIABLE_STRING("log.tracker", "");
rpc::commands.call("system.method.insert", rpc::create_object_list("log.tracker", "string|const", ""));
}