Commit Graph

869 Commits

Author SHA1 Message Date
Arvid Norberg
341967dab7 improve magnet link support. in RSS feeds for instance. Parsing of magnet links was factored out and moved to the proper place, in session_impl::add_torrent 2012-03-08 09:54:44 +00:00
Arvid Norberg
5a8037dba2 added performance alert for address-in-use errors 2012-03-03 02:29:37 +00:00
Arvid Norberg
89554179f6 regenerate html 2012-03-02 19:30:57 +00:00
Arvid Norberg
99b4d4a183 add warning at session_settings::outgoing_ports 2012-03-02 09:54:18 +00:00
Arvid Norberg
8d754b9674 deprecate torrent_handle::super_seeding() and move it into torrent_status 2012-03-01 09:01:48 +00:00
Arvid Norberg
50b299b89b save torrents on metadata_received_alert in client_test 2012-02-21 05:56:22 +00:00
Arvid Norberg
d24a2e30fc rss feed fixes 2012-02-20 23:44:34 +00:00
Arvid Norberg
35ea214124 fix off-by-one bug in DHT node-ID calculation 2012-02-16 03:51:39 +00:00
Arvid Norberg
3a9d7fc66d fix typo and document custom alerts 2012-02-12 10:11:14 +00:00
Arvid Norberg
10a7b1f8a5 mention default_storage and disabled_storage in docs 2012-02-12 09:53:56 +00:00
Arvid Norberg
dbe0554458 regenerated documentation 2012-01-16 02:09:07 +00:00
Arvid Norberg
23596a04a5 removed dead link 2012-01-16 02:08:20 +00:00
Arvid Norberg
ae90a8f85e verify that torrent names matches the DNS name in its certificate (RFC 2818-style). Fix issues that was breaking SSL support and tidy up a bit 2012-01-15 23:34:43 +00:00
Arvid Norberg
4a40e68a82 landed ssl branch back into trunk 2012-01-14 16:04:25 +00:00
Arvid Norberg
ef724014aa deprecated per-peer rate limits (and removed them from libtorrent_aio) 2011-12-18 12:52:09 +00:00
Arvid Norberg
78f16cedd9 deprecate torrent::set_ratio 2011-12-18 07:18:42 +00:00
Arvid Norberg
f5d2cf0519 add some documentation of the internals of libtorrent 2011-12-11 09:44:05 +00:00
Arvid Norberg
c3695d9fbb add have_piece function to torrent_handle 2011-11-27 00:01:13 +00:00
Arvid Norberg
6aba061cb8 fix pad file bug in create_torrent and amend docs about pad files 2011-11-25 09:45:28 +00:00
Arvid Norberg
413bc67279 fixed links in api docs 2011-11-19 20:09:17 +00:00
Arvid Norberg
f4cf656306 update build docs 2011-11-19 20:07:41 +00:00
Arvid Norberg
c4232065d8 introduced a more scalable API for torrent status updates (post_torrent_updates()) 2011-11-15 02:34:00 +00:00
Arvid Norberg
7d7e88b015 document async_add_torrent 2011-11-14 02:47:12 +00:00
Arvid Norberg
e896f459f8 update python docs 2011-11-13 06:22:08 +00:00
Arvid Norberg
a60cfa3319 add blog link to index page 2011-11-10 08:50:24 +00:00
Arvid Norberg
2330520c51 change the add_torrent_params API to use flags instead of a bunch of bools (but leave it backwards compatible) 2011-11-08 05:36:22 +00:00
Arvid Norberg
5627fa2e2e fix documentation bug 2011-11-07 07:02:28 +00:00
Arvid Norberg
d16395beae regenerated html 2011-11-07 06:57:48 +00:00
Arvid Norberg
e58e27e83a change peer_states to be a bitmask (bw_limit, bw_network, bw_disk) 2011-10-25 17:34:42 +00:00
Arvid Norberg
451c31828f changed semantics of send_buffer_watermark_factor to be specified as a percentage 2011-09-23 21:12:28 +00:00
Arvid Norberg
f5b5160169 add incoming_connection_alert for logging all successful incoming connections 2011-09-17 01:44:05 +00:00
Arvid Norberg
469414d486 initial BitTorrent over SSL support 2011-09-12 03:51:49 +00:00
Arvid Norberg
51ed06304e deprecated compact storage allocation 2011-08-22 00:51:14 +00:00
Arvid Norberg
5e92858360 document piece picker and dont_have extension 2011-08-14 23:14:46 +00:00
Arvid Norberg
d12c97e495 clarified documentation of force_reannounce 2011-08-07 18:50:41 +00:00
Arvid Norberg
f6554bad08 back ported feature to expose which pieces have been verified in seed_mode and exposes it in client_test (initially implemented in the libtorrent_aio branch) 2011-08-07 07:19:18 +00:00
Arvid Norberg
109e527568 added reset_piece_deadline function 2011-08-05 06:31:46 +00:00
Arvid Norberg
d37e617f06 update docs 2011-08-05 06:15:08 +00:00
Arvid Norberg
125041d2bf fixed typo in docs 2011-08-02 17:02:42 +00:00
Arvid Norberg
a46fe97ab3 regenerated html 2011-07-30 17:53:34 +00:00
Arvid Norberg
7817229f5d improve support for merkle tree torrent creation 2011-07-30 17:35:22 +00:00
Arvid Norberg
d13335ba14 updated build docs 2011-07-12 08:47:39 +00:00
Arvid Norberg
8aaed9680e fixed typo on features page 2011-07-10 07:21:57 +00:00
Arvid Norberg
295bbe5340 update build instructions 2011-07-09 20:42:23 +00:00
Arvid Norberg
70e6a6efaf update documentation stylesheet for pdfs 2011-07-04 07:03:07 +00:00
Arvid Norberg
ea535bca2b regenerated html 2011-07-04 05:46:18 +00:00
Arvid Norberg
94b3ef81c3 updated documentation to call out the save-resume-data race condition and added an assert to the destructor of alert_manager 2011-07-04 05:45:39 +00:00
Arvid Norberg
060b849dda factor encryption handler a bit and add proposal for an authentication extension 2011-06-18 16:58:36 +00:00
Arvid Norberg
d6c8184381 support locking files 2011-06-09 06:08:24 +00:00
Arvid Norberg
8c04986cbe fix overflow in example code in dht_sec.rst 2011-05-26 21:05:52 +00:00