summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5762v0.14.1.2Riccardo Spagni2019-07-183-7/+7
|\ | | | | | | | | 0a9bda81 bump version to 0.14.1.2 (Riccardo Spagni) f4f00acc update checkpoints.dat hash (Riccardo Spagni)
| * bump version to 0.14.1.2Riccardo Spagni2019-07-182-6/+6
| |
| * update checkpoints.dat hashRiccardo Spagni2019-07-181-1/+1
| |
* | Merge pull request #5760v0.14.1.1Riccardo Spagni2019-07-173-6/+6
|\| | | | | | | 65e22229 prep for 0.14.1.1 (Riccardo Spagni)
| * prep for 0.14.1.1Riccardo Spagni2019-07-173-6/+6
|/
* Merge pull request #5733Riccardo Spagni2019-07-172-2/+11
|\ | | | | | | | | 1542d5d9 cryptonote_protocol: drop peers we can't download from when syncing (moneromooo-monero) ff42af87 p2p: add a few missing connection close calls (moneromooo-monero)
| * cryptonote_protocol: drop peers we can't download from when syncingmoneromooo-monero2019-07-041-0/+5
| | | | | | | | | | | | | | Any peer that's behind us while syncing is useless to us (though not to them). This ensures that we don't get our peer slots filled with peers that we can't use. Once we've synced, we can connect to them and they can then sync off us if they want.
| * p2p: add a few missing connection close callsmoneromooo-monero2019-07-041-2/+6
| |
* | Merge pull request #5747luigi11112019-07-122-0/+8
|\ \ | | | | | | | | | f3febaf wallet_rpc_server: fix get_bulk_payments with short payment ids (moneromooo-monero)
| * | wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-092-0/+8
| |/
* | Merge pull request #5737luigi11112019-07-121-11/+45
|\ \ | | | | | | | | | 8072e23 p2p: don't connect to more than one IP per class B if we can (moneromooo-monero)
| * | p2p: don't connect to more than one IP per class B if we canmoneromooo-monero2019-07-051-11/+45
| |/
* | Merge pull request #5726luigi11112019-07-122-3/+23
|\ \ | | | | | | | | | 200e53c keccak: guard against misaligned memory accesses on ARM (moneromooo-monero)
| * | keccak: guard against misaligned memory accesses on ARMmoneromooo-monero2019-07-042-3/+23
| | | | | | | | | | | | | | | The code generated is exactly the same as the direct access one on x86_64
* | | Merge pull request #5703luigi11112019-07-121-3/+3
|\ \ \ | | | | | | | | | | | | 6461815 Depends: Update HIDAPI version (TheCharlatan)
| * | | Depends: Update HIDAPI versionTheCharlatan2019-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The macos binaries in release v0.14.1.0 were compiled with the buggy hidapi-0.8.0-rc1 version. This resulted in users not being able to use their Ledger with the latest cli wallet. After the patch depends now fetches the source from the libusb hidapi repository that has taken over maintenance of hidapi.
* | | | Merge pull request #5694luigi11112019-07-1217-22/+120
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | 5157060 Add debug targets to depends Makefile (TheCharlatan) 8475cbb Remove clutter in depends installed packages (TheCharlatan) 48c2659 Add ncurses package for linux and darwin readline (TheCharlatan)
| * | | Add ncurses package for linux and darwin readlineTheCharlatan2019-06-254-14/+69
| | | | | | | | | | | | | | | | Readline support is now compiled with the ncurses backend.
| * | | Remove clutter in depends installed packagesTheCharlatan2019-06-2512-9/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To speedup the depends cached builds, remove some some clutter from the package files. This mainly incldues removing all the shared libraries and .la linker files. It also gives stronger guarantees that monero only links the static libs without any external rvalues.
| * | | Add debug targets to depends MakefileTheCharlatan2019-06-252-0/+10
| |/ / | | | | | | | | | | | | Packages can now be built individually and for each stage. This allows easier debugging.
* | | Merge pull request #5664luigi11112019-07-041-1/+1
|\ \ \ | | | | | | | | | | | | c1eba2b core: fix --prune-blockchain not pruning if no blockchain exists (moneromooo-monero)
| * | | core: fix --prune-blockchain not pruning if no blockchain existsmoneromooo-monero2019-06-171-1/+1
| |/ /
* | | Merge pull request #5651luigi11112019-07-041-4/+8
|\ \ \ | | | | | | | | | | | | c382677 blockchain: silence an error getting blocks for pruned nodes (moneromooo-monero)
| * | | blockchain: silence an error getting blocks for pruned nodesmoneromooo-monero2019-06-161-4/+8
| |/ / | | | | | | | | | | | | This happens often when a pre-pruning node asks a pruned node for data it does not have
* | | Merge pull request #5666luigi11112019-07-041-1/+50
|\ \ \ | |_|/ |/| | | | | ba035bf db_lmdb: commit pruning txn at checkpoints (moneromooo-monero)
| * | db_lmdb: commit pruning txn at checkpointsmoneromooo-monero2019-06-181-1/+50
| |/ | | | | | | to avoid errors when the txn is too large
* | Merge pull request #5708luigi11112019-07-011-1/+0
|\ \ | | | | | | | | | c78f7c5 Remove Xiala.net from the list of dns resolvers (tobtoht)
| * | Remove Xiala.net from the list of dns resolverstobtoht2019-06-281-1/+0
| |/ | | | | | | It is down permanently. See: https://xiala.net/ "Ende November 2018 werden alle Dienste von xiala.net abgeschaltet."
* | Merge pull request #5684luigi11112019-07-011-0/+1
|\ \ | | | | | | | | | 93eb4d7 rpc: set sanity_check_failed to false when successful (stoffu)
| * | rpc: set sanity_check_failed to false when successfulstoffu2019-06-221-0/+1
| |/
* | Merge pull request #5676luigi11112019-07-011-1/+1
|\ \ | | | | | | | | | bb7b059 tx_sanity_check: relax the median check a lot (monermooo-monero)
| * | tx_sanity_check: relax the median check a lotmoneromooo-monero2019-06-191-1/+1
| |/ | | | | | | we don't want to prevent bona fide txes, just obvious bad ones
* | Merge pull request #5669luigi11112019-07-011-4/+16
|\ \ | |/ |/| | | 761a39a p2p: don't forget pruning seed or public RPC port when updating peers (moneromooo-monero)
| * p2p: don't forget pruning seed or public RPC port when updating peersmoneromooo-monero2019-06-261-4/+16
|/ | | | Older nodes don't pass that information around
* Merge pull request #5638v0.14.1.0Riccardo Spagni2019-06-144-4/+5
|\ | | | | | | 6ed1679b prep for 0.14.1 release (Riccardo Spagni)
| * prep for 0.14.1 releaseRiccardo Spagni2019-06-134-4/+5
| |
* | Merge pull request #5640Riccardo Spagni2019-06-1415-28/+78
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | 542cab02 rpc: restrict the recent cutoff size in restricted RPC mode (moneromooo-monero) 434e617a ensure no NULL is passed to memcpy (moneromooo-monero) 279f1f2c abstract_tcp_server2: improve DoS resistance (moneromooo-monero) 756773e5 serialization: check stream good flag at the end (moneromooo-monero) e3f714aa tree-hash: allocate variable memory on heap, not stack (moneromooo-monero) 67baa3a6 cryptonote: throw on tx hash calculation error (moneromooo-monero) d6bb9ecc serialization: fail on read_varint error (moneromooo-monero) 19490e44 cryptonote_protocol: fix another potential P2P DoS (moneromooo-monero) fa4aa47e cryptonote_protocol: expand basic DoS protection (moneromooo-monero) 3c953d53 cryptonote_protocol_handler: prevent potential DoS (anonimal) b873b69d epee: basic sanity check on allocation size from untrusted source (moneromooo-monero)
| * rpc: restrict the recent cutoff size in restricted RPC modemoneromooo-monero2019-06-141-0/+9
| |
| * ensure no NULL is passed to memcpymoneromooo-monero2019-06-144-9/+18
| | | | | | | | | | NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear
| * abstract_tcp_server2: improve DoS resistancemoneromooo-monero2019-06-141-4/+5
| |
| * serialization: check stream good flag at the endmoneromooo-monero2019-06-143-6/+6
| | | | | | | | just in case
| * tree-hash: allocate variable memory on heap, not stackmoneromooo-monero2019-06-141-5/+7
| | | | | | | | | | | | Large amounts might run out of stack Reported by guidov
| * cryptonote: throw on tx hash calculation errormoneromooo-monero2019-06-141-3/+3
| |
| * serialization: fail on read_varint errormoneromooo-monero2019-06-141-1/+2
| |
| * cryptonote_protocol: fix another potential P2P DoSmoneromooo-monero2019-06-141-0/+15
| | | | | | | | | | When asking for txes in a fluffy transaction, one might ask for the same (large) tx many times
| * cryptonote_protocol: expand basic DoS protectionmoneromooo-monero2019-06-142-4/+4
| | | | | | | | Count transactions as well
| * cryptonote_protocol_handler: prevent potential DoSanonimal2019-06-142-0/+12
| | | | | | | | | | | | | | | | | | | | Essentially, one can send such a large amount of IDs that core exhausts all free memory. This issue can theoretically be exploited using very large CN blockchains, such as Monero. This is a partial fix. Thanks and credit given to CryptoNote author 'cryptozoidberg' for collaboration and the fix. Also thanks to 'moneromooo'. Referencing HackerOne report #506595.
| * epee: basic sanity check on allocation size from untrusted sourcemoneromooo-monero2019-06-141-0/+1
|/ | | | Reported by guidov
* Merge pull request #5633luigi11112019-06-126-5/+10
|\ | | | | | | | | | | | | cfa88ac Don't use -march=native (hyc) e85bf46 Allow parallel make (hyc) 0ef8391 Delete redundant cppzmq dependency (hyc) 86591eb Use 9 digit build IDs (hyc)
| * Use 9 digit build IDsHoward Chu2019-06-124-1/+5
| |