aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/levin_notify.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-09-20node_server: fix race conditionanon1-11/+43
2021-01-19Remove payload copy in all outgoing p2p messagesLee Clagett1-16/+7
2021-04-16Revert "Merge pull request #7136"luigi11111-7/+16
2021-01-16Remove payload copy in all outgoing p2p messagesLee Clagett1-16/+7
2021-01-15Merge pull request #7236luigi11111-9/+1
2020-12-30protocol: fix wrong command in logsmoneromooo-monero1-9/+1
2020-12-19Merge pull request #7075luigi11111-2/+0
2020-12-17Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett1-1/+1
2020-12-15protocol: remove unused (and cunningly uninitialized) fieldmoneromooo-monero1-2/+0
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett1-8/+9
2020-10-06Fix tx flush callback queueingLee Clagett1-23/+12
2020-11-29Merge pull request #7018luigi11111-8/+50
2020-11-29Merge pull request #6973luigi11111-6/+4
2020-11-25cryptonote_core: dandelion - use local height or median height if syncingxiphon1-8/+50
2020-11-16Better log message for unusable anon networksHoward Chu1-12/+15
2020-11-03Switch to Dandelion++ fluff mode if no out connections for stem modeLee Clagett1-6/+4
2020-10-12Dandelion++: skip desynced peers in stem phasexiphon1-18/+22
2020-08-09Merge pull request #6354Alexander Blair1-5/+13
2020-05-15Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett1-5/+13
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-49/+161
2020-04-04Merge pull request #6381luigi11111-0/+3
2020-03-10Fix receive order leakage with tx fluffingLee Clagett1-0/+3
2020-03-07Added logging for dropped local txes with no i2p/tor connectionsLee Clagett1-4/+17
2020-01-26network: log traffic and add a simple traffic analysis scriptmoneromooo-monero1-0/+16
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett1-40/+152
2019-07-29Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett1-6/+11
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-0/+574