Age | Commit message (Expand) | Author | Files | Lines |
2017-08-07 | Merge pull request #2210 | Riccardo Spagni | 1 | -7/+43 |
2017-08-07 | Merge pull request #2196 | Riccardo Spagni | 1 | -12/+50 |
2017-08-04 | simplewallet: show payment ids on sign_transfer | moneromooo-monero | 1 | -12/+50 |
2017-07-27 | Move OpenAlias console input back from libs | moneromooo-monero | 1 | -7/+43 |
2017-07-22 | Make successful transfer log message more informative | JollyMort | 1 | -1/+2 |
2017-07-19 | Merge pull request #2159 | Riccardo Spagni | 1 | -2/+2 |
2017-07-19 | Merge pull request #2135 | Riccardo Spagni | 1 | -0/+2 |
2017-07-09 | Add various readline related fixes | Jethro Grassie | 1 | -2/+2 |
2017-07-03 | Merge pull request #2124 | Riccardo Spagni | 1 | -12/+0 |
2017-07-03 | Merge pull request #2112 | Riccardo Spagni | 1 | -0/+15 |
2017-07-03 | Merge pull request #2110 | Riccardo Spagni | 1 | -4/+4 |
2017-06-30 | simplewallet: lock idle scope when sweeping | moneromooo-monero | 1 | -0/+2 |
2017-06-26 | wallet: fix refresh_from_height setting on new wallet | moneromooo-monero | 1 | -12/+0 |
2017-06-25 | Fix multiline wallet cli output with readline | Jethro Grassie | 1 | -0/+15 |
2017-06-23 | simplewallet: typo fixes | Guillaume LE VAILLANT | 1 | -4/+4 |
2017-06-22 | simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key() | stoffu | 1 | -2/+0 |
2017-06-22 | simplewallet: replace assert(m_wallet) with error out | stoffu | 1 | -5/+25 |
2017-06-22 | Signature proving payment to destination by only revealing key derivation, no... | stoffu | 2 | -15/+220 |
2017-06-18 | Merge pull request #2081 | Riccardo Spagni | 2 | -0/+15 |
2017-06-10 | simplewallet: new command to generate a random payment id | moneromooo-monero | 2 | -0/+15 |
2017-06-07 | add simplewallet --generate-new-wallet arg checks | Michael Shick | 1 | -0/+9 |
2017-05-30 | Merge pull request #2053 | Riccardo Spagni | 1 | -10/+13 |
2017-05-30 | Merge pull request #2039 | Riccardo Spagni | 1 | -1/+1 |
2017-05-28 | simplewallet: fix refresh height for new wallets | moneromooo-monero | 1 | -10/+13 |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -1/+1 |
2017-05-09 | corrected typo in help regarding min-outputs-* | stoffu | 1 | -1/+1 |
2017-04-24 | wallet: add sweep_below function | moneromooo-monero | 2 | -2/+26 |
2017-04-24 | Merge pull request #1984 | Riccardo Spagni | 1 | -7/+22 |
2017-04-16 | simplewallet: allow multiline seed | moneromooo-monero | 1 | -7/+22 |
2017-04-12 | wallet cli: removed some inappropriate return-false | kenshi84 | 1 | -16/+6 |
2017-04-11 | Merge pull request #1949 | Riccardo Spagni | 1 | -9/+9 |
2017-04-11 | Merge pull request #1940 | Riccardo Spagni | 1 | -4/+17 |
2017-04-11 | Merge pull request #1931 | Riccardo Spagni | 1 | -1/+0 |
2017-04-02 | simplewallet: fix cold signing of split transactions | moneromooo-monero | 1 | -3/+9 |
2017-04-02 | simplewallet: allow setting confirm-missing-payment-id in watch wallets | moneromooo-monero | 1 | -6/+0 |
2017-04-01 | Add per transaction fee to transfer command | Antti Keränen | 1 | -4/+17 |
2017-03-27 | wallet cli: remove redundant password confirm in donate command | kenshi84 | 1 | -1/+0 |
2017-03-26 | simplewallet: factor the per-variable code in set_variable | moneromooo-monero | 1 | -170/+28 |
2017-03-25 | wallet: option to merge destinations | moneromooo-monero | 2 | -1/+27 |
2017-03-25 | Merge pull request #1921 | Riccardo Spagni | 1 | -1/+1 |
2017-03-24 | Fixed typo in CLI wallet help message | Derek Zhang | 1 | -1/+1 |
2017-03-24 | wallet: try to save large outputs when using an unneeded second input | moneromooo-monero | 2 | -1/+67 |
2017-03-22 | Transfer help | Akademik Prokhor Zakharov | 1 | -2/+2 |
2017-03-21 | wallet: fix set_log not handling 0,xxx style settings | moneromooo-monero | 1 | -15/+1 |
2017-03-18 | Merge pull request #1886 | Riccardo Spagni | 1 | -5/+0 |
2017-03-18 | Merge pull request #1883 | Riccardo Spagni | 1 | -2/+2 |
2017-03-18 | simplewallet: allow setting tx priority in watch wallets | moneromooo-monero | 1 | -5/+0 |
2017-03-18 | use const references in catch blocks | moneromooo-monero | 1 | -2/+2 |
2017-03-18 | simplewallet: catch case where no transactions are made | moneromooo-monero | 1 | -1/+7 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -6/+6 |
2017-03-05 | wallet: add password command | moneromooo-monero | 1 | -3/+4 |
2017-03-03 | Merge pull request #1826 | Riccardo Spagni | 2 | -1/+46 |
2017-03-03 | Merge pull request #1820 | Riccardo Spagni | 2 | -11/+11 |
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 2 | -1/+46 |
2017-02-28 | wallet: fix --log-file not working | moneromooo-monero | 1 | -1/+2 |
2017-02-27 | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 2 | -11/+11 |
2017-02-24 | simplewallet: updated help message for 'set ask-password' | kenshi84 | 1 | -1/+1 |
2017-02-22 | Merge pull request #1765 | Riccardo Spagni | 1 | -8/+7 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 3 | -3/+3 |
2017-02-21 | Add support for smart mining through wallet. | Dion Ahmetaj | 1 | -8/+7 |
2017-02-14 | simplewallet: validate hex input size | moneromooo-monero | 1 | -9/+9 |
2017-02-11 | Merge pull request #1698 | Riccardo Spagni | 1 | -0/+6 |
2017-02-11 | Merge pull request #1689 | Riccardo Spagni | 2 | -2/+2 |
2017-02-08 | simplewallet: print error when address is wrong | kenshi84 | 1 | -0/+6 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2 | -3/+3 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 2 | -2/+2 |
2017-02-04 | Merge pull request #1665 | Riccardo Spagni | 1 | -6/+1 |
2017-02-04 | Merge pull request #1640 | Riccardo Spagni | 2 | -0/+43 |
2017-02-03 | simplewallet: option to always ask password for any crytical operations | kenshi84 | 2 | -0/+43 |
2017-02-02 | simplewallet: cleanup | moneromooo-monero | 1 | -5/+0 |
2017-02-02 | simplewallet: fix build (unqualified type not in current scope) | moneromooo-monero | 1 | -1/+1 |
2017-02-02 | Merge pull request #1645 | Riccardo Spagni | 1 | -29/+2 |
2017-02-02 | Merge pull request #1639 | Riccardo Spagni | 2 | -0/+28 |
2017-02-02 | Merge pull request #1629 | Riccardo Spagni | 1 | -6/+7 |
2017-01-29 | Add change_password for simplewallet | Ashley Perpetual | 2 | -0/+28 |
2017-01-28 | Factor is_address_local code into a tools function | moneromooo-monero | 1 | -29/+2 |
2017-01-25 | Updates to epee HTTP client code | Lee Clagett | 1 | -6/+7 |
2017-01-24 | moved get_account_address_from_str_or_url from libcommon to libcryptonote_core | kenshi84 | 1 | -5/+5 |
2017-01-20 | Merge pull request #1599 | Riccardo Spagni | 1 | -8/+8 |
2017-01-20 | wallet: print exception message on get_random_outs_error | moneromooo-monero | 1 | -8/+8 |
2017-01-18 | simplewallet: use MAKE_CORE_RPC_VERSION(1,4) instead of 0x10004 | kenshi84 | 1 | -1/+1 |
2017-01-15 | Merge pull request #1569 | Riccardo Spagni | 1 | -16/+64 |
2017-01-16 | specify restore height by YYYY-MM-DD format | kenshi84 | 1 | -16/+64 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 2 | -32/+41 |
2017-01-13 | Merge pull request #1562 | Riccardo Spagni | 1 | -78/+9 |
2017-01-13 | Merge pull request #1559 | Riccardo Spagni | 2 | -0/+6 |
2017-01-13 | Merge pull request #1545 | Riccardo Spagni | 1 | -0/+1 |
2017-01-13 | Merge pull request #1492 | Riccardo Spagni | 2 | -14/+152 |
2017-01-13 | Move key image export/import functions to wallet2 | Jaquee | 1 | -78/+9 |
2017-01-12 | Wallet2 + API: Callbacks for unconfirmed transfers | Jaquee | 2 | -0/+6 |
2017-01-09 | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 2 | -14/+152 |
2017-01-08 | add msg for donate | luigi1111 | 1 | -0/+1 |
2017-01-08 | Fix monero-wallet-cli compile | luigi1111 | 1 | -1/+1 |
2017-01-08 | Merge pull request #1537 | Riccardo Spagni | 2 | -0/+124 |
2017-01-08 | Merge pull request #1503 | Riccardo Spagni | 1 | -24/+8 |
2017-01-08 | Merge pull request #1496 | Riccardo Spagni | 2 | -0/+120 |
2017-01-08 | Merge pull request #1482 | Riccardo Spagni | 2 | -0/+82 |
2017-01-08 | simplewallet: add a show_transfer <txid> command | moneromooo-monero | 2 | -0/+124 |
2016-12-26 | wallet cli: print unspent outputs with histogram | kenshi84 | 2 | -0/+120 |
2016-12-26 | simplewallet: remove unnecessary local_args.erase(...) in set_variable() | kenshi84 | 1 | -24/+8 |
2016-12-21 | make openalias also available for solo miner; introduce namespace tools::dns_... | kenshi84 | 2 | -74/+5 |
2016-12-21 | wallet cli: viewing and editing address book | kenshi84 | 2 | -0/+82 |
2016-12-20 | simplewallet: bump output file format version | moneromooo-monero | 1 | -1/+1 |
2016-12-20 | Merge pull request #1472 | Riccardo Spagni | 2 | -163/+59 |
2016-12-20 | Merge pull request #1469 | Riccardo Spagni | 1 | -1/+1 |
2016-12-20 | Merge pull request #1466 | Riccardo Spagni | 1 | -1/+3 |
2016-12-20 | support importing unportable outputs | kenshi84 | 1 | -3/+12 |
2016-12-19 | Refactored password prompting for wallets | Lee Clagett | 2 | -163/+59 |
2016-12-17 | simplewallet: add pending/pool/failed in the show_transfers help | moneromooo-monero | 1 | -1/+1 |
2016-12-17 | simplewallet: add return type for donate function | anonimal | 1 | -0/+1 |
2016-12-17 | simplewallet: hardcode Monero's donation address | anonimal | 1 | -1/+2 |
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 1 | -2/+2 |
2016-12-15 | wallet cli: donate command | Kenshi Takayama | 2 | -0/+41 |
2016-12-12 | monero-wallet-cli wording changes 'n' stuff | luigi1111 | 1 | -11/+13 |
2016-12-08 | simplewallet: restore automatically setting trusted local daemon | moneromooo-monero | 1 | -0/+43 |
2016-12-04 | Merge pull request #1379 | Riccardo Spagni | 1 | -7/+12 |
2016-11-26 | Improve daemon RPC version handling | moneromooo-monero | 1 | -7/+12 |
2016-11-25 | Added command_line::is_yes | Lee Clagett | 1 | -17/+15 |
2016-11-23 | simplewallet: remove double confirmation when submitting signed tx | moneromooo-monero | 1 | -51/+0 |
2016-11-17 | Merge pull request #1344 | Riccardo Spagni | 2 | -16/+58 |
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-11-01 | Merge pull request #1281 | Riccardo Spagni | 2 | -0/+102 |
2016-11-01 | Merge pull request #1277 | Riccardo Spagni | 2 | -5/+17 |
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-22 | Merge pull request #1224 | Riccardo Spagni | 1 | -10/+4 |
2016-10-22 | Merge pull request #1220 | Riccardo Spagni | 1 | -7/+43 |
2016-10-22 | Merge pull request #1219 | Riccardo Spagni | 1 | -1/+1 |
2016-10-22 | Merge pull request #1200 | Riccardo Spagni | 1 | -53/+67 |
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 | Merge pull request #1179 | Riccardo Spagni | 2 | -0/+254 |
2016-10-04 | Merge pull request #1160 | Riccardo Spagni | 2 | -1/+81 |
2016-10-04 | Merge pull request #1139 | Riccardo Spagni | 1 | -2/+2 |
2016-10-04 | Fix description for locked_transfer | Oyvind Kvanes | 1 | -1/+1 |
2016-10-04 | Merge pull request #1162 | Riccardo Spagni | 1 | -1/+1 |
2016-10-04 | Merge pull request #1140 | Riccardo Spagni | 2 | -26/+273 |
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 | Merge pull request #1117 | Riccardo Spagni | 1 | -1/+1 |
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 | Merge pull request #1094 | Riccardo Spagni | 1 | -3/+5 |
2016-09-18 | Merge pull request #1089 | Riccardo Spagni | 1 | -10/+11 |
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-26 | Merge pull request #982 | Riccardo Spagni | 1 | -1/+1 |
2016-08-26 | Merge pull request #976 | Riccardo Spagni | 1 | -1/+8 |
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 | Merge pull request #948 | Riccardo Spagni | 1 | -6/+6 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -6/+6 |
2016-08-11 | Merge pull request #952 | Riccardo Spagni | 2 | -4/+9 |
2016-08-11 | Merge pull request #949 | Riccardo Spagni | 2 | -69/+64 |
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-23 | Merge pull request #923 | Riccardo Spagni | 1 | -0/+1 |