From bb52b74a9eecda0d0142c8b3d181bb45cc4d6b87 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 21 Mar 2004 02:03:37 +0000 Subject: [PATCH] *** empty log message *** --- docs/manual.html | 68 +++++++++++++++------- docs/manual.rst | 35 +++++++++++- examples/client_test.cpp | 19 +++++++ include/libtorrent/alert_types.hpp | 16 ++++++ include/libtorrent/peer_connection.hpp | 9 +++ include/libtorrent/policy.hpp | 10 ++++ include/libtorrent/session.hpp | 7 ++- include/libtorrent/torrent.hpp | 18 ++++-- include/libtorrent/torrent_handle.hpp | 5 ++ include/libtorrent/tracker_manager.hpp | 2 + src/http_tracker_connection.cpp | 7 ++- src/peer_connection.cpp | 25 ++++++++- src/policy.cpp | 26 +++++++-- src/session.cpp | 33 +++++++---- src/torrent.cpp | 55 ++++++++++++++---- src/torrent_handle.cpp | 78 ++++++++++++++++++++++++++ src/udp_tracker_connection.cpp | 2 +- 17 files changed, 356 insertions(+), 59 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 10ba20e8a..597827a3e 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -45,32 +45,33 @@
  • file_error_alert
  • tracker_alert
  • hash_failed_alert
  • -
  • peer_error_alert
  • -
  • invalid_request_alert
  • -
  • torrent_finished_alert
  • -
  • dispatcher
  • +
  • peer_ban_alert
  • +
  • peer_error_alert
  • +
  • invalid_request_alert
  • +
  • torrent_finished_alert
  • +
  • dispatcher
  • -
  • exceptions