arvidn
|
d138f02424
|
introduce lt namespace alias
|
2017-04-23 23:43:58 -04:00 |
Arvid Norberg
|
57f52adc88
|
various cleanup (#1497)
* various cleanup
* fix
* cleanup
|
2017-01-06 01:39:01 -05:00 |
arvidn
|
20aeed09e1
|
clean up tests
|
2016-11-12 17:39:34 -05:00 |
Alden Torres
|
ded3ed6abf
|
refactor in alert types to use more const fields and more clear API (#1222)
refactor in alert types to use more const fields and more clear API
|
2016-10-19 01:32:15 -04:00 |
arvidn
|
74fc0fae9d
|
merged RC_1_1 into master
|
2016-08-21 16:28:49 -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 |
Alden Torres
|
7cee486cf7
|
extensions refactor to use span and std::shared_ptr (#1005)
extensions refactor to use span. use std::shared_ptr instead of boost::shared_ptr.
|
2016-08-17 14:30:24 -04:00 |
Alden Torres
|
f51e782905
|
using string_view in node::incoming_request and plugin::on_dht_request (#1001)
use string_view in node::incoming_request. changed plugin::on_dht_request to use string_view
|
2016-08-15 16:17:13 -04:00 |
Arvid Norberg
|
9c2325ff6b
|
modernize and improve type-safety of the DHT put implementation and test (#929)
modernize and improve type-safety of the DHT put implementation and tests. use unique_ptr instead of malloc for dht put items.
|
2016-07-23 15:57:04 -07:00 |
Arvid Norberg
|
e782783814
|
modernize use override (#895)
|
2016-07-09 20:10:38 -04:00 |
Arvid Norberg
|
770935cd46
|
modernize-use-nullptr (#894)
|
2016-07-09 16:26:26 -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 |
Alden Torres
|
d3cd568447
|
plugin callback refactor (#823)
grouping plugins per feature
|
2016-06-17 22:02:21 -04:00 |
arvidn
|
06b52f1421
|
some cleanup of the dht_socket_interface and fix tests and simulations to build with the dht disabled
|
2016-01-18 14:34:42 -05:00 |
arvidn
|
17c5759829
|
disable warning for unused command line argument and fix warnings. remove redundant travis build config. use new preprocessor on clang to avoid warnings
|
2015-09-06 22:55:41 -04:00 |
arvidn
|
0de5cf8adc
|
attempt to fix windows build
|
2015-08-20 02:22:03 +02:00 |
Steven Siloti
|
8ae5a29492
|
don't try to test direct DHT when extensions are disabled
Also make some changes to improve the robustness of port binding
|
2015-08-15 16:47:43 -07:00 |
Steven Siloti
|
efbf3bd361
|
add test for direct DHT requests
|
2015-08-15 14:37:06 -07:00 |