From c432c9ad68db20812a0f406a73ef264288afbd4d Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 22 Dec 2003 07:14:35 +0000 Subject: [PATCH] *** empty log message *** --- Jamfile | 1 + docs/index.html | 176 +++++++++++++++--- docs/index.rst | 162 +++++++++++++++-- examples/client_test.cpp | 36 +++- include/libtorrent/alert.hpp | 4 +- include/libtorrent/fingerprint.hpp | 1 + include/libtorrent/identify_client.hpp | 45 +++++ include/libtorrent/peer_connection.hpp | 4 +- include/libtorrent/peer_id.hpp | 1 + include/libtorrent/session.hpp | 11 +- include/libtorrent/stat.hpp | 39 ++-- include/libtorrent/torrent.hpp | 68 ++++--- include/libtorrent/torrent_handle.hpp | 27 ++- src/alert.cpp | 2 +- src/identify_client.cpp | 241 +++++++++++++++++++++++++ src/peer_connection.cpp | 24 ++- src/policy.cpp | 8 +- src/session.cpp | 204 +-------------------- src/stat.cpp | 8 +- src/torrent.cpp | 82 ++++++++- src/torrent_handle.cpp | 19 +- 21 files changed, 830 insertions(+), 333 deletions(-) create mode 100755 include/libtorrent/identify_client.hpp create mode 100755 src/identify_client.cpp diff --git a/Jamfile b/Jamfile index a5e1e6162..898217a63 100755 --- a/Jamfile +++ b/Jamfile @@ -1,5 +1,6 @@ SOURCES = entry.cpp + identify_client.cpp peer_connection.cpp piece_picker.cpp policy.cpp diff --git a/docs/index.html b/docs/index.html index 4b62affeb..990829102 100755 --- a/docs/index.html +++ b/docs/index.html @@ -44,23 +44,24 @@
  • big_number
  • hasher
  • fingerprint
  • -
  • exceptions
    @@ -98,8 +99,7 @@ download to peers as free upload. To maintain a global 1:1 ratio.
  • Functions that are yet to be implemented: