aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-074-43/+74
* Change default SSL to "enabled" if user specifies fingerprint/certificateLee Clagett2019-04-063-14/+29
* Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-066-58/+27
* rpc: merge the two get_info implementationsmoneromooo-monero2019-04-061-62/+3
* Merge pull request #5360Riccardo Spagni2019-04-061-2/+16
|\
| * cryptonote_protocol_handler: add block/tx hashes in notify logsmoneromooo-monero2019-03-281-2/+16
* | Merge pull request #5351Riccardo Spagni2019-04-061-12/+43
|\ \
| * | rpc.gettransactions: fill as_json with partial tx in pruned modestoffu2019-04-041-12/+43
* | | Merge pull request #5350Riccardo Spagni2019-04-062-36/+23
|\ \ \
| * | | wallet2: factor the watchonly/multisig/etc fields on creationmoneromooo-monero2019-03-272-36/+23
* | | | Merge pull request #5347Riccardo Spagni2019-04-062-1/+24
|\ \ \ \
| * | | | wallet2: skip derivation precalc for blocks we know we'll skipmoneromooo-monero2019-03-252-1/+24
| |/ / /
* | | | Merge pull request #5346Riccardo Spagni2019-04-066-20/+65
|\ \ \ \
| * | | | cryptonote_basic: some more minor speedupsmoneromooo-monero2019-03-251-4/+16
| * | | | cryptonote_basic: speedup calculate_block_hashmoneromooo-monero2019-03-251-2/+7
| * | | | cryptonote: block parsing + hash calculation speedupmoneromooo-monero2019-03-256-16/+43
| * | | | blockchain: avoid unneeded block copymoneromooo-monero2019-03-251-1/+2
| * | | | save some database calls when getting top block hash and heightmoneromooo-monero2019-03-251-0/+1
| * | | | Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-251-2/+1
| |/ / /
* | | | Merge pull request #5345Riccardo Spagni2019-04-062-4/+12
|\ \ \ \
| * | | | wallet_rpc_server: allow english/local language names in create_walletmoneromooo-monero2019-03-252-4/+12
| |/ / /
* | | | Merge pull request #5344Riccardo Spagni2019-04-063-5/+5
|\ \ \ \
| * | | | lmdb: fix size_t size issues on 32 bitmoneromooo-monero2019-03-313-5/+5
| |/ / /
* | | | Merge pull request #5343Riccardo Spagni2019-04-061-4/+4
|\ \ \ \
| * | | | wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero2019-03-241-4/+4
| |/ / /
* | | | Merge pull request #5342Riccardo Spagni2019-04-061-3/+3
|\ \ \ \
| * | | | perf_timer: move some debug levels to info for consistencymoneromooo-monero2019-03-241-3/+3
| |/ / /
* | | | Merge pull request #5340Riccardo Spagni2019-04-062-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | wallet: use original user address if we have a short payment idmoneromooo-monero2019-03-242-2/+2
* | | | libwallet_merged: add missing net targetselsta2019-04-021-0/+1
* | | | api/wallet: fix some wrong namespacestoffu2019-04-021-2/+2
* | | | Merge pull request #5319Riccardo Spagni2019-04-015-9/+104
|\ \ \ \
| * | | | wallet_rpc_server: error out on getting the spend key from a hot walletmoneromooo-monero2019-04-011-1/+7
| * | | | wallet_rpc_server: add a set_daemon RPCmoneromooo-monero2019-04-015-7/+91
| * | | | wallet2: init some variables to default values if loading old walletsmoneromooo-monero2019-04-011-0/+3
| * | | | wallet_rpc_server: always fill out subaddr_indices in get_transfersmoneromooo-monero2019-04-011-0/+2
| * | | | wallet_rpc_server: set confirmations to 0 for pending/pool txesmoneromooo-monero2019-04-011-1/+1
* | | | | Merge pull request #5339Riccardo Spagni2019-04-011-1/+1
|\ \ \ \ \
| * | | | | Fix build on FreeBSDNathan Dorfman2019-03-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #5334Riccardo Spagni2019-04-011-1/+1
|\ \ \ \ \
| * | | | | p2p: don't lookup seed nodes when offlinemoneromooo-monero2019-03-221-1/+1
| |/ / / /
* | | | | Merge pull request #5333Riccardo Spagni2019-04-014-16/+188
|\ \ \ \ \
| * | | | | wallet: add freeze/thaw/frozen commandsmoneromooo-monero2019-03-224-16/+188
| |/ / / /
* | | | | Merge pull request #5332Riccardo Spagni2019-04-0111-100/+306
|\ \ \ \ \
| * | | | | Add get_tx_proof support, needed for new sanity checkcslashm2019-03-288-62/+186
| * | | | | Add support for V11 protocol with BulletProofV2 and short amount.cslashm2019-03-288-47/+101
| * | | | | Add application version compatibility check.cslashm2019-03-282-2/+30
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5349Riccardo Spagni2019-04-011-3/+9
|\ \ \ \ \
| * | | | | wallet2: fix tx sanity check change test for the sweep_all casemoneromooo-monero2019-03-251-3/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5352Riccardo Spagni2019-04-012-0/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |