arvidn
|
983b1d6422
|
provide better names for alert_category_t constants
|
2020-04-04 15:06:02 -07:00 |
arvidn
|
a871668397
|
TLS version should not be configurable. it's deprecated in openssl
|
2020-03-29 06:41:51 -07:00 |
arvidn
|
4fd6136b2a
|
improve support for SSL connections. make passing in the SSL context into the http_connection mandatory (simplifying it, so it doesn't have to create its own). Sepaate the SSL context used for trackers and SSL torrents, so normal trackers can be validated, without interfering with the special SNI callback used for SSL torrents
|
2020-03-21 12:28:49 -07:00 |
arvidn
|
c437a24d78
|
renamed debug_notification to connect_notification
|
2018-09-28 17:28:34 -07:00 |
arvidn
|
109db58641
|
merge RC_1_1 into master
|
2018-09-25 21:33:29 -07:00 |
arvidn
|
6c4d1b9143
|
back-port the patch to split up the progress_notification alert_mask into three new categories, file-, piece- and block progress
|
2018-09-24 08:52:30 -07:00 |
arvidn
|
fe612ca167
|
replace the TORRENT_CFG ABI check with inline namespaces around the symbol that can change ABI based on build configuration options
|
2018-05-13 19:25:17 +02:00 |
Arvid Norberg
|
6efff919cd
|
deprecated alert::progress_notification alert category, split into finer grained categories
|
2018-04-05 16:27:28 +02:00 |
arvidn
|
7b06a5ee6e
|
merged RC_1_1 into master
|
2017-12-13 12:36:35 +01:00 |
arvidn
|
b38efb6c65
|
make alert category flags be a strong type
|
2017-07-26 07:20:47 -07:00 |
arvidn
|
d138f02424
|
introduce lt namespace alias
|
2017-04-23 23:43:58 -04:00 |
Arvid Norberg
|
80e5ce9b32
|
add a default DHT bootstrap node when it's enabled on session startup (#1008)
make the dht bootstrap nodes part of settings_pack instead, to make it possible to set them on startup. and add default
|
2016-08-21 12:15:19 -04:00 |
arvidn
|
d505f93d7a
|
port sim tests to use the new setup_swarm API
|
2015-12-12 00:41:47 -05:00 |
arvidn
|
fd3b53604c
|
add new piece picker logging alert category
|
2015-11-29 08:25:55 -05:00 |
arvidn
|
0f760d3fb4
|
expand tracker unit test to assert the session correctly receives the right peers
|
2015-08-29 16:04:35 -04:00 |
arvidn
|
3963d47385
|
fix shared linking against libtorrent_test
|
2015-08-08 18:13:43 -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 |