aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/p2p_protocol_defs.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-04-18Add Include statementsJeffrey1-0/+1
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-01-04p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node datamoneromooo-monero1-0/+2
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero1-0/+22
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-03-20p2p: remove old debug commandsAaron Hook1-126/+0
2020-01-29p2p: remove obsolete local time in handshakemoneromooo-monero1-2/+0
2020-01-26p2p: remove backward compatible peer listmoneromooo-monero1-58/+2
2020-01-26p2p: simplify last_seen serialization now we have optional storesmoneromooo-monero1-2/+1
2020-01-26p2p: remove obsolete local time from TIMED_SYNCmoneromooo-monero1-2/+0
2019-10-29always print peer IDs in the same formatmoneromooo-monero1-1/+1
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-2/+7
2019-04-24p2p: do not send last_seen timestamp to peersmoneromooo-monero1-2/+3
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-04default initialize rpc structuresmoneromooo-monero1-15/+29
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-7/+11
2019-01-30i2p: initial supportJethro Grassie1-0/+1
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-2/+3
2019-01-22Pruningmoneromooo-monero1-3/+7
2018-12-07p2p: use vector instead of list for peer listsmoneromooo-monero1-10/+10
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-0/+2
2018-01-29Rename connections_count to max_out_connection_countErik de Castro Lopo1-2/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+2
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett1-3/+3
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero1-0/+7
2017-07-31some include cleanupmoneromooo-monero1-0/+2
2017-07-27move get_proof_of_trust_hash from util.h to p2p_protocol_defs.hmoneromooo-monero1-0/+8
2017-06-28Remove typeid use in network_addressmoneromooo-monero1-2/+2
2017-05-27abstracted nework addressesmoneromooo-monero1-23/+98
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-10Add anchor connectionsMiguel Herranz1-0/+7
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-1/+1
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj1-0/+23
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-15Fix time_t serialization issueZachary Michaels1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-04-30various fixes to allow mac osx compilationmydesktop1-2/+2
2014-03-20some fixesAntonio Juarez1-9/+9
2014-03-03moved all stuff to githubAntonio Juarez1-0/+315