| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 2021-04-22 | 3 | -23/+28 | |
| |/ | ||||||
| * | Merge pull request #7350 | luigi1111 | 2021-04-06 | 8 | -26/+63 | |
| |\ | ||||||
| | * | fix serialization being different on mac | moneromooo-monero | 2021-03-05 | 8 | -26/+63 | |
| * | | Merge pull request #7638 | luigi1111 | 2021-03-29 | 4 | -2/+3 | |
| |\ \ | ||||||
| | * | | build: prepare v0.17.2.0 | selsta | 2021-03-26 | 4 | -2/+3 | |
| * | | | Merge pull request #7621 | luigi1111 | 2021-03-29 | 2 | -27/+43 | |
| |\ \ \ | ||||||
| | * | | | cryptonote_protocol_handler: fix race condition | anon | 2021-03-22 | 2 | -27/+43 | |
| | |/ / | ||||||
| * | | | Merge pull request #7615 | luigi1111 | 2021-03-29 | 2 | -5/+5 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fixed issues found by static analysis | SChernykh | 2021-03-18 | 2 | -5/+5 | |
| * | | | Merge pull request #7419 | luigi1111 | 2021-03-20 | 1 | -14/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | trezor: simplify recognition of integrated addresses | Dusan Klinec | 2021-03-03 | 1 | -14/+1 | |
| * | | | Merge pull request #7336 | luigi1111 | 2021-03-05 | 2 | -21/+10 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | device_trezor: add redundant check | anon | 2021-01-20 | 1 | -1/+1 | |
| | * | | device_trezor: wipe string fields properly | anon | 2021-01-20 | 1 | -20/+9 | |
| | |/ | ||||||
| * / | p2p: allow CIDR notation in DNS blocklist | moneromooo-monero | 2021-01-21 | 1 | -5/+14 | |
| |/ | ||||||
| * | p2p: only log to global when a blocked IP is not already blocked | moneromooo-monero | 2021-01-08 | 1 | -1/+8 | |
| * | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 2020-12-23 | 7 | -45/+75 | |
| * | Merge pull request #7267 | luigi1111 | 2021-01-06 | 1 | -4/+9 | |
| |\ | ||||||
| | * | protocol: handle receiving a block hash we've not added yet | moneromooo-monero | 2021-01-02 | 1 | -4/+9 | |
| * | | Merge pull request #7248 | luigi1111 | 2021-01-06 | 4 | -0/+44 | |
| |\ \ | ||||||
| | * | | add a max levin packet size by command type | moneromooo-monero | 2021-01-03 | 4 | -0/+44 | |
| * | | | Merge pull request #7269 | Alexander Blair | 2021-01-03 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | blockchain: lock access to m_blocks_hash_of_hashes | moneromooo-monero | 2021-01-02 | 1 | -0/+2 | |
| | | |/ | |/| | ||||||
| * / | | build: prepare v0.17.1.9 | selsta | 2021-01-02 | 4 | -2/+3 | |
| |/ / | ||||||
| * | | Merge pull request #7247 | Alexander Blair | 2021-01-01 | 5 | -18/+80 | |
| |\ \ | ||||||
| | * | | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 2020-12-31 | 5 | -18/+80 | |
| * | | | Merge pull request #7239 | Alexander Blair | 2021-01-01 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | p2p: fix deadlock banning while updating peer lists | moneromooo | 2020-12-31 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #7235 | Alexander Blair | 2021-01-01 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | protocol: don't reset last request time on an idle timer | moneromooo-monero | 2020-12-30 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 2020-12-29 | 4 | -1/+7 | |
| |/ | ||||||
| * | rpc: limit the number of txes for get_blocks.bin | moneromooo-monero | 2020-12-29 | 11 | -22/+32 | |
| * | Merge pull request #7206 | Alexander Blair | 2020-12-28 | 1 | -23/+21 | |
| |\ | ||||||
| | * | protocol: fix false positives dropping peers | moneromooo-monero | 2020-12-27 | 1 | -23/+21 | |
| * | | Merge pull request #7197 | Alexander Blair | 2020-12-28 | 1 | -1/+1 | |
| |\ \ | |/ |/| | ||||||
| | * | cryptonote_basic: guess what got lost porting patches to branches again | moneromooo-monero | 2020-12-26 | 1 | -1/+1 | |
| * | | Revert "Reject existing claimed blocks in sync mode" | luigi1111 | 2020-12-27 | 1 | -18/+19 | |
| |/ | ||||||
| * | Merge pull request #7189 | Alexander Blair | 2020-12-26 | 3 | -5/+18 | |
| |\ | ||||||
| | * | protocol: drop nodes if they claim new data but only give stale data | moneromooo-monero | 2020-12-25 | 3 | -5/+18 | |
| * | | Merge pull request #7183 | Alexander Blair | 2020-12-26 | 4 | -2/+3 | |
| |\ \ | ||||||
| | * | | build: prepare v0.17.1.8 | selsta | 2020-12-23 | 4 | -2/+3 | |
| | |/ | ||||||
| * | | Merge pull request #7181 | Alexander Blair | 2020-12-26 | 2 | -6/+18 | |
| |\ \ | ||||||
| | * | | ban lists may now include subnets | moneromooo-monero | 2020-12-22 | 2 | -6/+18 | |
| | |/ | ||||||
| * | | Merge pull request #7174 | Alexander Blair | 2020-12-26 | 7 | -11/+68 | |
| |\ \ | ||||||
| | * | | restrict public node checks a little | moneromooo-monero | 2020-12-22 | 7 | -11/+68 | |
| | |/ | ||||||
| * | | Merge pull request #7161 | Alexander Blair | 2020-12-26 | 2 | -0/+3 | |
| |\ \ | ||||||
| | * | | rpc: get_info - add 'synchronized' field | xiphon | 2020-12-23 | 2 | -0/+3 | |
| | |/ | ||||||
| * | | Merge pull request #7155 | Alexander Blair | 2020-12-26 | 1 | -19/+18 | |
| |\ \ | ||||||
| | * | | protocol: reject claimed block hashes that already are in the chain | moneromooo-monero | 2020-12-17 | 1 | -0/+13 | |
| | * | | protocol: drop peers we can't download anything from in sync mode | moneromooo-monero | 2020-12-16 | 1 | -19/+5 | |
