aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* blockchain: set the m_verifivation_failed flag in a couple more placesmoneromooo-monero2018-06-281-0/+2
* Merge pull request #4067luigi11112018-06-271-1/+1
|\
| * wallet2: fix build for windows (std::max again)moneromooo-monero2018-06-281-1/+1
* | Merge pull request #4069luigi11112018-06-271-3/+3
|\ \
| * | util: fix mistakes made in #3994stoffu2018-06-281-3/+3
* | | api/wallet: add missing arg to wallet2::refresh()stoffu2018-06-281-1/+1
|/ /
* | Merge pull request #4000luigi11112018-06-277-163/+162
|\ \
| * | Wallet API: add some missing override keywordstoffu2018-06-287-163/+162
| |/
* | Merge pull request #3994luigi11112018-06-275-11/+109
|\ \
| * | wallet: prevent the same wallet file from being opened by multiple processesstoffu2018-06-283-0/+10
| * | util: add file_locker classstoffu2018-06-282-0/+81
| * | epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2018-06-281-11/+18
| |/
* | Merge pull request #4066luigi11112018-06-271-1/+1
|\ \
| * | blockchain: fix build after waiter::wait prototype changemoneromooo-monero2018-06-281-1/+1
| |/
* / wallet_rpc_server: fix build - forgot to build rpc versionmoneromooo-monero2018-06-271-3/+3
|/
* Merge pull request #3907luigi11112018-06-275-3/+49
|\
| * wallet: include a suggested number of confirmations based on amountmoneromooo-monero2018-06-275-3/+49
* | Merge pull request #3998luigi11112018-06-274-22/+29
|\ \
| * | wallet: on first refresh, start off with a quantized heightmoneromooo-monero2018-06-134-22/+29
* | | Merge pull request #3995luigi11112018-06-271-5/+5
|\ \ \
| * | | wallet2: use decoded amount when reporting repeated output keystoffu2018-06-131-5/+5
* | | | Merge pull request #3992luigi11112018-06-271-6/+14
|\ \ \ \
| * | | | wallet2: use correct fee for split txesstoffu2018-06-121-6/+14
| |/ / /
* | | | Merge pull request #3991luigi11112018-06-273-0/+25
|\ \ \ \
| * | | | wallet: allow unspendable unmixable outputs to be discardedstoffu2018-06-133-0/+25
| | |/ / | |/| |
* | | | Merge pull request #3987luigi11112018-06-271-4/+5
|\ \ \ \
| * | | | db_ldmb: print db version when complaining about incompatibilitymoneromooo-monero2018-06-111-4/+5
| | |/ / | |/| |
* | | | Merge pull request #3986luigi11112018-06-271-2/+2
|\ \ \ \
| * | | | Remove old logic saved in comments.Jean Pierre Dudey2018-06-111-2/+2
| |/ / /
* | | | Merge pull request #3982luigi11112018-06-276-57/+113
|\ \ \ \
| * | | | net_node: resolve host for node addresses given via command line flagsstoffu2018-06-111-13/+43
| * | | | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu2018-06-116-44/+70
| |/ / /
* | | | Merge pull request #3979luigi11112018-06-271-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | simplewallet: don't confirm missing payment ID when sending to only subaddressesstoffu2018-06-101-3/+5
| |/ /
* | | Merge pull request #3716luigi11112018-06-2721-453/+675
|\ \ \
| * | | wallet2: cache ringdb key while refreshingmoneromooo-monero2018-06-262-23/+47
| * | | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-266-45/+61
| * | | wallet2: remove unneeded divisionsmoneromooo-monero2018-06-261-2/+2
| * | | wallet2: remove old blockchain size cache hackmoneromooo-monero2018-06-262-16/+3
| * | | wallet2: speedup refreshmoneromooo-monero2018-06-262-59/+258
| * | | blockchain: simplify/speedup handle_get_objectsmoneromooo-monero2018-06-261-13/+8
| * | | wallet2: avoid re-parsing blocks when refreshing in a loopmoneromooo-monero2018-06-262-8/+5
| * | | wallet2: avoid duplicate parsing of tx extramoneromooo-monero2018-06-261-9/+12
| * | | wallet2: remove useless device lockingmoneromooo-monero2018-06-261-2/+1
| * | | wallet2: parse blocks in the RPC thread, not the processing threadmoneromooo-monero2018-06-262-34/+51
| * | | wallet2: simplify/speedup process_blocksmoneromooo-monero2018-06-261-66/+17
| * | | wallet: don't process miner tx if we're refreshing with no-coinbasemoneromooo-monero2018-06-261-1/+3
| * | | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-266-40/+36
| * | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-2618-204/+228
| * | | rpc: sanity check on number of txes in a blockmoneromooo-monero2018-06-261-0/+6