Age | Commit message (Expand) | Author | Files | Lines |
2016-11-23 | simplewallet: remove double confirmation when submitting signed tx | moneromooo-monero | 1 | -51/+0 |
2016-11-16 | wallet: auto sync outputs and key images in cold signing files | moneromooo-monero | 2 | -8/+22 |
2016-11-13 | simplewallet: add a verbose flag to incoming_transfers | moneromooo-monero | 1 | -6/+18 |
2016-11-13 | simplewallet: spell out change when signing a transfer | moneromooo-monero | 1 | -2/+16 |
2016-11-13 | simplewallet: print public keys too on spendkey/viewkey commands | moneromooo-monero | 1 | -2/+4 |
2016-11-13 | simplewallet: include amount sent in transfer confirmation | moneromooo-monero | 1 | -0/+10 |
2016-11-12 | Fixed generate-from-json bug introduced in 358e068 | Lee Clagett | 1 | -1/+2 |
2016-11-10 | Created monero-wallet-rpc, moving functionality from monero-wallet-cli | Lee Clagett | 5 | -1036/+118 |
2016-11-07 | wallet: encrypt outputs and key images files with the view key | moneromooo-monero | 1 | -14/+43 |
2016-11-02 | wallet: fix bad amounts/fees again | moneromooo-monero | 1 | -2/+2 |
2016-10-30 | wallet: new import_outputs/export_outputs commands | moneromooo-monero | 2 | -0/+102 |
2016-10-30 | wallet: print tx overview on submit_transfer too | moneromooo-monero | 2 | -5/+17 |
2016-10-30 | simplewallet: remove destinations with zero amount in sign_transfer | moneromooo-monero | 1 | -0/+2 |
2016-10-26 | simplewallet: log transactions to submit in submit_transfer | moneromooo-monero | 1 | -1/+1 |
2016-10-25 | wallet: fix pre-rct cold wallet signing not splitting change | moneromooo-monero | 1 | -6/+16 |
2016-10-23 | simplewallet: factor locked_transfer, and fix a few rough edges | moneromooo-monero | 1 | -256/+43 |
2016-10-15 | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 1 | -53/+67 |
2016-10-15 | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs | moneromooo-monero | 1 | -10/+4 |
2016-10-15 | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 1 | -7/+43 |
2016-10-15 | simplewallet: fix wrong amount in show_transfers | moneromooo-monero | 1 | -1/+1 |
2016-10-04 | simplewallet: add mixin and payment id to sweep_all help | moneromooo-monero | 1 | -1/+1 |
2016-10-04 | Fix description for locked_transfer | Oyvind Kvanes | 1 | -1/+1 |
2016-10-04 | Rename to lockblocks and add max value | Oyvind Kvanes | 1 | -45/+30 |
2016-10-01 | Update minimum mixin in transfer_original help text | TedTheFicus | 1 | -1/+1 |
2016-10-01 | wallet: wallet option to confirm transfers with no payment id | moneromooo-monero | 2 | -1/+81 |
2016-09-28 | Fix locked_transfer | Oyvind Kvanes | 1 | -6/+3 |
2016-09-28 | Add locked_transfer | Oyvind Kvanes | 1 | -87/+83 |
2016-09-28 | Revert transfer_main in simplewallet | Oyvind Kvanes | 2 | -22/+279 |
2016-09-28 | Add motifications to test out locked_transfer | Oyvind Kvanes | 1 | -6/+18 |
2016-09-28 | Add more information to transaction in wallet | Oyvind Kvanes | 1 | -1/+8 |
2016-09-28 | Make a small test change | Oyvind Kvanes | 1 | -1/+1 |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 2 | -26/+273 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-22 | Made error message consistent with other, more helpful, message | Will Skinner | 1 | -1/+1 |
2016-09-19 | Remove redundant "default" in set mixin help desc | J Ryan Littlefield | 1 | -1/+1 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -3/+5 |
2016-09-17 | simplewallet: do not expose the details of tx splitting to the user | moneromooo-monero | 1 | -10/+11 |
2016-09-17 | simplewallet: fix wrong amount in show_transfers for pending transactions | moneromooo-monero | 1 | -1/+1 |
2016-09-16 | wallet: change priority/fee to ArticMine's recommendation | moneromooo-monero | 2 | -16/+16 |
2016-09-11 | Add snap packaging. | Casey Marshall | 1 | -1/+2 |
2016-09-03 | fix remaining bitmonero and simplewallet bits | Riccardo Spagni | 1 | -5/+5 |
2016-09-03 | rename simplewallet | Riccardo Spagni | 1 | -0/+3 |
2016-09-01 | simplewallet: add magic and public keys to key image export file | moneromooo-monero | 1 | -5/+30 |
2016-09-01 | simplewallet: make the key image export format binary | moneromooo-monero | 1 | -18/+5 |
2016-08-28 | wallet: fix some "may be used uninitialized" warnings | moneromooo-monero | 1 | -8/+8 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 1 | -8/+20 |
2016-08-28 | wallet: do not store signatures in the wallet cache | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | simplewallet: better check_tx_key feedback | moneromooo-monero | 1 | -2/+20 |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -24/+16 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 1 | -12/+51 |
2016-08-28 | wallet: factor transfer_rct code with transfer code | moneromooo-monero | 2 | -13/+2 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 2 | -20/+43 |
2016-08-24 | fix #691 removed help about leaving wallet name empty on --generate-new-wallet | guzzi_jones | 1 | -1/+1 |
2016-08-21 | simplewallet: default to max-concurrency 1 on MacOS X | moneromooo-monero | 1 | -1/+8 |
2016-08-16 | simplewallet: do not suggest removing cache if the password was wrong | moneromooo-monero | 1 | -1/+3 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -6/+6 |
2016-08-09 | Better fix (#4) | hyc | 2 | -4/+9 |
2016-08-09 | fix restore-deterministic height | luigi1111 | 1 | -2/+2 |
2016-08-07 | simplewallet: make the refresh thread into more generic idle thread | moneromooo-monero | 2 | -69/+64 |
2016-08-01 | Fix #864 | guzzi_jones | 4 | -53/+106 |
2016-07-24 | wallet: new {ex,im}port_key_images commands and RPC calls | moneromooo-monero | 2 | -0/+109 |
2016-07-22 | simplewallet: suggest removing cache when loading fails | moneromooo-monero | 1 | -0/+1 |
2016-07-20 | wallet: add unconfirmed incoming txes from the txpool | moneromooo-monero | 1 | -2/+28 |
2016-07-20 | simplewallet: revert to foreground refresh at startup | moneromooo-monero | 1 | -0/+2 |
2016-07-19 | wallet: add command and RPC to sign/verify data | moneromooo-monero | 2 | -0/+69 |
2016-07-10 | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 2 | -9/+27 |
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 1 | -1/+1 |
2016-06-22 | simplewallet: mention the background refresh thread when starting | moneromooo-monero | 1 | -0/+1 |
2016-06-22 | wallet: add a fee multiplier | moneromooo-monero | 2 | -1/+80 |
2016-06-20 | gmtime for Windows | luigi1111 | 1 | -2/+6 |
2016-06-20 | simplewallet: add a status command | moneromooo-monero | 2 | -0/+25 |
2016-05-05 | TransactionHistory continued | Ilya Kitaev | 1 | -5/+0 |
2016-04-29 | Set refresh height earlier | Howard Chu | 1 | -13/+15 |
2016-04-29 | TransactionHistory continued | Ilya Kitaev | 1 | -0/+5 |
2016-04-29 | Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7 | Howard Chu | 1 | -2/+2 |
2016-04-28 | simplewallet: display all settings on set with no arguments | moneromooo-monero | 1 | -27/+44 |
2016-04-28 | add a --max-concurrency flag | moneromooo-monero | 1 | -1/+6 |
2016-04-26 | simplewallet: fix pending transfers fee display in show_transfers | moneromooo-monero | 1 | -1/+1 |
2016-04-26 | simplewallet: more threading fixes | moneromooo-monero | 1 | -1/+5 |
2016-04-26 | wallet: allow attaching notes to txids | moneromooo-monero | 2 | -3/+63 |
2016-04-26 | wallet: add GMT timestamps to transfers/payments | moneromooo-monero | 1 | -3/+20 |
2016-04-21 | simplewallet: some background refresh threading fixes | moneromooo-monero | 2 | -11/+45 |
2016-04-19 | wallet: add a new sweep_all command and RPC command | moneromooo-monero | 2 | -63/+307 |
2016-04-18 | modified: src/simplewallet/simplewallet.cpp | awfulcrawler | 1 | -7/+19 |
2016-04-17 | Add --restore-height option | Howard Chu | 2 | -0/+25 |
2016-04-17 | Speed up new wallet refresh | Howard Chu | 1 | -0/+6 |
2016-04-10 | simplewallet: save fixes in RPC mode | moneromooo-monero | 1 | -2/+13 |
2016-04-09 | rpc: add pool/blockchain and block height results to gettransactions | moneromooo-monero | 1 | -2/+7 |
2016-04-06 | simplewallet: set strict umask at start | moneromooo-monero | 1 | -0/+1 |
2016-04-02 | simplewallet: optional address in --generate-from-json | moneromooo-monero | 1 | -5/+66 |
2016-04-02 | wallet: better output selection for transfer/transfer_new | moneromooo-monero | 1 | -2/+2 |
2016-03-29 | simplewallet: always gracefully exit on EOF | moneromooo-monero | 1 | -0/+34 |
2016-03-27 | wallet: make the JSON reading type safe | moneromooo-monero | 1 | -41/+31 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 1 | -0/+6 |
2016-03-27 | simplewallet: default to trusted daemon for loopback address | moneromooo-monero | 1 | -0/+42 |
2016-03-26 | wallet: do not leak owned amounts to the daemon unless --trusted-daemon | moneromooo-monero | 1 | -1/+1 |
2016-03-26 | wallet: change sweep_dust to sweep_unmixable | moneromooo-monero | 2 | -14/+23 |
2016-03-25 | wallet: add a --generate-from-json flag | moneromooo-monero | 2 | -6/+182 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+1 |
2016-03-19 | simplewallet: make --password-file work in RPC mode | moneromooo-monero | 1 | -42/+54 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -1/+1 |
2016-03-12 | simplewallet: fix hang when setting auto-refresh to 0 | moneromooo-monero | 1 | -0/+1 |
2016-03-12 | simplewallet: special ^C handling for windows | moneromooo-monero | 1 | -0/+4 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 2 | -10/+10 |
2016-02-27 | simplewallet: prompt for private keys when generating wallets | moneromooo-monero | 1 | -32/+33 |
2016-02-22 | simplewallet: add a new --restore-from-keys option | moneromooo-monero | 2 | -5/+102 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 1 | -2/+0 |
2016-02-20 | simplewallet: wording change for single tx confirmation | moneromooo-monero | 1 | -3/+12 |
2016-02-05 | simplewallet: check watch-only view key matches standard address | moneromooo-monero | 1 | -0/+11 |
2016-01-30 | simplewallet: show_transfers can now show just failed txes | moneromooo-monero | 1 | -6/+13 |
2016-01-29 | wallet: detect and handle failed outgoing transfers | moneromooo-monero | 1 | -1/+2 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 1 | -1/+2 |
2016-01-27 | simplewallet: remove leftover command line refresh-type handling | moneromooo-monero | 2 | -5/+0 |
2016-01-25 | simplewallet: remove leftover command line refresh-type handling | moneromooo-monero | 2 | -5/+0 |
2016-01-09 | use load_file_to_string and exit with error on file read errors | Fabian Hirschmann | 1 | -3/+9 |
2016-01-09 | remove new lines at the end of the password only | Fabian Hirschmann | 1 | -2/+2 |
2016-01-09 | add --password-file option | Fabian Hirschmann | 1 | -0/+19 |
2015-12-31 | update version | Riccardo Spagni | 1 | -3/+3 |
2015-12-31 | updated copyright year | Riccardo Spagni | 5 | -5/+5 |
2015-12-30 | wallet: add a rescan_bc command and rescan_blockchain RPC | moneromooo-monero | 2 | -13/+28 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 1 | -1/+1 |
2015-12-11 | Stop displaying internal commands for --help | luigi1111 | 1 | -1/+1 |
2015-12-11 | simplewallet help & error cleanup | luigi1111 | 1 | -120/+120 |
2015-12-05 | wallet: make the wallet refresh type a wallet setting | moneromooo-monero | 2 | -33/+78 |
2015-11-29 | wallet: cancellable refresh | moneromooo-monero | 2 | -7/+50 |
2015-11-29 | simplewallet: add tr markers in a few missing user visible strings | moneromooo-monero | 1 | -8/+8 |
2015-11-29 | simplewallet: swap colors in show_transfers | moneromooo-monero | 1 | -1/+1 |
2015-11-28 | wallet: optional automatic refresh from the daemon | moneromooo-monero | 2 | -9/+113 |
2015-11-22 | wallet: make the refresh optimizations selectable via command line | moneromooo-monero | 2 | -3/+42 |
2015-11-22 | wallet: rename store-tx-keys to store-tx-info | moneromooo-monero | 2 | -7/+7 |
2015-11-22 | wallet: improve show_transfers | moneromooo-monero | 1 | -8/+25 |
2015-11-21 | wallet: use incoming blocks to keep track of payments too | moneromooo-monero | 1 | -4/+6 |
2015-11-21 | simplewallet: lessen display flicker confusion | moneromooo-monero | 1 | -2/+2 |
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 1 | -1/+4 |
2015-11-15 | wallet: track outgoing payments and add a show_transfers command | moneromooo-monero | 2 | -0/+100 |
2015-10-30 | simplewallet: add a set default-mixin command | moneromooo-monero | 2 | -3/+77 |
2015-10-27 | Fix a possibly-unused warning, and rationalize types | moneromooo-monero | 1 | -3/+3 |
2015-10-14 | simplewallet: add a check_tx_key command | moneromooo-monero | 2 | -0/+106 |
2015-10-12 | simplewallet: hide start_mining behind --trusted-daemon | moneromooo-monero | 1 | -0/+6 |
2015-10-11 | simplewallet: add a --trusted-daemon flag | moneromooo-monero | 2 | -0/+10 |
2015-10-11 | simplewallet: bump default mixin from 3 to 4 | moneromooo-monero | 1 | -1/+1 |
2015-08-26 | wallet: use mutex protected random generation api | moneromooo-monero | 1 | -1/+1 |
2015-08-24 | simplewallet: add a store-tx-keys option to set | moneromooo-monero | 2 | -1/+46 |
2015-08-19 | make tx keys available to the user | moneromooo-monero | 2 | -0/+33 |
2015-08-16 | simplewallet: Use default log file name when executable's file path is unknown | warptangent | 1 | -3/+21 |
2015-08-11 | wallet: new rescan_spent command to update outputs' spent status | moneromooo-monero | 2 | -0/+41 |
2015-08-09 | encrypted payment ids are now 64 bit, instead of 256 bit | moneromooo-monero | 1 | -28/+30 |
2015-08-09 | Encrypted payment IDs | moneromooo-monero | 1 | -2/+8 |
2015-07-22 | wallet: new transaction construction algorithm | moneromooo-monero | 2 | -2/+19 |
2015-07-19 | simplewallet: fix context/string order mismatch | moneromooo-monero | 1 | -1/+1 |
2015-07-19 | simplewallet: use unsigned long long instead of size_t in message | moneromooo-monero | 1 | -4/+4 |
2015-07-18 | wallet: add boolean to always confirm transactions with the user | moneromooo-monero | 2 | -5/+71 |
2015-07-18 | boost doesn't like %zu for size_t, replace with %u | moneromooo-monero | 1 | -2/+2 |
2015-07-14 | Translatable strings for simplewallet | moneromooo-monero | 2 | -247/+267 |
2015-06-20 | simplewallet: allow creating a wallet from a public address and view secret key | moneromooo-monero | 2 | -8/+81 |
2015-06-20 | simplewallet: forbid seed commands for watch only wallets | moneromooo-monero | 1 | -0/+10 |
2015-06-12 | simplewallet: allow integrated_address to generate a random payment id | moneromooo-monero | 1 | -4/+11 |
2015-06-12 | Integrated addresses (standard address plus payment id) | moneromooo-monero | 2 | -2/+63 |
2015-06-12 | simplewallet: allow a different password for the watch-only wallet | moneromooo-monero | 3 | -8/+14 |
2015-05-31 | wallet: add watch only wallet support | moneromooo-monero | 2 | -1/+40 |
2015-05-30 | wallet: add a sweep_dust command | moneromooo-monero | 2 | -1/+129 |
2015-05-28 | simplewallet: Update and add log options | warptangent | 1 | -9/+29 |
2015-05-28 | simplewallet: Don't log view key and spend key | warptangent | 1 | -4/+7 |
2015-05-19 | Add spendkey dump to simplewallet | luigi1111 | 2 | -0/+9 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -0/+2 |
2015-03-10 | default mix factor in simplewallet | smooth | 1 | -10/+16 |
2015-02-20 | 2014 network limit 1.2 +utils +toc -doc -drmonero | rfree2monero | 1 | -0/+1 |
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 1 | -0/+1 |
2015-01-11 | Add a --restricted-rpc flag to simplewallet | moneromooo-monero | 1 | -1/+4 |
2015-01-02 | year updated in license | Riccardo Spagni | 5 | -5/+5 |
2014-12-11 | Repeat prompt for wallet path if invalid | warptangent | 1 | -4/+24 |
2014-12-08 | Add simple_wallet::seed_set_language method | warptangent | 2 | -0/+72 |
2014-12-06 | Checking and handling for deterministic vs non-deterministic wallet | warptangent | 1 | -19/+35 |
2014-12-06 | indentation | warptangent | 1 | -1/+1 |
2014-12-06 | replace lines with call to recently added print_seed() | warptangent | 1 | -4/+1 |
2014-12-01 | prompt for seed language and error handling | warptangent | 1 | -0/+7 |
2014-12-01 | remove unused display variable | warptangent | 1 | -3/+0 |
2014-11-09 | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ... | iamsmooth | 1 | -3/+2 |
2014-10-24 | cmake: fix up link lines | Ben Boeckel | 1 | -1/+1 |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -2/+7 |
2014-10-23 | cmake: refactor common code with executables | Ben Boeckel | 1 | -18/+1 |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -0/+70 |
2014-10-19 | Prints seed after wallet upgrade. Removed iostream include. | Oran Juice | 2 | -4/+26 |
2014-10-19 | Rewrites to old wallet file correctly | Oran Juice | 1 | -1/+1 |
2014-10-18 | Writes seed language while generating wallet. Wallet open fix. | Oran Juice | 1 | -17/+28 |
2014-10-18 | Stores seed language in wallet file. added rapidjson. Yet to test backward co... | Oran Juice | 1 | -2/+2 |
2014-10-05 | split mnemonic printout over 3 lines | Riccardo Spagni | 1 | -0/+4 |
2014-10-03 | cleaned up OpenAlias messages in simplewallet | Riccardo Spagni | 1 | -6/+6 |
2014-10-03 | Don't show Old English as an available option | Oran Juice | 1 | -1/+1 |
2014-10-02 | Restructured language sources to be singletons | Oran Juice | 2 | -36/+16 |
2014-10-01 | simplewallet ignoring testnet port in RPC mode | Riccardo Spagni | 1 | -1/+1 |
2014-09-30 | Change seed message to '25' words from '24' words | Oran Juice | 1 | -2/+2 |
2014-09-28 | Minor comment changes and code clean-up | Oran Juice | 1 | -3/+3 |
2014-09-28 | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit... | Oran Juice | 1 | -6/+10 |
2014-09-27 | Doxygen comments in | Oran Juice | 2 | -6/+36 |
2014-09-27 | Informs about old style mnemonics from older wallet and provides a new one. C... | Oran Juice | 1 | -2/+8 |
2014-09-27 | Throw error when word list file is empty and quick bug fix | Oran Juice | 1 | -7/+31 |
2014-09-26 | Supports wallet restoration | Oran Juice | 1 | -4/+6 |