Arvid Norberg
|
d4f85cb8e2
|
more asserts in order to catch an error I can't reproduce
|
2005-11-09 12:40:07 +00:00 |
Arvid Norberg
|
0ae3b24bd2
|
potentially cured the symptoms of a bug where a torrent can be destructed without having all its connections closed first
|
2005-11-08 00:56:26 +00:00 |
Arvid Norberg
|
822ac4a283
|
fixed some bugs in session.cpp where it removed peers from the selector prematurely. made the num_peers in the torrent_status only count connected peers, and updated the docs accordingly
|
2005-11-05 10:56:47 +00:00 |
Arvid Norberg
|
ec7eb0ebd6
|
more asserts in peer_connection
|
2005-11-04 00:14:55 +00:00 |
Arvid Norberg
|
bcbe165aee
|
added the ability to limit the number of half-open tcp connections
|
2005-11-02 16:28:39 +00:00 |
Arvid Norberg
|
3f36dd0395
|
added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed.
|
2005-11-01 18:30:39 +00:00 |
Arvid Norberg
|
d3996ccfb9
|
added metadata_failed_alert and allcoating torrent state
|
2005-10-17 13:45:53 +00:00 |
Arvid Norberg
|
6db55b87ab
|
fixed problem when aborting checking torrents
|
2005-10-16 21:14:08 +00:00 |
Arvid Norberg
|
23fbb8d240
|
may have fixed a bug where incorrect metadata was sent (introduced with the latest optimization)
|
2005-10-16 20:15:54 +00:00 |
Arvid Norberg
|
f63702c964
|
optimized session::add_torrent() by putting more info in torrent_info, to make it possible to reproduce the exact info section from an torrent_info object. The result is that the .torrent file is only parsed once.
|
2005-10-16 16:58:41 +00:00 |
Arvid Norberg
|
f770d1438d
|
fixed bug introduced in latest storage changes (triggered when using metadata extension). improved commandline switches to client_test
|
2005-10-16 09:15:46 +00:00 |
Arvid Norberg
|
19259170d7
|
fixed problem when using metadata extension
|
2005-10-15 23:07:39 +00:00 |
Arvid Norberg
|
189a8756ee
|
big change in the way storage is checked. The checker thread can now check the fastresume data of a new torrent without waiting for a currently checking one
|
2005-10-13 07:59:05 +00:00 |
Arvid Norberg
|
a09159c239
|
fixed the buggy changes from last revision, modified the invariant checks
|
2005-10-01 15:12:10 +00:00 |
Arvid Norberg
|
cbcf8df504
|
modified some assertions in policy
|
2005-10-01 11:20:47 +00:00 |
Arvid Norberg
|
da6afef0ae
|
*** empty log message ***
|
2005-10-01 10:50:07 +00:00 |
Arvid Norberg
|
8ef7f58d16
|
fixed bug where some blocks weren't restored in the piece picker when the peer they were requested from disconnected. made the invariant check on policy work
|
2005-09-28 23:58:55 +00:00 |
Arvid Norberg
|
8cfc98b976
|
added more invariant checks to policy
|
2005-09-28 16:12:47 +00:00 |
Arvid Norberg
|
09c98711d5
|
made the peer_connection re-request pieces that aren't sent (fixes a problem where the download could get stuck because bitcomet ignores some requests)
|
2005-09-21 21:44:38 +00:00 |
Arvid Norberg
|
a15f589341
|
fixed problem in piece_picker with filtered files, also optimzed it somewhat. Added more logging and added one test to the piece_picker test
|
2005-09-01 21:04:21 +00:00 |
Arvid Norberg
|
84ddeacea0
|
*** empty log message ***
|
2005-08-23 09:59:56 +00:00 |
Arvid Norberg
|
d19c2c6483
|
removed olf workarounds for vc6.5 and added documentation for building with autotools
|
2005-08-15 18:03:57 +00:00 |
Arvid Norberg
|
1934171431
|
bugfixes, fixes for boost 1.33, made the piece picker pick whole pieces from fast peers
|
2005-08-14 22:04:58 +00:00 |
Arvid Norberg
|
e514643056
|
added support for tracker warnings
|
2005-08-10 23:32:39 +00:00 |
Arvid Norberg
|
300e839fab
|
*** empty log message ***
|
2005-07-16 00:56:50 +00:00 |
Arvid Norberg
|
080da58903
|
*** empty log message ***
|
2005-07-10 10:42:00 +00:00 |
Arvid Norberg
|
c094bc98b5
|
*** empty log message ***
|
2005-07-08 14:15:40 +00:00 |
Arvid Norberg
|
9b70048c97
|
*** empty log message ***
|
2005-07-08 14:04:14 +00:00 |
Arvid Norberg
|
d26b6462b5
|
*** empty log message ***
|
2005-07-06 13:18:10 +00:00 |
Arvid Norberg
|
e003bb8ad5
|
added ip filters and fixed torrent_info::create_torrent()
|
2005-07-06 00:58:23 +00:00 |
spyhole
|
8f975b13b1
|
*** empty log message ***
|
2005-07-05 01:54:57 +00:00 |
spyhole
|
3fdf9b378f
|
updated filter_file function
|
2005-07-05 01:34:10 +00:00 |
Arvid Norberg
|
c42a8a50d3
|
*** empty log message ***
|
2005-07-04 16:33:54 +00:00 |
Arvid Norberg
|
aa57fde0db
|
*** empty log message ***
|
2005-07-04 16:27:14 +00:00 |
spyhole
|
6f698e98a5
|
update the function filter_file
|
2005-07-04 15:31:27 +00:00 |
spyhole
|
b4a2cc645f
|
add file file filter functions to test
|
2005-07-03 23:33:47 +00:00 |
spyhole
|
6410cac43c
|
torrent.cpp
|
2005-07-02 08:47:46 +00:00 |
Arvid Norberg
|
4807fe6a46
|
*** empty log message ***
|
2005-06-27 23:11:09 +00:00 |
Arvid Norberg
|
0d6a4de5aa
|
*** empty log message ***
|
2005-06-22 23:04:37 +00:00 |
Arvid Norberg
|
eca5300ebb
|
*** empty log message ***
|
2005-06-15 12:54:35 +00:00 |
Arvid Norberg
|
de63a70323
|
*** empty log message ***
|
2005-06-12 00:21:37 +00:00 |
Arvid Norberg
|
1bc22888a8
|
*** empty log message ***
|
2005-06-10 23:12:50 +00:00 |
Arvid Norberg
|
fbffae1981
|
*** empty log message ***
|
2005-05-30 17:43:03 +00:00 |
Arvid Norberg
|
e525456498
|
*** empty log message ***
|
2005-05-29 17:25:13 +00:00 |
Arvid Norberg
|
2fabb2bf80
|
experimental support for filtering pieces (filter from downloading that is)
|
2005-05-25 10:01:01 +00:00 |
Arvid Norberg
|
9707b6aeb0
|
added support for non-compact storage layout. i.e. all the files are allocated on disk before downloading starts
|
2005-05-13 00:39:39 +00:00 |
Arvid Norberg
|
1f87a19d1c
|
*** empty log message ***
|
2005-04-24 00:50:52 +00:00 |
Arvid Norberg
|
dc40b2e7cd
|
better error reports from tracker failures (with http status codes)
|
2005-04-20 23:00:27 +00:00 |
Arvid Norberg
|
00272bbaea
|
fixed a bug where paused torrents would still get resources allocated for them
|
2005-03-29 23:47:13 +00:00 |
Arvid Norberg
|
d9e10440f3
|
fixed assert bug in policy and generalized the tracker_connection observer interface a bit
|
2005-03-24 12:13:47 +00:00 |