summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #718Riccardo Spagni2016-03-121-0/+1
|\
| * simplewallet: fix hang when setting auto-refresh to 0moneromooo-monero2016-03-121-0/+1
* | simplewallet: special ^C handling for windowsmoneromooo-monero2016-03-121-0/+4
|/
* Use boost::thread instead of std::threadHoward Chu2016-03-111-7/+7
* Merge pull request #688Riccardo Spagni2016-02-291-19/+114
|\
| * simplewallet: prompt for private keys when generating walletsmoneromooo-monero2016-02-271-32/+33
| * simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-221-5/+99
* | move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-2/+0
|/
* simplewallet: wording change for single tx confirmationmoneromooo-monero2016-02-201-3/+12
* simplewallet: check watch-only view key matches standard addressmoneromooo-monero2016-02-051-0/+11
* simplewallet: show_transfers can now show just failed txesmoneromooo-monero2016-01-301-6/+13
* wallet: detect and handle failed outgoing transfersmoneromooo-monero2016-01-291-1/+2
* simplewallet: remove leftover command line refresh-type handlingmoneromooo-monero2016-01-251-3/+0
* use load_file_to_string and exit with error on file read errorsFabian Hirschmann2016-01-091-3/+9
* remove new lines at the end of the password onlyFabian Hirschmann2016-01-091-2/+2
* add --password-file optionFabian Hirschmann2016-01-091-0/+19
* update versionRiccardo Spagni2015-12-311-3/+3
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-301-13/+26
* Add missing semicolons after log statementsmoneromooo-monero2015-12-191-1/+1
* Stop displaying internal commands for --helpluigi11112015-12-111-1/+1
* simplewallet help & error cleanupluigi11112015-12-111-120/+120
* wallet: make the wallet refresh type a wallet settingmoneromooo-monero2015-12-051-33/+77
* Merge pull request #512Riccardo Spagni2015-11-301-8/+8
|\
| * simplewallet: add tr markers in a few missing user visible stringsmoneromooo-monero2015-11-291-8/+8
* | wallet: cancellable refreshmoneromooo-monero2015-11-291-7/+47
* | Merge pull request #511Riccardo Spagni2015-11-301-1/+1
|\ \
| * | simplewallet: swap colors in show_transfersmoneromooo-monero2015-11-291-1/+1
| |/
* / wallet: optional automatic refresh from the daemonmoneromooo-monero2015-11-281-9/+104
|/
* wallet: make the refresh optimizations selectable via command linemoneromooo-monero2015-11-221-2/+39
* Merge pull request #496Riccardo Spagni2015-11-221-13/+32
|\
| * wallet: rename store-tx-keys to store-tx-infomoneromooo-monero2015-11-221-6/+6
| * wallet: improve show_transfersmoneromooo-monero2015-11-221-8/+25
| * wallet: use incoming blocks to keep track of payments toomoneromooo-monero2015-11-211-4/+6
* | Fix startup crash when using a locale boost does not likemoneromooo-monero2015-11-211-1/+4
|/
* wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero2015-11-151-0/+99
* simplewallet: add a set default-mixin commandmoneromooo-monero2015-10-301-3/+76
* Fix a possibly-unused warning, and rationalize typesmoneromooo-monero2015-10-271-3/+3
* simplewallet: add a check_tx_key commandmoneromooo-monero2015-10-141-0/+105
* simplewallet: hide start_mining behind --trusted-daemonmoneromooo-monero2015-10-121-0/+6
* Merge pull request #427Riccardo Spagni2015-10-111-0/+9
|\
| * simplewallet: add a --trusted-daemon flagmoneromooo-monero2015-10-111-0/+9
* | simplewallet: bump default mixin from 3 to 4moneromooo-monero2015-10-111-1/+1
|/
* Merge pull request #390Riccardo Spagni2015-08-261-1/+1
|\
| * wallet: use mutex protected random generation apimoneromooo-monero2015-08-261-1/+1
* | simplewallet: add a store-tx-keys option to setmoneromooo-monero2015-08-241-1/+45
|/
* make tx keys available to the usermoneromooo-monero2015-08-191-0/+32
* simplewallet: Use default log file name when executable's file path is unknownwarptangent2015-08-161-3/+21
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-111-0/+40
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-28/+30