luzpaz
|
63373cf012
|
Fixes various typos
Found via `codespell -q 3 -S "*.pem,*.torrent,./docs/hunspell,./src/puff.cpp" -L bu,fo,folx,ihs,ot,readd,requestor,te`
|
2023-08-24 07:52:41 +02:00 |
|
arvidn
|
87ee48b9ce
|
client_test: support sorting torrents
|
2023-05-20 18:03:15 +02:00 |
|
arvidn
|
4d53f5a65c
|
various minor improvements to client_test
|
2023-05-20 11:32:34 +02:00 |
|
arvidn
|
1499916bd4
|
support printing i2p destination for peers
|
2023-04-10 13:19:19 +02:00 |
|
Arvid Norberg
|
4d65bc3342
|
improve client_test scrolling
|
2023-01-16 01:21:13 +01:00 |
|
arvidn
|
550d3c7d9f
|
update copyright headers
|
2022-06-22 21:42:55 +02:00 |
|
arvidn
|
861a6082ee
|
merged RC_1_2 into RC_2_0
|
2021-03-13 00:24:33 +01:00 |
|
arvidn
|
5609e80e01
|
minor fix to client_test
|
2021-03-12 22:21:52 +01:00 |
|
arvidn
|
b2d7e07e1a
|
merged RC_1_2 into RC_2_0
|
2020-11-09 13:12:14 +01:00 |
|
arvidn
|
678a610f91
|
deprecate torrent_status::allocating. This state is no longer used
|
2020-11-08 16:53:20 +01:00 |
|
arvidn
|
5935f63ead
|
update copyrights
|
2020-09-01 05:14:17 -07:00 |
|
arvidn
|
f8ab79bb36
|
fix warnings in client_test example
|
2020-08-25 07:20:17 -07:00 |
|
arvidn
|
10d06f2831
|
restore torrent_status::info_hash to be a sha1_hash, and deprecate it. Add the new, info_hash_t member as info_hashes
|
2020-08-16 08:27:20 -07:00 |
|
arvidn
|
d3f7a363c2
|
update copyright year
|
2019-08-29 00:13:04 +02:00 |
|
arvidn
|
e08dc0b21d
|
use std::array<> and span<> in torrent_view and correct snprintf() usage
|
2019-02-18 13:48:34 +01:00 |
|
Steven Siloti
|
deada93460
|
client_test: fix assert when adding a magnet link
|
2018-10-14 11:10:25 +02:00 |
|
arvidn
|
eae4307da2
|
in client_test, print the number of pieces downloaded in the torrent list, and improve printing of padfiles in file list
|
2018-08-05 16:25:03 +02:00 |
|
arvidn
|
0221f6e8a6
|
client_test fixes
|
2018-02-25 14:04:18 +01:00 |
|
arvidn
|
a3a38b4d64
|
fix torrent state printing in client_test example
|
2018-01-28 19:32:26 +01:00 |
|
arvidn
|
f57b90b500
|
introduce type for torrent queue_position
|
2017-11-01 10:52:45 +01:00 |
|
arvidn
|
4947602a2f
|
make add_torrent_params::flags_t an enum class and move it out into its own header
|
2017-07-17 01:05:31 -07:00 |
|
AllSeeingEyeTolledEweSew
|
00655d562b
|
Refactor several flags to torrent_handle::get_flags/set_flags.
|
2017-07-17 01:05:31 -07:00 |
|
arvidn
|
645d658214
|
merged RC_1_1 into master
|
2017-04-13 07:42:32 -07:00 |
|
Arvid Norberg
|
e7a379551c
|
discourage forward declarations of libtorrent types, introduce forward declaration header (#1910)
|
2017-04-13 06:48:01 -07:00 |
|
Arvid Norberg
|
09274842f7
|
fix resume data issue in client_test and some warnings (#1897)
fix resume data issue in client_test and some warnings
|
2017-04-09 09:37:06 -04:00 |
|
arvidn
|
6cdd598e7c
|
make add_torrent_params movable and have add_torrent/async_add_torrent take it by value
|
2017-03-26 16:48:57 -04:00 |
|
Arvid Norberg
|
675d16a2c3
|
remove remainder of eviction/ghost torrent feature (#1251)
remove remainder of eviction/ghost torrent feature
|
2016-10-25 08:02:34 -04:00 |
|
Arvid Norberg
|
c18c12a144
|
remove ghost torrent/torrent eviction feature. (#1214)
remove ghost torrent/torrent eviction feature. It was very complex and did not solve the problem very well
|
2016-10-15 13:32:59 -04:00 |
|
Alden Torres
|
4c53d7b2da
|
refactor to use std unordered containers and minor cleanup (#1070)
|
2016-09-06 23:37:36 -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 |
|
Andrei Kurushin
|
62eb956c54
|
fix x64 build with VS2015 UP2 compiler (#640)
fix VS2015 compiler warnings for: address-model=64, deprecated-functions=on, link=shared
|
2016-04-25 17:22:09 -04:00 |
|
arvidn
|
ebb9fdaf54
|
add error_code to torrent_status instead of error string
|
2015-11-05 20:43:23 -05:00 |
|
arvidn
|
b628692223
|
separate out announce_entry and torrent_status into their own headers
|
2015-09-18 08:08:08 -04:00 |
|
Arvid Norberg
|
09bc072c31
|
inactive/auto managed fixes. fix client_test key input
|
2015-05-26 18:39:49 +00:00 |
|
Arvid Norberg
|
f0336017d1
|
fix gcc warnings and missing header files in makefiles
|
2015-04-26 00:51:44 +00:00 |
|
Arvid Norberg
|
91270a0c2b
|
make operation_t public and document it. include peer disconnects in client_test log
|
2015-02-15 05:17:09 +00:00 |
|
Arvid Norberg
|
622981d2cd
|
client_test fixes
|
2014-07-10 08:32:32 +00:00 |
|
Arvid Norberg
|
f74180a61d
|
fixes to client_test
|
2014-07-10 01:34:39 +00:00 |
|
Arvid Norberg
|
8fc07e6e89
|
more work towards making client_test event-driven and use session stats counters instead of session_status + some refactoring
|
2014-07-08 22:37:13 +00:00 |
|
Arvid Norberg
|
a63370f650
|
overhauled client_test. refactored and simplified. still in progress
|
2014-07-08 15:35:14 +00:00 |
|