summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | db_lmdb: guard against non NUL terminated keysmoneromooo-monero2019-11-191-1/+9
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6154Alexander Blair2020-01-241-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | wallet: don't issue node rpc proxy requests in '--offline' modexiphon2019-11-191-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6153Alexander Blair2020-01-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | p2p: don't request flags after closing connectionmoneromooo-monero2019-11-191-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6146Alexander Blair2020-01-2413-80/+195
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-0413-80/+195
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6128Alexander Blair2020-01-241-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | perf_timer: fix pause/resume macros dereferencing too muchmoneromooo-monero2019-11-131-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6144Alexander Blair2020-01-162-7/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet_rpc_server: add count parameter to create_addressMatt Smith2019-11-222-7/+33
| |/ / / / / / /
* | | | | | | | Merge pull request #6141Alexander Blair2020-01-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | threadpool: use std::move when taking an element off the queuemoneromooo-monero2019-11-151-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #6134Alexander Blair2020-01-161-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Actually concatenate error strings.Bert Peters2019-11-141-8/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #6133Alexander Blair2020-01-161-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace memset with memwipe.Bert Peters2019-11-131-4/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #6130Alexander Blair2020-01-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | simplewallet: fix restore height warningselsta2019-11-141-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6124Alexander Blair2020-01-161-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | blockchain: error out if the builtin hashes data size is wrongmoneromooo-monero2019-11-121-1/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #6119Alexander Blair2020-01-161-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | p2p: zero last seen timestamp when inserting a new peermoneromooo-monero2019-11-111-0/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #6115Alexander Blair2020-01-162-7/+27
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | core_tests: reset thread pool between testsmoneromooo-monero2019-11-102-7/+27
| |/ / / / / /
* | | | | | | Merge pull request #6112Alexander Blair2020-01-112-36/+35
|\ \ \ \ \ \ \
| * | | | | | | build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_serverxiphon2019-11-092-36/+35
| |/ / / / / /
* | | | | | | Merge pull request #6105Alexander Blair2020-01-115-0/+72
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | wallet_rpc_server: new estimate_tx_size_and_weight RPCmoneromooo-monero2019-11-065-0/+72
| |/ / / / /
* | | | | | Merge pull request #6057luigi11112019-12-122-3/+23
|\ \ \ \ \ \
| * | | | | | wallet2: make keys unlocker reentrantmoneromooo-monero2019-10-292-3/+23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #6055luigi11112019-12-121-1/+1
|\ \ \ \ \ \
| * | | | | | blockchain: fix comment wrongly refering to SHA-3 rather than Keccakmoneromooo-monero2019-10-291-1/+1
| |/ / / / /
* | | | | | Merge pull request #6054luigi11112019-12-121-1/+1
|\ \ \ \ \ \
| * | | | | | daemon: handle printing higher hash ratesmoneromooo-monero2019-10-291-1/+1
| |/ / / / /
* | | | | | Merge pull request #6052luigi11112019-12-121-2/+2
|\ \ \ \ \ \
| * | | | | | tx_pool: fix error message assuming incorrectlymoneromooo-monero2019-10-291-2/+2
| |/ / / / /
* | | | | | Merge pull request #6049luigi11112019-12-121-34/+27
|\ \ \ \ \ \
| * | | | | | Updated paper referencesSarang Noether2019-10-281-24/+22
| * | | | | | Minor prover simplificationSarang Noether2019-10-281-10/+5
| |/ / / / /
* | | | | | Merge pull request #6027luigi11112019-12-121-26/+0
|\ \ \ \ \ \
| * | | | | | simplewallet: remove remaining payment id dead codemoneromooo-monero2019-10-251-26/+0
* | | | | | | Merge pull request #6018luigi11112019-12-126-3/+139
|\ \ \ \ \ \ \
| * | | | | | | rpc: Only show version string if it matches expected patternNathan Dorfman2019-11-124-1/+102
| * | | | | | | daemon: Use rpc for "version" commandNathan Dorfman2019-11-123-3/+38
| | |_|_|/ / / | |/| | | | |
* | | | | | | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-0224-279/+631
| |_|_|_|/ / |/| | | | |
* | | | | | make d2h et al. constant-timeJethro Grassie2019-11-191-30/+8
* | | | | | Fix #6147 DB corruption from child process overwriteHoward Chu2019-11-171-1/+6
* | | | | | Merge pull request #6135luigi11112019-11-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | wallet: set non-empty error string on connection failurexiphon2019-11-141-1/+1
| | |_|/ / | |/| | |