aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wallet2: use the same exponential splitting for normal txesmoneromooo-monero2015-06-171-2/+4
* wallet2: try to split dust sweep txs exponentiallymoneromooo-monero2015-06-171-2/+3
* Fix standard address deserializationmoneromooo-monero2015-06-161-7/+17
* Merge pull request #321Riccardo Spagni2015-06-141-9/+6
|\
| * Fix DNS checkpoint consensus codemoneromooo-monero2015-06-141-9/+6
* | Merge pull request #320Riccardo Spagni2015-06-142-1/+12
|\ \
| * | daemon: fix an exit crashmoneromooo-monero2015-06-142-1/+12
| |/
* | Merge pull request #318Riccardo Spagni2015-06-143-8/+14
|\ \
| * | simplewallet: allow a different password for the watch-only walletmoneromooo-monero2015-06-123-8/+14
* | | Add RPC commands to manipulate integrated addressesmoneromooo-monero2015-06-133-0/+113
* | | simplewallet: allow integrated_address to generate a random payment idmoneromooo-monero2015-06-121-4/+11
* | | account: add a couple constsmoneromooo-monero2015-06-122-4/+4
* | | Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-128-8/+181
| |/ |/|
* | Merge pull request #312Riccardo Spagni2015-06-112-39/+46
|\ \
| * | dns_utils: simpify smart pointer use, and use for url strings toomoneromooo-monero2015-06-072-39/+46
* | | Merge pull request #311Riccardo Spagni2015-06-111-0/+1
|\ \ \
| * | | properly decrement p2p socket countThomas Winget2015-06-061-0/+1
| |/ /
* | | Merge pull request #308Riccardo Spagni2015-06-113-4/+4
|\ \ \
| * | | fix ^D exit for bitmonerodmoneromooo-monero2015-06-033-4/+4
| |/ /
* | | Merge pull request #303Riccardo Spagni2015-06-116-7/+91
|\ \ \ | |/ / |/| / | |/
| * wallet: add watch only wallet supportmoneromooo-monero2015-05-314-7/+84
| * account: add a forget_spend_key methodmoneromooo-monero2015-05-312-0/+7
* | cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-3140-206/+468
|/
* wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero2015-05-303-0/+64
* wallet: add a sweep_dust commandmoneromooo-monero2015-05-304-1/+344
* Merge pull request #297Riccardo Spagni2015-05-301-38/+75
|\
| * Replace hardcoded value with existing constant of same valuewarptangent2015-05-301-1/+1
| * Update database resize behaviorwarptangent2015-05-301-2/+20
| * Include database error in more error messageswarptangent2015-05-301-35/+54
* | Merge pull request #294Riccardo Spagni2015-05-3014-565/+38
|\ \
| * | rpc_command_executor: fix mining in testnet modemoneromooo-monero2015-05-281-2/+1
| * | core_rpc_server: add a getter for the testnet flagmoneromooo-monero2015-05-281-0/+1
| * | core_rpc_server: log some error messages to the consolemoneromooo-monero2015-05-281-0/+3
| * | daemon: remove obsolete daemon_commands_handler.hmoneromooo-monero2015-05-282-530/+0
| * | core_rpc_server: reenable print_plmoneromooo-monero2015-05-281-3/+2
| * | net_peerlist: fix grayt/white naming mismatchmoneromooo-monero2015-05-281-2/+2
| * | blockchain_db: add a few constmoneromooo-monero2015-05-276-10/+10
| * | wallet: add consts where appropriatemoneromooo-monero2015-05-272-18/+19
| |/
* | daemon: Set log file default to use data dirwarptangent2015-05-281-1/+16
* | simplewallet: Update and add log optionswarptangent2015-05-281-9/+29
* | simplewallet: Don't log view key and spend keywarptangent2015-05-281-4/+7
|/
* Merge pull request #292Riccardo Spagni2015-05-261-31/+36
|\
| * Build seed node list without duplicateswarptangent2015-05-251-31/+36
* | Merge pull request #291Riccardo Spagni2015-05-261-1/+5
|\ \
| * | Fix compile for GCC 5.1.0warptangent2015-05-251-1/+5
| |/
* | Merge pull request #289Riccardo Spagni2015-05-262-75/+210
|\ \ | |/ |/|
| * Check if LMDB needs resize every 1000 blocksThomas Winget2015-05-181-1/+1
| * null out batch txn pointer as needed (BlockchainLMDB)Thomas Winget2015-05-181-4/+5
| * LMDB should now dynamically resize the mapsizeThomas Winget2015-05-162-60/+187
| * Move mdb_txn_safe implementation to cpp fileThomas Winget2015-05-152-51/+58