mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
* 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:
@@ -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", ""));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user