arvidn
|
a9753d3bdc
|
merge RC_1_1 into master
|
2017-12-27 22:16:14 +01:00 |
arvidn
|
753826cbb8
|
merger RC_1_1 into master
|
2017-12-23 18:15:01 +01:00 |
arvidn
|
b7decd452e
|
add getters for peer_class_filter and peer_class_type_filter
|
2017-12-23 09:25:06 +01:00 |
arvidn
|
a6656aeb93
|
generate random keys for use in tracker announces. keys are unique for each torrent and the listen interface they announce via
|
2017-11-29 00:10:35 +01:00 |
arvidn
|
1c278cc697
|
add API to query whether alerts have been dropped or not
|
2017-11-11 15:42:53 +01:00 |
Roman Kalashnikov
|
7aa5570589
|
Remove twice assigned values
|
2017-10-30 19:13:56 +01:00 |
Alden Torres
|
f040d6d860
|
added reopen_network_sockets method to allow manual reopen of listen/outgoing sockets (#2476)
|
2017-10-28 12:15:35 +02:00 |
arvidn
|
516df740a3
|
make session_handle::get_torrent_status return the vector instead of taking an out-parameter
|
2017-10-14 23:35:35 +02:00 |
arvidn
|
edad33d270
|
fix const correctness in get_peer_class
|
2017-09-24 14:49:55 -07: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
|
11f008e90e
|
use a strong typedef for port mapping id
|
2017-09-02 07:02:07 +02:00 |
Arvid Norberg
|
f734ad067b
|
straighten out some type-safety in port mapping enums (#2285)
|
2017-08-30 20:47:49 +02:00 |
arvidn
|
6fa181ece8
|
some cleanup of type-safe flags
|
2017-07-30 18:20:15 -07:00 |
arvidn
|
322007bb6a
|
make save_state_flags a strong type
|
2017-07-30 09:06:41 -07:00 |
arvidn
|
24e4263bae
|
make torrent status flags be type safe
|
2017-07-27 09:33:35 -07: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 |
arvidn
|
5c37eb174f
|
drop support for windows compilers without std::string and wchar_t (believed to be old cygwin)
|
2017-07-02 08:24:55 -04:00 |
arvidn
|
3c8450d47c
|
fix backwards compatibility issue when loading the torrent info dict from resume data
|
2017-06-29 15:03:49 -04:00 |
Alden Torres
|
48ef3b6bf7
|
implemented support for BEP 51 (#1652)
|
2017-06-12 11:54:11 +02:00 |
Steven Siloti
|
353ab20280
|
make session_handle hold a weak_ptr and be copyable (#2034)
|
2017-05-28 06:41:50 -04:00 |
Steven Siloti
|
cdd50be859
|
create a separate DHT node for each listen socket
|
2017-04-23 19:49:49 -04:00 |
arvidn
|
480bde9333
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -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 |
Arvid Norberg
|
b8e77444d5
|
use span for read_resume_data() (#1867)
use span for read_resume_data()
|
2017-03-29 16:10:32 -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 |
Alden Torres
|
847792854d
|
fixing sign-conversion warnings, part 20 (#1745)
fixing sign-conversion warnings, part 20
|
2017-02-22 23:28:25 -05:00 |
Alden Torres
|
ee4d82d166
|
fix in DHT counters, alert types test, typos, formatting (#1747)
fix in DHT counters, alert types test, typos, formatting
|
2017-02-22 17:40:14 -05:00 |
Alden Torres
|
267cab6822
|
fixing sign-conversion warnings, part 18
|
2017-02-21 01:41:34 -05:00 |
Alden Torres
|
1e98bf19a5
|
added support for enumerating the internal DHT live nodes (#1712)
added support for enumerating the internal DHT live nodes
|
2017-02-18 23:02:23 -05:00 |
arvidn
|
5971818969
|
merge RC_1_1 into master
|
2017-02-12 02:24:14 -05:00 |
Arvid Norberg
|
692759ba81
|
slightly improve proxy settings backwards compatibility-1.1 (#1664)
slightly improve proxy settings backwards compatibility
|
2017-02-06 00:01:04 -05:00 |
Arvid Norberg
|
29db3de6c0
|
wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639)
wrap most instances of throw, and terminate on builds where exceptions are disabled
|
2017-01-29 15:37:42 -05:00 |
arvidn
|
6b91adab6a
|
merged RC_1_1 into master
|
2017-01-28 14:36:23 -05:00 |
Arvid Norberg
|
ba9fae8e1f
|
fix issue with unloading torrents (#1624)
fix issue with unloading torrents
|
2017-01-25 23:42:59 -05:00 |
Alden Torres
|
8b98bf2c9d
|
more use of peer_class_t in public API
|
2017-01-22 14:06:27 -05:00 |
Arvid Norberg
|
6a701437b6
|
use strong_typedef for peer_class_t type (#1595)
use strong_typedef for peer_class_t type
|
2017-01-21 22:40:19 -05:00 |
arvidn
|
4ebc344e48
|
make disk_io_thread responsible for the storage object. torrents refer to it by index
|
2017-01-01 13:54:39 -05:00 |
Alden Torres
|
d5c4cd7280
|
fixed sign-compare warnings and some refactor (#1354)
fixed sign-compare warnings and some refactor. make sequence_number backed by std::int64_t
|
2016-11-27 08:46:53 -05:00 |
Alden Torres
|
86251adb1b
|
more fixes of integral type conversion warnings
|
2016-11-21 20:22:18 -05:00 |
arvidn
|
14236993ea
|
collapse logic in piece_manager into storage directly
|
2016-11-13 02:53:16 -05:00 |
arvidn
|
d91f6f8c05
|
merged RC_1_1 into master
|
2016-11-03 01:19:38 -04:00 |
Arvid Norberg
|
21d05945f2
|
documentation and deprecation fixes (#1275)
documentation and deprecation fixes
|
2016-10-31 20:00:01 -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
|
5c361715da
|
handle exceptions in session and torrent io_service jobs (#1185)
handle exceptions in session and torrent io_service jobs
|
2016-10-06 00:08:14 -04:00 |
Alden Torres
|
84e735c0ea
|
refactor for more use of move with settings_pack (#1162)
|
2016-09-28 13:28:43 -04:00 |
Arvid Norberg
|
3e7e806a77
|
deprecate old session_settings API (use settings_pack instead) (#1117)
deprecate old session_settings API (use settings_pack instead)
|
2016-09-20 23:49:23 -07:00 |
Alden Torres
|
99da5c8017
|
dht log optimization, consts and refactor (#1073)
dht log optimization and refactor
|
2016-09-08 19:13:46 -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 |
Alden Torres
|
cdb15ba886
|
refactor to use std::shared_ptr with torrent (#1048)
|
2016-08-31 08:27:36 -04:00 |
Alden Torres
|
bb388563b3
|
refactor to use torrent_info with std::shared_ptr (#1006)
|
2016-08-17 17:26:35 -04:00 |