summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | blockchain: remove unused output_scan_worker parametermoneromooo-monero2018-11-042-10/+5
| * | | | | | blockchain: don't run threads if we have just one function to runmoneromooo-monero2018-11-041-1/+1
| * | | | | | db_lmdb: slight speedup getting array data from the blockchainmoneromooo-monero2018-11-041-6/+8
| * | | | | | db_lmdb: save some string copies for readonly db keys/valuesmoneromooo-monero2018-11-011-11/+16
| * | | | | | tx_pool: speed up take_tx for transactions from blocksmoneromooo-monero2018-11-012-1/+14
| * | | | | | tx_pool: remove unnecessary get_transaction_hashmoneromooo-monero2018-11-011-4/+3
| * | | | | | perf_timer: call reserve on new timer arraymoneromooo-monero2018-11-011-0/+1
| * | | | | | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-019-20/+21
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4761Riccardo Spagni2018-11-141-12/+19
|\ \ \ \ \ \
| * | | | | | wallet2: fix off by one in output pickingmoneromooo-monero2018-11-051-12/+19
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4757Riccardo Spagni2018-11-141-0/+7
|\ \ \ \ \ \
| * | | | | | hash: fix hash_permutation on big endianmoneromooo-monero2018-10-291-0/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4755Riccardo Spagni2018-11-141-2/+3
|\ \ \ \ \ \
| * | | | | | crypto: fix AES encryption on big endianxiphon2018-10-311-2/+3
| |/ / / / /
* | | | | | Merge pull request #4753Riccardo Spagni2018-11-143-4/+9
|\ \ \ \ \ \
| * | | | | | hardfork: initialize current_fork_index in ctormoneromooo-monero2018-10-291-3/+4
| * | | | | | serializtion: add missing mainnet and stagenet fields for 0mqmoneromooo-monero2018-10-291-0/+4
| * | | | | | wallet2: initialize amount to 0 in tx_scan_info_t ctormoneromooo-monero2018-10-291-1/+1
| |/ / / / /
* | | | | | Merge pull request #4750Riccardo Spagni2018-11-141-3/+3
|\ \ \ \ \ \
| * | | | | | use current height - 1 for top block height in err msgscryptochangements342018-11-021-3/+3
| |/ / / / /
* | | | | | Merge pull request #4747Riccardo Spagni2018-11-141-1/+8
|\ \ \ \ \ \
| * | | | | | return message in stop_mining if mining never startedcryptochangements342018-10-281-1/+8
| |/ / / / /
* | | | | | Merge pull request #4746Riccardo Spagni2018-11-143-0/+233
|\ \ \ \ \ \
| * | | | | | wallet-rpc: add on_restore_deterministic RPC call.Hasan Pekdemir2018-10-293-1/+234
| |/ / / / /
* | | | | | Merge pull request #4847Riccardo Spagni2018-11-141-0/+1
|\ \ \ \ \ \
| * | | | | | cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIESstoffu2018-11-151-0/+1
| | |_|/ / / | |/| | | |
* / | | | | common: fix base58 gcc -Werror=implicit-fallthroughxiphon2018-11-131-14/+2
|/ / / / /
* | | | | Merge pull request #4814Riccardo Spagni2018-11-071-1/+2
|\ \ \ \ \
| * | | | | build: fix Ubuntu 16.04 (GCC 5.4.0) compilationxiphon2018-11-061-1/+2
| | |_|_|/ | |/| | |
* / | | | api/wallet: fix compile errors made in #4720stoffu2018-11-071-3/+3
|/ / / /
* | | | Merge pull request #4809Riccardo Spagni2018-11-061-1/+2
|\ \ \ \
| * | | | Fix build of monero-gui by adding device_trezor to wallet_mergedburicl2018-11-061-1/+2
* | | | | Merge pull request #4744Riccardo Spagni2018-11-061-1/+1
|\ \ \ \ \
| * | | | | cryptonote: use logging functions for errors, not std::coutmoneromooo-monero2018-10-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4743Riccardo Spagni2018-11-061-0/+14
|\ \ \ \ \
| * | | | | wallet2: save ring in the ringdb once a tx is createdmoneromooo-monero2018-10-271-0/+14
| |/ / / /
* | | | | Merge pull request #4742Riccardo Spagni2018-11-062-4/+4
|\ \ \ \ \
| * | | | | blockchain_utilities: fix logs and cout output collidingmoneromooo-monero2018-10-272-4/+4
| |/ / / /
* | | | | Merge pull request #4738Riccardo Spagni2018-11-061-0/+3
|\ \ \ \ \
| * | | | | wallet2: fix ring reuse breaking when using histogrammoneromooo-monero2018-10-271-0/+3
| |/ / / /
* | | | | Merge pull request #4735Riccardo Spagni2018-11-062-2/+2
|\ \ \ \ \
| * | | | | rpc: adjust ring size error message now that too high is also possiblemoneromooo-monero2018-10-271-1/+1
| * | | | | core: fix unmixable special case allowing ring size below 11moneromooo-monero2018-10-271-1/+1
| |/ / / /
* | | | | Merge pull request #4733Riccardo Spagni2018-11-061-1/+2
|\ \ \ \ \
| * | | | | cryptonote_core: avoid gratuitous recalculations in check_block_rate()xiphon2018-11-051-1/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #4731Riccardo Spagni2018-11-066-17/+54
|\ \ \ \ \
| * | | | | wallet: add a non destructive blockchain rescanmoneromooo-monero2018-11-036-17/+54
* | | | | | Merge pull request #4729Riccardo Spagni2018-11-061-3/+12
|\ \ \ \ \ \
| * | | | | | wallet2: rewrite keys file in a safer mannerNathan Dorfman2018-10-281-3/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4728Riccardo Spagni2018-11-062-5/+7
|\ \ \ \ \ \