From 19a4dad7065e771257a11e465fcb2da44b1a1df0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 24 Jan 2004 17:14:03 +0000 Subject: [PATCH] *** empty log message *** --- docs/manual.html | 124 +++++++++++++++++-------- docs/manual.rst | 38 +++++++- examples/client_test.cpp | 4 +- include/libtorrent/alert_types.hpp | 3 + include/libtorrent/hasher.hpp | 20 ++++ include/libtorrent/peer_connection.hpp | 1 - include/libtorrent/piece_picker.hpp | 2 +- include/libtorrent/session.hpp | 4 +- include/libtorrent/storage.hpp | 7 ++ src/identify_client.cpp | 8 +- src/peer_connection.cpp | 23 ++++- src/policy.cpp | 10 +- src/session.cpp | 61 ++++++++++-- src/storage.cpp | 101 +++++++++++++++----- src/torrent_handle.cpp | 16 +++- src/torrent_info.cpp | 28 +++--- 16 files changed, 341 insertions(+), 109 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 788a9a1f1..90779cbb9 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -14,56 +14,59 @@

Contents