aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #290Riccardo Spagni2015-05-203-26/+41
|\ \
| * | Allow name@domain.tld for OpenAlias lookupswarptangent2015-05-193-1/+27
| * | Revert "Allow name@domain.tld for OpenAlias lookups"warptangent2015-05-192-25/+14
* | | Merge pull request #288Riccardo Spagni2015-05-208-8/+65
|\ \ \
| * | | s/terget/target/moneromooo-monero2015-05-174-7/+7
| * | | print limits when running limit commands with no argumentsmoneromooo-monero2015-05-175-3/+60
| |/ /
* | | Merge pull request #287Riccardo Spagni2015-05-202-9/+17
|\ \ \
| * | | Support debugging command --pop-blocks on in-memory blockchainwarptangent2015-05-162-9/+17
| |/ /
* | | Merge pull request #285Riccardo Spagni2015-05-202-0/+9
|\ \ \ | |/ / |/| |
| * | Add spendkey dump to simplewalletluigi11112015-05-192-0/+9
| |/
* | Allow BlockchainLMDB to be opened in read-only modewarptangent2015-05-162-4/+11
* | Rename "--block-number" option to "--block-stop"warptangent2015-05-153-46/+45
* | Check if chunk size is zero instead of negativewarptangent2015-05-151-2/+2
|/
* Fixes changes to sort tx by fee per kbThomas Winget2015-05-132-14/+46
* Merge pull request #281Riccardo Spagni2015-05-1313-619/+969
|\
| * Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent2015-05-0810-2/+2
| * Add --block-number option to blockchain_importwarptangent2015-05-081-7/+17
| * Update blockchain utilities with portable bootstrap file formatwarptangent2015-05-088-460/+755
| * Add MDB_NORDAHEAD as a supported LMDB flag for blockchain_importwarptangent2015-05-081-8/+2
| * Condense #if directiveswarptangent2015-05-081-9/+2
| * Add basic "pop blocks" command to blockchain_import for debuggingwarptangent2015-05-081-0/+58
| * Update log statementswarptangent2015-05-083-3/+3