diff --git a/docs/building.html b/docs/building.html index 0d75b9ab5..645dc2dc1 100644 --- a/docs/building.html +++ b/docs/building.html @@ -452,6 +452,29 @@ upload and download rate. +iconv + + + +asserts + + +

The variant feature is implicit, which means you don't need to specify @@ -720,6 +743,17 @@ or for running before releases. This will exclude all deprecated functions from the header files and cpp files. +TORRENT_PRODUCTION_ASSERTS +Define to either 0 or 1. Enables assert logging +in release builds. + +TORRENT_NO_ASSERTS +Disables all asserts. + +TORRENT_USE_SYSTEM_ASSERTS +Uses the libc assert macro rather then the +custom one. +

If you experience that libtorrent uses unreasonable amounts of cpu, it will diff --git a/docs/manual.html b/docs/manual.html index 05c5ed038..67b7dbc98 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -147,183 +147,184 @@

  • clear_error()
  • set_upload_mode()
  • set_share_mode()
  • -
  • resolve_countries()
  • -
  • is_seed()
  • -
  • auto_managed()
  • -
  • set_metadata()
  • -
  • set_tracker_login()
  • -
  • trackers() replace_trackers() add_tracker()
  • -
  • add_url_seed() remove_url_seed() url_seeds()
  • -
  • add_http_seed() remove_http_seed() http_seeds()
  • -
  • queue_position() queue_position_up() queue_position_down() queue_position_top() queue_position_bottom()
  • -
  • set_priority()
  • -
  • use_interface()
  • -
  • info_hash()
  • -
  • set_max_uploads() max_uploads()
  • -
  • set_max_connections() max_connections()
  • -
  • save_resume_data()
  • -
  • need_save_resume_data()
  • -
  • status()
  • -
  • get_download_queue()
  • -
  • get_peer_info()
  • -
  • get_torrent_info()
  • -
  • is_valid()
  • +
  • apply_ip_filter()
  • +
  • resolve_countries()
  • +
  • is_seed()
  • +
  • auto_managed()
  • +
  • set_metadata()
  • +
  • set_tracker_login()
  • +
  • trackers() replace_trackers() add_tracker()
  • +
  • add_url_seed() remove_url_seed() url_seeds()
  • +
  • add_http_seed() remove_http_seed() http_seeds()
  • +
  • queue_position() queue_position_up() queue_position_down() queue_position_top() queue_position_bottom()
  • +
  • set_priority()
  • +
  • use_interface()
  • +
  • info_hash()
  • +
  • set_max_uploads() max_uploads()
  • +
  • set_max_connections() max_connections()
  • +
  • save_resume_data()
  • +
  • need_save_resume_data()
  • +
  • status()
  • +
  • get_download_queue()
  • +
  • get_peer_info()
  • +
  • get_torrent_info()
  • +
  • is_valid()
  • -
  • torrent_status
  • -
  • peer_info
  • -
  • feed_handle