premiere-libtorrent/src/kademlia
arvidn 3f87801142 fix some cppcheck warnings 2018-11-27 13:53:38 +01:00
..
dht_settings.cpp 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
dht_state.cpp remove the IPv6 enable/disable build config 2018-08-19 22:20:54 +02:00
dht_storage.cpp improve interoperability between bdecode_node and entry (for encoding). Make it possible to construct an entry from a bdecode_node. move comparison operators out of entry to support implicit conversions from bdecode_node 2018-11-18 22:54:36 +01:00
dht_tracker.cpp add rvalue reference overloads for add_torrent_params, settings_pack and session_params. Those structures are pretty large so being able to take them by rvalue reference may be beneficial 2018-11-13 08:05:56 +01:00
dos_blocker.cpp merged RC_1_1 into master 2018-04-13 01:47:41 +02:00
ed25519.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
find_data.cpp fix some unintentional copies (with explicit moves) 2018-07-01 18:22:32 +02:00
get_item.cpp fix some unintentional copies (with explicit moves) 2018-07-01 18:22:32 +02:00
get_peers.cpp make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts 2018-11-16 14:06:22 +01:00
item.cpp deprecate slow bdecode() function 2018-11-19 09:09:55 +01:00
msg.cpp fix some cppcheck warnings 2018-11-27 13:53:38 +01:00
node.cpp fix some cppcheck warnings 2018-11-27 13:53:38 +01:00
node_entry.cpp merged RC_1_1 into master 2018-04-13 01:47:41 +02:00
node_id.cpp make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts 2018-11-16 14:06:22 +01:00
put_data.cpp merged RC_1_1 into master 2018-04-13 01:47:41 +02:00
refresh.cpp fix some unintentional copies (with explicit moves) 2018-07-01 18:22:32 +02:00
routing_table.cpp remove the IPv6 enable/disable build config 2018-08-19 22:20:54 +02:00
rpc_manager.cpp remove the IPv6 enable/disable build config 2018-08-19 22:20:54 +02:00
sample_infohashes.cpp move shared_ptr instead of copying them, when constructing DHT observers 2017-11-08 23:09:43 +01:00
traversal_algorithm.cpp remove the IPv6 enable/disable build config 2018-08-19 22:20:54 +02:00