arvidn
|
9b1607a63c
|
fix updating of is_finished torrent status, when changing piece priorities
|
2019-09-07 10:45:25 +02:00 |
arvidn
|
7f2a78d0c9
|
make random_shuffle() take a range instead of two iterators. use random_bytes() instead of std::generate() and random_byte(). Remove unused hasher.hpp includes
|
2019-02-19 01:48:08 +01:00 |
arvidn
|
bb51dcdbb9
|
move dht_settings into its own header cpp file-pair and dht_settings into the dht namespace
|
2017-09-04 22:38:16 +02:00 |
arvidn
|
e19736f925
|
fix simulation tests to make them not use deprecated functions
|
2017-07-26 18:00:03 -07:00 |
arvidn
|
d138f02424
|
introduce lt namespace alias
|
2017-04-23 23:43:58 -04:00 |
arvidn
|
79d7ae3638
|
separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class
|
2017-04-11 18:07:55 -04:00 |
arvidn
|
0c7e86078b
|
merged RC_1_1 into master
|
2017-01-08 10:18:41 -05:00 |
Arvid Norberg
|
5d1fb97b14
|
fix torrent_status test (#1499)
fix torrent_status and tracker interval test
|
2017-01-08 09:51:01 -05:00 |
Arvid Norberg
|
57f52adc88
|
various cleanup (#1497)
* various cleanup
* fix
* cleanup
|
2017-01-06 01:39:01 -05:00 |
arvidn
|
2a999e1ea7
|
merge RC_1_1 into master
|
2016-11-03 23:58:35 -04:00 |
Arvid Norberg
|
f5c7a49d61
|
remove incorrect deleted-storages assert and add some more test coverage in test_metadata_extensions (#1286)
|
2016-11-03 19:39:42 -04:00 |
arvidn
|
6c805bd06d
|
simplify print statements in tests
|
2016-10-09 20:23:45 -04:00 |
Alden Torres
|
3faa771843
|
removed use of boost::bind and boost::scoped_array (#1053)
|
2016-09-01 09:43:53 -04:00 |
Alden Torres
|
bf0008933a
|
refactor to use std::shared_ptr with peer_connection, core and tests (#1050)
|
2016-08-31 21:42:18 -04:00 |
arvidn
|
8c8c3d5587
|
replace boost::function with std::function
|
2016-08-13 07:07:26 -04:00 |
Arvid Norberg
|
44c048f4f5
|
fix seed mode and suggest mode (#871)
fix resume data when combining seed-mode with suggest-mode
|
2016-07-02 16:20:12 -04:00 |
Arvid Norberg
|
717ed8bd3b
|
Msvc warnings (#822)
fix msvc warnings in python bindings and simulations
|
2016-06-18 19:24:27 -04:00 |
Arvid Norberg
|
ed077c8358
|
use cstdint intead of boost/cstdint.hpp (#833)
use cstdint intead of boost/cstdint.hpp
|
2016-06-18 14:01:38 -04:00 |
Arvid Norberg
|
c0fb61c5d7
|
replace the suggest-read-cache logic with something much simpler (#815)
replace the suggest-read-cache logic with something much simpler that doesn't schedule regular jobs and doesn't query the disk cache
|
2016-06-15 13:29:54 -04:00 |
Arvid Norberg
|
ef1a24518d
|
fix dht tests (#803)
fix tests
|
2016-06-11 15:37:28 -04:00 |
Arvid Norberg
|
e8380e1d0b
|
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows (#732)
|
2016-05-17 09:24:06 -04:00 |
arvidn
|
7c108e6c19
|
merged RC_1_1 into master
|
2016-05-09 00:30:30 -04:00 |
arvidn
|
6d49d9d061
|
update libsimulator submodule
|
2016-05-06 17:41:52 -04:00 |
Steven Siloti
|
2abd9867ce
|
IPv6 DHT support
Fixes #110
|
2016-04-24 14:26:57 -07:00 |
arvidn
|
2b00eb1b38
|
refactor and clean up some sim tests
|
2016-03-27 18:40:49 -04:00 |
arvidn
|
88b7e3768f
|
add sim test for optimistic unchoke round-robin distribution
|
2016-02-01 20:28:30 -05:00 |
arvidn
|
1712a8e4b4
|
polish the stop-when-ready flag and improve documentation
|
2015-12-13 20:31:28 -05:00 |
arvidn
|
d505f93d7a
|
port sim tests to use the new setup_swarm API
|
2015-12-12 00:41:47 -05:00 |
arvidn
|
1f453bf159
|
clean up setup-swarm simulation utility to be more flexible to make it easier to add new tests. remove swarm_suite layer as it's not necessary anymore
|
2015-12-12 00:41:40 -05:00 |
arvidn
|
a8e31fd8ca
|
add first coverage of test_transfer as a proper sim
|
2015-11-28 00:59:39 -05:00 |
arvidn
|
729a8e9152
|
update libsimulator. add simulation/test for announcing twice to trackers over IPv4 and IPv6. fix bugs preventing libtorrent from doing that correctly
|
2015-10-27 00:21:07 -04:00 |
arvidn
|
5da511f140
|
now that force-started torrents aren't affected by the auto-manager, they need to be explicitly kicked when entering checking state (it would be nice if all this could be done through set_state())
|
2015-09-29 20:49:38 -04:00 |
arvidn
|
c9a0212ee0
|
add simulation of tracker announces
|
2015-09-16 20:49:10 -04:00 |
arvidn
|
a75699eff1
|
move test_metadata_extension to a simulation instead of a live test
|
2015-08-10 09:17:41 -04:00 |
arvidn
|
a3dbbd6a37
|
transition the test_pe_crypto system tests to be simulation
|
2015-08-10 06:57:51 -04:00 |
arvidn
|
46803b75f8
|
support building libtorrent in simulation mode (using libsimulator, which is a git submodule)
|
2015-08-07 21:31:59 -04:00 |