summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #5647luigi11112019-07-041-1/+50
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | db_lmdb: commit pruning txn at checkpointsmoneromooo-monero2019-06-151-1/+50
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #5681luigi11112019-07-011-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove Xiala.net from the list of dns resolverstobtoht2019-06-211-1/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #5678luigi11112019-07-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rpc: set sanity_check_failed to false when successfulstoffu2019-06-201-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #5675luigi11112019-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 #5641Riccardo Spagni2019-06-143-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | prep for 0.14.1 releaseRiccardo Spagni2019-06-143-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 #5619luigi11112019-06-114-18/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | miner: fix double free of thread attributesston1th2019-06-094-18/+8
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Fix GCC 9.1 build warningsmoneromooo-monero2019-06-092-0/+15
* | | | | | | | | p2p: fix GCC 9.1 crashmoneromooo-monero2019-06-081-4/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #5577Riccardo Spagni2019-06-011-1/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | core: update pruning if using --prune-blockchain on a pruned blockchainmoneromooo-monero2019-05-281-1/+7
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #5571Riccardo 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 #5561Riccardo Spagni2019-06-0114-142/+131
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix allow any cert mode in wallet rpc when configured over rpcLee Clagett2019-05-221-1/+5
| * | | | | | | | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-2213-140/+122
| * | | | | | | | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works.Lee Clagett2019-05-211-1/+4
* | | | | | | | | Merge pull request #5555Riccardo 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
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #5539Riccardo Spagni2019-05-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Made code block usage consistent across all .md filesRohaq2019-05-121-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #5535Riccardo Spagni2019-05-151-5/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | password: do not use line input on windowsmoneromooo-monero2019-05-101-5/+1
| |/ / / / / /
* | | | | | | Merge pull request #5538luigi11112019-05-142-2/+2
|\ \ \ \ \ \ \
| * | | | | | | wallet: fix certificate fingerprint length checkmoneromooo-monero2019-05-112-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #5532luigi11112019-05-141-1/+9
|\ \ \ \ \ \ \
| * | | | | | | wallet_rpc_server: use original addresses in destinations in get_transfersmoneromooo-monero2019-05-101-1/+9
| |/ / / / / /
* | | | | | | Merge pull request #5526luigi11112019-05-141-0/+7
|\ \ \ \ \ \ \
| * | | | | | | rpc: fail update RPC when running offlinemoneromooo-monero2019-05-091-0/+7
| |/ / / / / /
* | | | | | | Merge pull request #5512luigi11112019-05-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | error: fix compile error on windows with dependsmoneromooo-monero2019-05-021-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5510Riccardo Spagni2019-05-077-15/+15
|\ \ \ \ \ \
| * | | | | | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-017-15/+15
| |/ / / / /