aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Merge pull request #8223luigi11111-1/+0
2022-03-30Eliminate dependence on boost::interprocess #8223Jeffrey1-1/+0
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-10-21protocol: fix spurious rejection of downloaded blocksmoneromooo-monero1-0/+1
2021-06-21protocol: fix delayed "you are now synchronized..." messagemoneromooo-monero1-3/+4
2021-04-17protocol: remove unreachable codemoneromooo-monero1-1/+1
2021-04-16Merge pull request #7136luigi11111-6/+6
2021-03-29Merge pull request #7620luigi11111-27/+41
2021-03-29Merge pull request #7310luigi11111-6/+3
2021-03-22cryptonote_protocol_handler: fix race conditionanon1-27/+41
2021-02-18Merge pull request #7346luigi11111-3/+0
2021-02-15Merge pull request #7294luigi11111-4/+0
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-3/+0
2021-01-16Remove payload copy in all outgoing p2p messagesLee Clagett1-6/+6
2021-01-15Merge pull request #7119luigi11111-0/+7
2021-01-12Revert "fix accessing an network address in a deleted context"selsta1-6/+3
2021-01-08remove obsolete pruning debug codemoneromooo-monero1-4/+0
2021-01-07Merge pull request #7285Alexander Blair1-19/+0
2021-01-06Merge pull request #7266luigi11111-4/+9
2021-01-03Merge pull request #7271Alexander Blair1-3/+6
2021-01-03add a max levin packet size by command typemoneromooo-monero1-0/+19
2021-01-03fix accessing an network address in a deleted contextmoneromooo-monero1-3/+6
2021-01-02protocol: handle receiving a block hash we've not added yetmoneromooo-monero1-4/+9
2021-01-01Merge pull request #7250Alexander Blair1-0/+1
2021-01-01Merge pull request #7246Alexander Blair1-12/+52
2020-12-31protocol: more sanity checks in new chain block hashesmoneromooo-monero1-12/+52
2020-12-30protocol: don't reset last request time on an idle timermoneromooo-monero1-1/+1
2020-12-27protocol: fix false positives dropping peersmoneromooo-monero1-23/+21
2020-12-27Revert "Reject existing claimed blocks in sync mode"luigi11111-18/+19
2020-12-26Merge pull request #7188Alexander Blair1-3/+15
2020-12-26Merge pull request #7154Alexander Blair1-19/+18
2020-12-25protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero1-3/+15
2020-12-22Command max_bytes moved from dynamic map to static switchLee Clagett1-19/+0
2020-12-17rpc: add a busy_syncing field to get_infomoneromooo-monero1-0/+7
2020-12-17protocol: reject claimed block hashes that already are in the chainmoneromooo-monero1-0/+13
2020-12-17Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett1-0/+1
2020-12-16protocol: drop peers we can't download anything from in sync modemoneromooo-monero1-19/+5
2020-12-12Merge pull request #7130luigi11111-0/+10
2020-12-12Merge pull request #7127luigi11111-0/+35
2020-12-12protocol: include first new block in chain entry responsemoneromooo-monero1-0/+10
2020-12-11protocol: stricter checks on received chain hash listmoneromooo1-0/+35
2020-12-11protocol: revert incoming chain height check against local chainmoneromooo-monero1-1/+1
2020-12-10Merge pull request #7121Alexander Blair1-1/+1
2020-12-10Merge pull request #7117Alexander Blair1-1/+1
2020-12-10Merge pull request #7114Alexander Blair1-1/+1
2020-12-10Merge pull request #7110Alexander Blair1-4/+33
2020-12-10Merge pull request #7106Alexander Blair1-1/+8
2020-12-10Merge pull request #7009Alexander Blair1-7/+7
2020-12-10protocol: one more sanity check on usable data from a peermoneromooo-monero1-1/+1
2020-12-10protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero1-4/+33
2020-12-10protocol: add calls to reserve where appropriatemoneromooo-monero1-0/+7
2020-12-10protocol: add a sanity check to the number of block hashes sentmoneromooo-monero1-1/+1
2020-12-10protocol: fix asking for pruned blocks for v10moneromooo-monero1-1/+1
2020-12-10protocol: more restrictive checks on chain entry responsemoneromooo-monero1-1/+8
2020-12-10protocol: fix switchting to adding blocks if noone's adding the next spanmoneromooo-monero1-2/+1
2020-12-06protocol: drop peers that don't reply to queriesmoneromooo1-9/+33
2020-12-04protocol: drop peers that decrease claimed heightmoneromooo1-1/+16
2020-12-04protocol: add scoring system to drop peers that don't behavemoneromooo1-9/+46
2020-11-29Merge pull request #7018luigi11111-3/+3
2020-11-25cryptonote_core: dandelion - use local height or median height if syncingxiphon1-3/+3
2020-11-03protocol: reject empty incoming block messagesmoneromooo-monero1-0/+7
2020-10-12Dandelion++: skip desynced peers in stem phasexiphon1-1/+1
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett1-7/+7
2020-08-27Merge pull request #6753Alexander Blair1-2/+2
2020-08-16Merge pull request #6614Alexander Blair1-2/+1
2020-08-16Merge pull request #6542Alexander Blair1-1/+0
2020-08-10cryptonote_protocol: don't synced pruned blocks before v11cohcho1-2/+2
2020-08-09Merge pull request #6354Alexander Blair1-4/+14
2020-07-24Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner71-2/+1
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-07-08Merge pull request #6566luigi11111-2/+2
2020-05-19protocol: move the "peer claims higher version" warning to debugmoneromooo-monero1-2/+2
2020-05-19cryptonote_protocol: reject requests/notifications before handshakemoneromooo-monero1-0/+20
2020-05-16protocol: don't drop a connection if we can't get a compatible chainmoneromooo-monero1-1/+0
2020-05-15Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett1-4/+14
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-06cryptonote_protocol: do not request pruned borromean sig txesmoneromooo-monero1-1/+6
2020-04-21Merge pull request #6278luigi11111-3/+83
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-14/+45
2020-03-31Merge pull request #6214luigi11111-0/+68
2020-03-27Merge pull request #6282Alexander Blair1-1/+1
2020-03-22protocol: request txpool contents when syncedmoneromooo-monero1-0/+68
2020-03-21Daemon: Print estimates for time until fully syncedrbrunner71-3/+83
2020-03-20p2p: remove old debug commandsAaron Hook1-6/+0
2020-02-28Merge pull request #6236Alexander Blair1-1/+1
2020-02-28Merge pull request #6219Alexander Blair1-2/+2
2020-02-06Merge pull request #6127Alexander Blair1-1/+2
2020-02-06Merge pull request #6053Alexander Blair1-4/+2
2020-01-10Daemon: Guard against reporting "synchronized" too earlyrbrunner71-1/+1
2019-12-14Corrected message typopalomato1-1/+1
2019-12-05Fix time comparison mathJason Rhinelander1-2/+2
2019-11-13simplewallet: noob-friendly help menuwowario1-1/+2
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett1-2/+2
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-17/+17
2019-10-29always print peer IDs in the same formatmoneromooo-monero1-4/+2
2019-10-25Merge pull request #5357luigi11111-0/+1
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-0/+1
2019-10-17protocol: fix syncing from peers being too choosy about peersmoneromooo-monero1-3/+3
2019-10-14Merge pull request #5933luigi11111-7/+13
2019-10-08Merge pull request #5915luigi11111-30/+153
2019-10-08Merge pull request #5926luigi11111-1/+1
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-30/+153
2019-09-25ban peers sending bad pow outrightmoneromooo-monero1-7/+13
2019-09-24Merge pull request #5905luigi11111-5/+0
2019-09-24protocol: only print sync complete message when out of precompiled hashesmoneromooo-monero1-1/+1
2019-09-24Merge pull request #5877luigi11111-8/+8
2019-09-16Properly format multiline logsmoneromooo-monero1-2/+2
2019-09-11Revert "cryptonote_protocol: drop peers we can't download from when syncing"moneromooo-monero1-5/+0
2019-09-11Revert "Fix check for disconnecting peers when syncing"moneromooo-monero1-1/+1
2019-09-04Merge pull request #5806luigi11111-3/+3
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-8/+8
2019-08-11cryptonote_protocol: fix '--no-sync', ignore new blocks and txesxiphon1-3/+3
2019-07-24Merge pull request #5595luigi11111-0/+1
2019-07-24Merge pull request #5591luigi11111-10/+8
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-61/+3
2019-08-16Fix check for disconnecting peers when syncingJason Rhinelander1-1/+1
2019-07-15Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECTDoyle1-10/+8
2019-07-04cryptonote_protocol: drop peers we can't download from when syncingmoneromooo-monero1-0/+5
2019-06-14cryptonote_protocol: fix another potential P2P DoSmoneromooo-monero1-0/+15
2019-06-14cryptonote_protocol: expand basic DoS protectionmoneromooo-monero1-3/+3
2019-06-14cryptonote_protocol_handler: prevent potential DoSanonimal1-0/+11
2019-05-31daemon: display peer address type in print_cnmoneromooo-monero1-0/+1
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-2/+2
2019-04-14cryptonote_protocol: warn when the last connection goesmoneromooo-monero1-0/+2
2019-04-06Merge pull request #5360Riccardo Spagni1-2/+16
2019-04-06Merge pull request #5346Riccardo Spagni1-4/+4
2019-03-28cryptonote_protocol_handler: add block/tx hashes in notify logsmoneromooo-monero1-2/+16
2019-03-25cryptonote: block parsing + hash calculation speedupmoneromooo-monero1-4/+4
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-1/+3
2019-03-19Merge pull request #5199Riccardo Spagni1-0/+42
2019-03-19Merge pull request #5195Riccardo Spagni1-1/+9
2019-03-17Merge pull request #5190Riccardo Spagni1-0/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05cryptonote: avoid double parsing blocks when syncingmoneromooo-monero1-3/+18
2019-03-05core: avoid double parsing blocks after hohmoneromooo-monero1-7/+17
2019-03-04Merge pull request #5111Riccardo Spagni1-1/+1
2019-02-26cryptonote_protocol_handler: search for syncing peers in "cruise mode"moneromooo-monero1-0/+42
2019-02-25daemon: add '--no-sync' arg to optionally disable blockchain syncxiphon1-1/+9
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-0/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-0/+1
2019-01-30cryptonote_protocol_handler: pad tx messages when using tor/i2pmoneromooo-monero1-1/+1
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-8/+44
2019-01-22Pruningmoneromooo-monero1-175/+613
2019-01-16Merge pull request #4976Riccardo Spagni1-2/+2
2019-01-06Merge pull request #4949Riccardo Spagni1-12/+22
2018-12-23epee: better network buffer data structuremoneromooo-monero1-2/+2
2018-12-12Merge pull request #4787Riccardo Spagni1-0/+31
2018-12-07protocol: change standby mode to not wait sleepingmoneromooo-monero1-12/+22
2018-12-04Merge pull request #4906Riccardo Spagni1-2/+2
2018-11-26protocol: fix use after free when dropping a connectionmoneromooo-monero1-2/+2
2018-11-20protocol: fix incorrect tx hash in logmoneromooo-monero1-1/+3
2018-11-06protocol: option to pad transaction relay to the next kBmoneromooo-monero1-0/+31
2018-08-22Merge pull request #4207luigi11111-7/+12
2018-08-15Merge pull request #4020luigi11111-1/+14
2018-08-09cryptonote_protocol: don't serialize an unneeded new block messagemoneromooo-monero1-7/+12
2018-07-25[monerod] Added blocks remaining count during syncronisation.Jorropo1-1/+14
2018-06-27Merge pull request #3716luigi11111-32/+35
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-32/+35
2018-06-09cryptonote_protocol_handler: log when dropping a peermoneromooo-monero1-0/+3
2018-06-03protocol: drop (and increase fails) if most blocks hashes are invalidmoneromooo-monero1-3/+3
2018-05-28protocol: do not switch to unsafe sync mode for just a few blocksmoneromooo-monero1-1/+2
2018-04-29Merge pull request #3719Riccardo Spagni1-8/+11
2018-04-28cryptonote_protocol_handler.inl: remove span read just now that failed to pas...stoffu1-0/+3
2018-04-28cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)stoffu1-8/+8
2018-04-22Only log an error if fork version is higher AND is not known.Thaer Khawaja1-1/+1
2018-03-15Fix typos in various filesDimitris Apostolou1-1/+1
2018-03-05Merge pull request #3277Riccardo Spagni1-1/+1
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-05Stagenetstoffu1-1/+1
2018-02-16Merge pull request #3229Riccardo Spagni1-0/+9
2018-02-16Merge pull request #3181Riccardo Spagni1-2/+2
2018-02-02cryptonote_protocol: guard against all threads in standbymoneromooo-monero1-0/+9
2018-01-28Merge pull request #3186Riccardo Spagni1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-26cryptonote_protocol: fix std::move usage on different typesmoneromooo-monero1-1/+1
2018-01-25Merge pull request #3040Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3015Riccardo Spagni1-0/+2
2018-01-25daemon: don't drop RPC with busy error when running offlinemoneromooo-monero1-2/+2
2018-01-10Merge pull request #3004Riccardo Spagni1-0/+5
2017-12-31cryptonote_protocol: fix missing space in version mismatch messagemoneromooo-monero1-1/+1
2017-12-27cryptonote_protocol: update target height when receiving blocksmoneromooo-monero1-0/+2
2017-12-24cryptonote_protocol: internal error consistency size checkmoneromooo-monero1-0/+5
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-0/+6
2017-12-18cryptonote_protocol: sanity check chain hashes from peermoneromooo-monero1-0/+6
2017-12-18cryptonote_protocol: print peer versions when unexpectedmoneromooo-monero1-6/+10
2017-12-16move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero1-1/+1
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-2/+2
2017-12-03cryptonote_protocol: fix corner case looping asking for same block hashesmoneromooo-monero1-0/+4
2017-11-18make connection_id a string in RPCmoneromooo-monero1-1/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-2/+2
2017-10-22protocol: drop connections which don't handshake after some timemoneromooo-monero1-3/+6
2017-10-15Fix compiler warnings with Clang 6.0.0.Vasil Dimov1-1/+1
2017-10-15Merge pull request #2604Riccardo Spagni1-3/+10
2017-10-15Merge pull request #2469Riccardo Spagni1-0/+12
2017-10-07protocol: kick idle peers by dropping themmoneromooo-monero1-3/+10
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-25Merge pull request #2460Riccardo Spagni1-2/+3
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+12
2017-09-17cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero1-2/+3
2017-09-17protocol: remove hop count on block propagationmoneromooo-monero1-8/+2