premiere-libtorrent/src/kademlia
Alden Torres 32f5f8f257 better integration and API for ed25519 (#1037)
better integration and API for ed25519. using shared_ptr in ed25519_add_scalar
2016-08-29 20:28:42 -04:00
..
dht_storage.cpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
dht_tracker.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
dos_blocker.cpp added TORRENT_EXPORT to avoid link weak symbol warning (#975) 2016-08-02 00:15:26 -04:00
ed25519.cpp better integration and API for ed25519 (#1037) 2016-08-29 20:28:42 -04:00
find_data.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
get_item.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
get_peers.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
item.cpp better integration and API for ed25519 (#1037) 2016-08-29 20:28:42 -04:00
msg.cpp 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
node.cpp using string_view in node::incoming_request and plugin::on_dht_request (#1001) 2016-08-15 16:17:13 -04:00
node_entry.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
node_id.cpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00
put_data.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
refresh.cpp fix uses of defines for whether or not asserts are active (#832) 2016-06-18 08:31:07 -04:00
routing_table.cpp fix timestamp arithmetic overflow 2016-07-30 00:38:17 -04:00
rpc_manager.cpp use boost::string_ref (#996) 2016-08-13 07:04:53 -04:00
traversal_algorithm.cpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00