aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | rpc: add option to skip coinbase info in get_blocks.binmoneromooo-monero2018-06-263-4/+10
| * | wallet2: use std::move on containers where appropriatemoneromooo-monero2018-06-261-4/+4
* | | Merge pull request #3977luigi11112018-06-251-1/+1
|\ \ \
| * | | device_ledger: fix bad memory access on connect errormoneromooo-monero2018-06-091-1/+1
| | |/ | |/|
* | | Merge pull request #3975luigi11112018-06-251-1/+1
|\ \ \
| * | | blockchain: avoid duplicate db query for heightmoneromooo-monero2018-06-091-1/+1
| |/ /
* | | Merge pull request #3974luigi11112018-06-251-0/+3
|\ \ \
| * | | cryptonote_protocol_handler: log when dropping a peermoneromooo-monero2018-06-091-0/+3
| |/ /
* | | Merge pull request #3966luigi11112018-06-251-1/+1
|\ \ \
| * | | simplewallet: grammar fix in warning messagemoneromooo-monero2018-06-081-1/+1
* | | | Merge pull request #3957luigi11112018-06-251-1/+1
|\ \ \ \
| * | | | password: flush cout when prompting for password without newlinemoneromooo-monero2018-06-071-1/+1
* | | | | Merge pull request #3955luigi11112018-06-252-5/+11
|\ \ \ \ \
| * | | | | wallet2: fix bulletproof cold signingmoneromooo-monero2018-06-072-5/+11
| |/ / / /
* | | | | Merge pull request #3948luigi11112018-06-251-4/+16
|\ \ \ \ \
| * | | | | blockchain_import: warn+delay about using --dangerous-unverified-importmoneromooo-monero2018-06-071-4/+16
| |/ / / /
* | | | | Merge pull request #3941luigi11112018-06-251-2/+2
|\ \ \ \ \
| * | | | | wallet2: fix get_approximate_blockchain_height for stagenetstoffu2018-06-061-2/+2
| |/ / / /
* | | | | Merge pull request #3936luigi11112018-06-252-0/+3
|\ \ \ \ \
| * | | | | tx_pool: initialize bitflags padding since it gets written to storagemoneromooo-monero2018-06-052-0/+3
| |/ / / /
* | | | | Merge pull request #3921luigi11112018-06-259-15/+125
|\ \ \ \ \
| * | | | | Wallet API: add support for wallet creation from hardware devicestoffu2018-06-215-1/+95
| * | | | | Move parse_subaddress_lookahead() from simplewallet.cpp to util.cppstoffu2018-06-213-14/+24
| * | | | | wallet2: lower default for subaddress lookahead when restoring with hardwarestoffu2018-06-211-0/+6
* | | | | | Merge pull request #3677luigi11112018-06-252-2/+2
|\ \ \ \ \ \