wownero/src/p2p
SChernykh 9ca9f1214a Fixed issues found by static analysis
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
2021-03-18 21:57:13 +01:00
..
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
net_node.cpp Optional DNS based blocklist 2020-12-20 02:34:24 +00:00
net_node.h Add aggressive restrictions to pre-handshake p2p buffer limit 2020-12-29 19:58:53 -05:00
net_node.inl Fixed issues found by static analysis 2021-03-18 21:57:13 +01:00
net_node_common.h Optional DNS based blocklist 2020-12-20 02:34:24 +00:00
net_peerlist.cpp keep only the last seen node on a given host in the white list 2020-12-04 01:55:05 +00:00
net_peerlist.h keep only the last seen node on a given host in the white list 2020-12-04 01:55:05 +00:00
net_peerlist_boost_serialization.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
p2p_protocol_defs.h replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
stdafx.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00