From b342192052d82be666e1ef9f320a32a7c24fed10 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 28 Feb 2016 02:28:49 -0500 Subject: [PATCH] regenerate html --- docs/building.html | 2 +- docs/contributing.html | 2 +- docs/dht_rss.html | 2 +- docs/dht_sec.html | 2 +- docs/dht_store.html | 2 +- docs/examples.html | 42 +++---- docs/features.html | 2 +- docs/hacking.html | 2 +- docs/index.html | 2 +- docs/manual-ref.html | 43 +++---- docs/reference-Alerts.html | 182 ++++++++++++---------------- docs/reference-Bencoding.html | 2 +- docs/reference-Core.html | 31 +++-- docs/reference-Create_Torrents.html | 4 +- docs/reference-Custom_Storage.html | 4 +- docs/reference-Error_Codes.html | 2 +- docs/reference-Filter.html | 2 +- docs/reference-Plugins.html | 2 +- docs/reference-RSS.html | 2 +- docs/reference-Session.html | 47 +++---- docs/reference-Settings.html | 6 +- docs/reference-Storage.html | 2 +- docs/reference-String.html | 2 +- docs/reference-Time.html | 2 +- docs/reference-Utility.html | 2 +- docs/reference.html | 2 +- docs/todo.html | 106 ++++++++-------- docs/troubleshooting.html | 2 +- docs/tuning.html | 2 +- docs/utp.html | 2 +- include/libtorrent/version.hpp | 2 +- 31 files changed, 241 insertions(+), 268 deletions(-) diff --git a/docs/building.html b/docs/building.html index b7e5eacb075..c16c84ae334 100644 --- a/docs/building.html +++ b/docs/building.html @@ -42,7 +42,7 @@

libtorrent manual

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/contributing.html b/docs/contributing.html index 0b9119a9ab6..7999c8241e9 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -42,7 +42,7 @@

libtorrent manual

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/dht_rss.html b/docs/dht_rss.html index b04b9d073c1..3f639bce5c6 100644 --- a/docs/dht_rss.html +++ b/docs/dht_rss.html @@ -42,7 +42,7 @@

BitTorrent extension for DHT RSS feeds

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/dht_sec.html b/docs/dht_sec.html index ab737eee173..23b54e54233 100644 --- a/docs/dht_sec.html +++ b/docs/dht_sec.html @@ -42,7 +42,7 @@

BitTorrent DHT security extension

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/dht_store.html b/docs/dht_store.html index c2d4f056792..82fd8fec179 100644 --- a/docs/dht_store.html +++ b/docs/dht_store.html @@ -42,7 +42,7 @@

BitTorrent extension for arbitrary DHT store

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/examples.html b/docs/examples.html index 7fca616f11d..daaffb79528 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -42,7 +42,7 @@

libtorrent Examples

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
@@ -66,10 +66,10 @@

examples

simple client

This is a simple client. It doesn't have much output to keep it simple:

-#include <stdlib.h>
-#include "libtorrent/entry.hpp"
-#include "libtorrent/bencode.hpp"
-#include "libtorrent/session.hpp"
+#include <stdlib.h>
+#include "libtorrent/entry.hpp"
+#include "libtorrent/bencode.hpp"
+#include "libtorrent/session.hpp"
 
 int main(int argc, char* argv[])
 {
@@ -116,17 +116,17 @@ 

simple client

make_torrent

Shows how to create a torrent from a directory tree:

-#include "libtorrent/entry.hpp"
-#include "libtorrent/bencode.hpp"
-#include "libtorrent/torrent_info.hpp"
-#include "libtorrent/file.hpp"
-#include "libtorrent/storage.hpp"
-#include "libtorrent/hasher.hpp"
-#include "libtorrent/create_torrent.hpp"
-#include "libtorrent/file.hpp"
-#include "libtorrent/file_pool.hpp"
+#include "libtorrent/entry.hpp"
+#include "libtorrent/bencode.hpp"
+#include "libtorrent/torrent_info.hpp"
+#include "libtorrent/file.hpp"
+#include "libtorrent/storage.hpp"
+#include "libtorrent/hasher.hpp"
+#include "libtorrent/create_torrent.hpp"
+#include "libtorrent/file.hpp"
+#include "libtorrent/file_pool.hpp"
 
-#include <boost/bind.hpp>
+#include <boost/bind.hpp>
 
 using namespace libtorrent;
 
@@ -255,7 +255,7 @@ 

make_torrent

} #ifndef BOOST_NO_EXCEPTIONS - try +
try { #endif std::vector<std::string> web_seeds; @@ -433,11 +433,11 @@

dump_torrent

This is an example of a program that will take a torrent-file as a parameter and print information about it to std out:

-#include "libtorrent/entry.hpp"
-#include "libtorrent/bencode.hpp"
-#include "libtorrent/torrent_info.hpp"
-#include "libtorrent/lazy_entry.hpp"
-#include "libtorrent/magnet_uri.hpp"
+#include "libtorrent/entry.hpp"
+#include "libtorrent/bencode.hpp"
+#include "libtorrent/torrent_info.hpp"
+#include "libtorrent/lazy_entry.hpp"
+#include "libtorrent/magnet_uri.hpp"
 
 int load_file(std::string const& filename, std::vector<char>& v, libtorrent::error_code& ec, int limit = 8000000)
 {
diff --git a/docs/features.html b/docs/features.html
index 4a5fb8181bc..4878672ba8b 100644
--- a/docs/features.html
+++ b/docs/features.html
@@ -42,7 +42,7 @@ 

libtorrent manual

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/hacking.html b/docs/hacking.html index fef709a4642..03f2f441aaf 100644 --- a/docs/hacking.html +++ b/docs/hacking.html @@ -42,7 +42,7 @@

libtorrent hacking

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/index.html b/docs/index.html index 981ad7dfee2..0a83f871853 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
-
+

enum op_t

Declared in "libtorrent/alert_types.hpp"

diff --git a/docs/reference-Bencoding.html b/docs/reference-Bencoding.html index 2e3381e8c84..dee9c7f5416 100644 --- a/docs/reference-Bencoding.html +++ b/docs/reference-Bencoding.html @@ -42,7 +42,7 @@

Bencoding

- +
Author: Arvid Norberg, arvid@libtorrent.org
Version:1.0.7
1.0.9
diff --git a/docs/reference-Core.html b/docs/reference-Core.html index e2b50fb54fe..d10cf086f5e 100644 --- a/docs/reference-Core.html +++ b/docs/reference-Core.html @@ -42,22 +42,22 @@

Core

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
@@ -3552,6 +3552,15 @@

hash_value()

std::size_t hash_value (torrent_status const& ts);

allows torrent_handle to be used in unordered_map and unordered_set.

+
+
+

version()

+

Declared in "libtorrent/version.hpp"

+
+char const* version ();
+
+

returns the libtorrent version as string form in this format: +"<major>.<minor>.<tiny>.<tag>.<revision>"

sign_mutable_item()

diff --git a/docs/reference-Create_Torrents.html b/docs/reference-Create_Torrents.html index bb8c8c1a053..11a50699f4e 100644 --- a/docs/reference-Create_Torrents.html +++ b/docs/reference-Create_Torrents.html @@ -42,7 +42,7 @@

Create Torrents

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
@@ -173,7 +173,7 @@

generate()

// add trackers and piece hashes ... e = t.generate(); -if (e.type() == entry::undefined_t) +if (e.type() == entry::undefined_t) { // something went wrong } diff --git a/docs/reference-Custom_Storage.html b/docs/reference-Custom_Storage.html index 6e515d75237..0ba22eb5de6 100644 --- a/docs/reference-Custom_Storage.html +++ b/docs/reference-Custom_Storage.html @@ -42,7 +42,7 @@

Custom Storage

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
@@ -532,7 +532,7 @@

default_storage()

constructs the default_storage based on the give file_storage (fs). mapped is an optional argument (it may be NULL). If non-NULL it -represents the file mappsing that have been made to the torrent before +represents the file mapping that have been made to the torrent before adding it. That's where files are supposed to be saved and looked for on disk. save_path is the root save folder for this torrent. file_pool is the cache of file handles that the storage will use. diff --git a/docs/reference-Error_Codes.html b/docs/reference-Error_Codes.html index 05d6f456d66..3dfc4b442a7 100644 --- a/docs/reference-Error_Codes.html +++ b/docs/reference-Error_Codes.html @@ -42,7 +42,7 @@

Error Codes

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference-Filter.html b/docs/reference-Filter.html index 922868c51bf..42fd4c4d675 100644 --- a/docs/reference-Filter.html +++ b/docs/reference-Filter.html @@ -42,7 +42,7 @@

Filter

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference-Plugins.html b/docs/reference-Plugins.html index ed61223d0b4..f7a7d52f01c 100644 --- a/docs/reference-Plugins.html +++ b/docs/reference-Plugins.html @@ -43,7 +43,7 @@

Plugins

Author:Arvid Norberg, arvid@libtorrent.org -Version:1.0.7 +Version:1.0.9 diff --git a/docs/reference-RSS.html b/docs/reference-RSS.html index cef78fbd261..a80bc041e7c 100644 --- a/docs/reference-RSS.html +++ b/docs/reference-RSS.html @@ -42,7 +42,7 @@

RSS

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference-Session.html b/docs/reference-Session.html index 1bfbb36fa48..bd4f0b9a14a 100644 --- a/docs/reference-Session.html +++ b/docs/reference-Session.html @@ -42,20 +42,20 @@

Session

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
@@ -65,9 +65,7 @@

add_torrent_params

session. The key fields when adding a torrent are:

  • ti - when you have a .torrent file
  • -
  • url - when you have a magnet link or http URL to the .torrent file
  • -
  • info_hash - when all you have is an info-hash (this is similar to a -magnet link)
  • +
  • url - when you have a magnet link

one of those fields need to be set. Another mandatory field is save_path. The add_torrent_params object is passed into one of the @@ -383,18 +381,11 @@

enum flags_t

url
-

If you specify a url, the torrent will be set in +

If you specify a url, the torrent will be set in downloading_metadata state until the .torrent file has been downloaded. If there's any error while downloading, the torrent will be stopped and the torrent error state (torrent_status::error) -will indicate what went wrong. The url may refer to a magnet link -or a regular http URL.

-

If it refers to an HTTP URL, the info-hash for the added torrent will -not be the true info-hash of the .torrent. Instead a placeholder, -unique, info-hash is used which is later updated once the .torrent -file has been downloaded.

-

Once the info-hash change happens, a torrent_update_alert is posted.

-
+will indicate what went wrong.
uuid
@@ -471,7 +462,7 @@

cache_status

int read_queue_size; }; -
+

cache_status()

 cache_status ();
@@ -593,7 +584,7 @@ 

session_proxy

session_proxy (); };
-
+

session_proxy()

 session_proxy ();
@@ -602,7 +593,7 @@ 

session_proxy()

implementation object.

-
+

session

Declared in "libtorrent/session.hpp"

The session holds all state that spans multiple torrents. Among other @@ -741,7 +732,7 @@

session

}; }; -
+

session()

 session (fingerprint const& print = fingerprint("LT"
@@ -775,7 +766,7 @@ 

session()

The alert_mask is the same mask that you would send to set_alert_mask().

-
+

~session()

 ~session ();
@@ -1063,7 +1054,7 @@ 

dht_get_item()

query the DHT for an immutable item at the target hash. the result is posted as a dht_immutable_item_alert.

-
+

dht_get_item()

 void dht_get_item (boost::array<char, 32> key
@@ -1085,7 +1076,7 @@ 

dht_put_item()

up agan. It's just the sha-1 hash of the bencoded form of the structure.

-
+

dht_put_item()

 void dht_put_item (boost::array<char, 32> key
diff --git a/docs/reference-Settings.html b/docs/reference-Settings.html
index ee3802ea795..3bf29632fe4 100644
--- a/docs/reference-Settings.html
+++ b/docs/reference-Settings.html
@@ -42,7 +42,7 @@ 

Settings

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
@@ -980,7 +980,9 @@

enum bandwidth_mixed_algo_t

blocks that are allocated at a time when the pool needs to grow can be specified in cache_buffer_chunk_size. This defaults to 16 blocks. Lower numbers saves memory at the expense of more heap allocations. It -must be at least 1.

+must be at least 1. When built in 32 bit mode, the effective cache size +will be capped at 3/4 of 2 GiB. This is to avoid exceeding the virtual +address space limitations.

diff --git a/docs/reference-Storage.html b/docs/reference-Storage.html index bc6412c1897..8c758251a1b 100644 --- a/docs/reference-Storage.html +++ b/docs/reference-Storage.html @@ -42,7 +42,7 @@

Storage

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference-String.html b/docs/reference-String.html index 8b0b1175669..0356097a424 100644 --- a/docs/reference-String.html +++ b/docs/reference-String.html @@ -42,7 +42,7 @@

String

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference-Time.html b/docs/reference-Time.html index 51cd8d65fc7..0820c36b97b 100644 --- a/docs/reference-Time.html +++ b/docs/reference-Time.html @@ -42,7 +42,7 @@

Time

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference-Utility.html b/docs/reference-Utility.html index acf9361bdb7..26467a873bd 100644 --- a/docs/reference-Utility.html +++ b/docs/reference-Utility.html @@ -42,7 +42,7 @@

Utility

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/docs/reference.html b/docs/reference.html index e4993f380b1..1d0d9e466d3 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -67,6 +67,7 @@

Core

+
@@ -225,7 +226,6 @@

Alerts

- diff --git a/docs/todo.html b/docs/todo.html index b5229cf5bba..c6a15b2c36a 100644 --- a/docs/todo.html +++ b/docs/todo.html @@ -25,11 +25,11 @@

libtorrent todo-list

9 relevant 12 feasible 45 notes - - +
relevance 4../src/session_impl.cpp:674in order to support SSL over uTP, the utp_socket manager either needs to be able to receive packets on multiple ports, or we need to peek into the first few bytes the payload stream of a socket to determine whether or not it's an SSL connection. (The former is simpler but won't do as well with NATs)
Author: Arvid Norberg, arvid@libtorrent.org
Version:1.0.7
1.0.9
diff --git a/docs/utp.html b/docs/utp.html index 8fc29f11070..11636003f8b 100644 --- a/docs/utp.html +++ b/docs/utp.html @@ -42,7 +42,7 @@

libtorrent manual

Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.7 +1.0.9
diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index 26514212c67..697e2efdac9 100644 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE. #define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY) #define LIBTORRENT_VERSION "1.0.9.0" -#define LIBTORRENT_REVISION "b0092d3" +#define LIBTORRENT_REVISION "ca54dc0" namespace libtorrent { // returns the libtorrent version as string form in this format: