summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* prep for 0.14.1.1Riccardo Spagni2019-07-172-1/+1
* Merge pull request #5733Riccardo Spagni2019-07-172-2/+11
|\
| * cryptonote_protocol: drop peers we can't download from when syncingmoneromooo-monero2019-07-041-0/+5
| * p2p: add a few missing connection close callsmoneromooo-monero2019-07-041-2/+6
* | Merge pull request #5747luigi11112019-07-121-0/+5
|\ \
| * | wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-091-0/+5
| |/
* | Merge pull request #5737luigi11112019-07-121-11/+45
|\ \
| * | 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-121-3/+6
|\ \ | |/ |/|
| * keccak: guard against misaligned memory accesses on ARMmoneromooo-monero2019-07-041-3/+6
* | Merge pull request #5664luigi11112019-07-041-1/+1
|\ \
| * | core: fix --prune-blockchain not pruning if no blockchain existsmoneromooo-monero2019-06-171-1/+1
* | | Merge pull request #5651luigi11112019-07-041-4/+8
|\ \ \
| * | | blockchain: silence an error getting blocks for pruned nodesmoneromooo-monero2019-06-161-4/+8
| |/ /
* | | Merge pull request #5666luigi11112019-07-041-1/+50
|\ \ \ | |_|/ |/| |
| * | db_lmdb: commit pruning txn at checkpointsmoneromooo-monero2019-06-181-1/+50
| |/
* | Merge pull request #5708luigi11112019-07-011-1/+0
|\ \
| * | Remove Xiala.net from the list of dns resolverstobtoht2019-06-281-1/+0
| |/
* | Merge pull request #5684luigi11112019-07-011-0/+1
|\ \
| * | rpc: set sanity_check_failed to false when successfulstoffu2019-06-221-0/+1
| |/
* | Merge pull request #5676luigi11112019-07-011-1/+1
|\ \
| * | tx_sanity_check: relax the median check a lotmoneromooo-monero2019-06-191-1/+1
| |/
* / p2p: don't forget pruning seed or public RPC port when updating peersmoneromooo-monero2019-06-261-4/+16
|/
* Merge pull request #5638v0.14.1.0Riccardo Spagni2019-06-143-1/+2
|\
| * prep for 0.14.1 releaseRiccardo Spagni2019-06-133-1/+2
* | rpc: restrict the recent cutoff size in restricted RPC modemoneromooo-monero2019-06-141-0/+9
* | ensure no NULL is passed to memcpymoneromooo-monero2019-06-142-3/+4
* | serialization: check stream good flag at the endmoneromooo-monero2019-06-143-6/+6
* | tree-hash: allocate variable memory on heap, not stackmoneromooo-monero2019-06-141-5/+7
* | 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
* | cryptonote_protocol: expand basic DoS protectionmoneromooo-monero2019-06-142-4/+4
* | cryptonote_protocol_handler: prevent potential DoSanonimal2019-06-142-0/+12
|/
* Merge pull request #5614luigi11112019-06-113-4/+21
|\
| * Fix GCC 9.1 build warningsmoneromooo-monero2019-06-092-0/+15
| * p2p: fix GCC 9.1 crashmoneromooo-monero2019-06-081-4/+6
* | miner: fix double free of thread attributesston1th2019-06-094-18/+8
|/
* Merge pull request #5578Riccardo Spagni2019-06-011-1/+7
|\
| * core: update pruning if using --prune-blockchain on a pruned blockchainmoneromooo-monero2019-05-281-1/+7
* | Merge pull request #5572Riccardo Spagni2019-06-015-14/+54
|\ \
| * | blockchain: do not try to pop blocks down to the genesis blockmoneromooo-monero2019-05-261-0/+3
| * | core: do not commit half constructed batch db txnmoneromooo-monero2019-05-255-14/+51
| |/
* | Merge pull request #5565Riccardo Spagni2019-06-0114-142/+131
|\ \
| * | Fix allow any cert mode in wallet rpc when configured over rpcLee Clagett2019-05-211-1/+5
| * | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-2113-140/+122
| * | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works.Lee Clagett2019-05-211-1/+4
| |/
* | Merge pull request #5564Riccardo Spagni2019-06-011-1/+2
|\ \ | |/ |/|
| * Fix #5553Howard Chu2019-05-191-1/+2
* | wallet: add unlock_time details to show_transfersmoneromooo-monero2019-05-165-7/+30