aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6282Alexander Blair2020-03-271-1/+1
|\
| * Daemon: Guard against reporting "synchronized" too earlyrbrunner72020-01-101-1/+1
* | p2p: remove old debug commandsAaron Hook2020-03-202-9/+0
* | Merge pull request #6243Alexander Blair2020-03-121-2/+8
|\ \
| * | cryptonote_protocol: omit top 64 bits of difficulty when 0moneromooo-monero2020-01-261-2/+8
* | | Merge pull request #6236Alexander Blair2020-02-281-1/+1
|\ \ \
| * | | Corrected message typopalomato2019-12-141-1/+1
| | |/ | |/|
* | | Merge pull request #6219Alexander Blair2020-02-281-2/+2
|\ \ \
| * | | Fix time comparison mathJason Rhinelander2019-12-051-2/+2
* | | | Merge pull request #6127Alexander Blair2020-02-061-1/+2
|\ \ \ \
| * | | | simplewallet: noob-friendly help menuwowario2019-11-131-1/+2
| |/ / /
* | | | Merge pull request #6053Alexander Blair2020-02-061-4/+2
|\ \ \ \
| * | | | always print peer IDs in the same formatmoneromooo-monero2019-10-291-4/+2
* | | | | network: log traffic and add a simple traffic analysis scriptmoneromooo-monero2020-01-261-0/+16
| |_|_|/ |/| | |
* | | | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-044-48/+160
| |_|/ |/| |
* | | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-026-25/+101
| |/ |/|
* | daemon: always use bootstrap daemon (if set) in '--no-sync' modexiphon2019-10-281-0/+1
|/
* Merge pull request #5357luigi11112019-10-252-0/+3
|\
| * daemon, wallet: new pay for RPC use systemmoneromooo-monero2019-10-252-0/+3
* | Merge pull request #5998luigi11112019-10-241-3/+3
|\ \ | |/ |/|
| * protocol: fix syncing from peers being too choosy about peersmoneromooo-monero2019-10-171-3/+3
* | Merge pull request #5981luigi11112019-10-221-1/+1
|\ \ | |/ |/|
| * protocol: initialize block_weight in block_complete_entry ctormoneromooo-monero2019-10-111-1/+1
* | Merge pull request #5933luigi11112019-10-142-7/+14
|\ \ | |/ |/|
| * ban peers sending bad pow outrightmoneromooo-monero2019-09-252-7/+14
* | Merge pull request #5915luigi11112019-10-085-49/+229
|\ \
| * | monerod can now sync from pruned blocksmoneromooo-monero2019-09-275-49/+229
* | | Merge pull request #5926luigi11112019-10-081-1/+1
|\ \ \
| * | | protocol: only print sync complete message when out of precompiled hashesmoneromooo-monero2019-09-241-1/+1
| |/ /
* | | Merge pull request #5921luigi11112019-10-082-7/+12
|\ \ \ | |_|/ |/| |
| * | Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett2019-07-292-7/+12
| |/
* | Merge pull request #5905luigi11112019-09-241-5/+0
|\ \
| * | Revert "cryptonote_protocol: drop peers we can't download from when syncing"moneromooo-monero2019-09-111-5/+0
| * | Revert "Fix check for disconnecting peers when syncing"moneromooo-monero2019-09-111-1/+1
| |/
* | Merge pull request #5877luigi11112019-09-241-8/+8
|\ \
| * | Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-8/+8
* | | Properly format multiline logsmoneromooo-monero2019-09-161-2/+2
| |/ |/|
* | Merge pull request #5806luigi11112019-09-041-3/+3
|\ \ | |/ |/|
| * cryptonote_protocol: fix '--no-sync', ignore new blocks and txesxiphon2019-08-111-3/+3
* | Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-173-61/+709
* | Fix check for disconnecting peers when syncingJason Rhinelander2019-08-161-1/+1
|/
* Merge pull request #5595luigi11112019-07-242-0/+4
|\
| * daemon: display peer address type in print_cnmoneromooo-monero2019-05-312-0/+4
* | Merge pull request #5591luigi11112019-07-242-16/+9
|\ \
| * | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECTDoyle2019-07-152-16/+9
* | | cryptonote_protocol: drop peers we can't download from when syncingmoneromooo-monero2019-07-041-0/+5
|/ /
* | cryptonote_protocol: fix another potential P2P DoSmoneromooo-monero2019-06-141-0/+15
* | cryptonote_protocol: expand basic DoS protectionmoneromooo-monero2019-06-142-4/+4
* | cryptonote_protocol_handler: prevent potential DoSanonimal2019-06-142-0/+12
|/
* fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-2/+2