From e5146430568f60be35865455b785614af1b079a4 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 10 Aug 2005 23:32:39 +0000 Subject: [PATCH] added support for tracker warnings --- docs/manual.html | 85 ++++++++++++++------------ docs/manual.rst | 29 ++++++--- include/libtorrent/alert_types.hpp | 26 ++++++-- include/libtorrent/torrent.hpp | 1 + include/libtorrent/tracker_manager.hpp | 1 + src/http_tracker_connection.cpp | 8 +++ src/torrent.cpp | 8 +++ 7 files changed, 106 insertions(+), 52 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 2513451eb..f0c4e5c22 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -108,47 +108,48 @@
  • tracker_announce_alert
  • tracker_alert
  • tracker_reply_alert
  • -
  • hash_failed_alert
  • -
  • peer_ban_alert
  • -
  • peer_error_alert
  • -
  • invalid_request_alert
  • -
  • torrent_finished_alert
  • -
  • metadata_received_alert
  • -
  • fastresume_rejected_alert
  • -
  • dispatcher
  • +
  • tracker_warning_alert
  • +
  • hash_failed_alert
  • +
  • peer_ban_alert
  • +
  • peer_error_alert
  • +
  • invalid_request_alert
  • +
  • torrent_finished_alert
  • +
  • metadata_received_alert
  • +
  • fastresume_rejected_alert
  • +
  • dispatcher
  • -
  • exceptions