aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/connection_context.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Command max_bytes moved from dynamic map to static switchLee Clagett1-22/+3
2021-01-03add a max levin packet size by command typemoneromooo-monero1-0/+23
2020-12-29Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett1-0/+2
2020-12-26cryptonote_basic: guess what got lost porting patches to branches againmoneromooo-monero1-1/+1
2020-12-25protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero1-1/+2
2020-12-11protocol: stricter checks on received chain hash listmoneromooo1-0/+1
2020-12-06protocol: drop peers that don't reply to queriesmoneromooo1-1/+3
2020-12-04protocol: add scoring system to drop peers that don't behavemoneromooo1-2/+2
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-1/+2
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-1/+1
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-0/+2
2019-03-17Merge pull request #5190Riccardo Spagni1-1/+3
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-1/+3
2019-01-22Pruningmoneromooo-monero1-1/+22
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-1/+1
2018-04-28connection_context: remove "state_" prefix from state namesmoneromooo-monero1-5/+5
2018-02-04connection_context: initialize m_last_request_time to current timemoneromooo-monero1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-09-27connection_context: initialize m_callback_request_count to 0moneromooo-monero1-1/+1
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-08-17Merge pull request #2303Riccardo Spagni1-0/+3
2017-08-16cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero1-0/+3
2017-08-15befor -> beforeNano Akron1-4/+4
2017-08-12protocol: fix reorgs while syncingmoneromooo-monero1-1/+3
2017-08-09connection_context: initialize statemoneromooo-monero1-0/+1
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+77