Age | Commit message (Expand) | Author | Files | Lines |
2017-12-17 | gen_multisig: generates multisig wallets if participants trust each other | moneromooo-monero | 1 | -0/+1 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 2 | -117/+538 |
2017-12-17 | wallet: add multisig key generation | moneromooo-monero | 2 | -2/+144 |
2017-12-16 | Wallets now do not depend on the daemon rpc lib | moneromooo-monero | 1 | -1/+1 |
2017-12-16 | Merge pull request #2873 | Riccardo Spagni | 1 | -2/+2 |
2017-12-16 | Merge pull request #2860 | Riccardo Spagni | 1 | -4/+4 |
2017-12-06 | set_node command, allows setting node without restart | Tobias Hoffmann | 2 | -2/+44 |
2017-12-02 | Merge pull request #2833 | Riccardo Spagni | 1 | -0/+10 |
2017-12-02 | Merge pull request #2853 | Riccardo Spagni | 1 | -0/+10 |
2017-11-28 | Simplewallet.cpp: Fewer pleases in seed NOTE | xmr-eric | 1 | -2/+2 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -4/+4 |
2017-11-26 | Added command descriptions | Cifrado | 2 | -58/+270 |
2017-11-25 | Merge pull request #2825 | Riccardo Spagni | 1 | -1/+1 |
2017-11-25 | Merge pull request #2822 | Riccardo Spagni | 1 | -1/+1 |
2017-11-25 | Merge pull request #2796 | Riccardo Spagni | 1 | -5/+7 |
2017-11-25 | Merge pull request #2368 | Riccardo Spagni | 2 | -0/+89 |
2017-11-22 | simplewallet: prevent (wrong) integrated adresses on accounts > 0 | moneromooo-monero | 1 | -0/+10 |
2017-11-21 | Spend proof without txkey | stoffu | 2 | -0/+89 |
2017-11-21 | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 1 | -13/+5 |
2017-11-18 | Tx proof (revised): | stoffu | 2 | -356/+101 |
2017-11-17 | Fixes #759 Add sanity check on restore height | Cifrado | 1 | -0/+10 |
2017-11-15 | simplewallet: fix typo in incoming monero message | moneromooo-monero | 1 | -1/+1 |
2017-11-15 | simplewallet: translate ring size 0 to mixin 0 (default values) | moneromooo-monero | 1 | -1/+1 |
2017-11-15 | simplewallet: wrong ns for input_line in sweep_single (fix #2634) | stoffu | 1 | -2/+2 |
2017-11-15 | wallet: add sweep_single command | stoffu | 2 | -0/+271 |
2017-11-14 | Fix 383ff4f68943c5d998fba8caa20aee481583f214 | Howard Chu | 1 | -1/+1 |
2017-11-14 | Fix e89994e98f85be95d68c7bf471fcadf9aabbc93a | Howard Chu | 1 | -1/+1 |
2017-11-14 | Merge pull request #2765 | Riccardo Spagni | 1 | -3/+3 |
2017-11-14 | Merge pull request #2736 | Riccardo Spagni | 2 | -30/+73 |
2017-11-14 | Merge pull request #2636 | Riccardo Spagni | 1 | -338/+101 |
2017-11-14 | Merge pull request #2629 | Riccardo Spagni | 1 | -2/+2 |
2017-11-14 | Do not build against epee_readline if it was not built | Howard Chu | 1 | -1/+1 |
2017-11-14 | split off readline code into epee_readline | moneromooo-monero | 1 | -0/+2 |
2017-11-14 | link against readline only for monerod and wallet-wallet-{rpc,cli} | moneromooo-monero | 1 | -0/+1 |
2017-11-14 | wallet: move some scoped_message_writer calls from the libs | moneromooo-monero | 1 | -1/+10 |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 1 | -30/+48 |
2017-11-14 | move input_line from command_line to simplewallet | moneromooo-monero | 1 | -0/+13 |
2017-11-14 | simplewallet: factor transfer related exception handling | moneromooo-monero | 1 | -338/+101 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -2/+2 |
2017-11-15 | simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments... | stoffu | 1 | -3/+3 |
2017-11-14 | Merge pull request #2750 | Riccardo Spagni | 1 | -6/+6 |
2017-11-14 | Merge pull request #2747 | Riccardo Spagni | 1 | -2/+3 |
2017-11-14 | Merge pull request #2745 | Riccardo Spagni | 2 | -2/+0 |
2017-11-14 | simplewallet: forbid 0 ring size | moneromooo-monero | 1 | -0/+10 |
2017-11-14 | simplewallet: reject attempts to use too low mixin early | moneromooo-monero | 1 | -0/+12 |
2017-11-14 | Merge pull request #2683 | Riccardo Spagni | 1 | -26/+79 |
2017-11-14 | Merge pull request #2682 | Riccardo Spagni | 1 | -2/+2 |
2017-11-14 | Merge pull request #2633 | Riccardo Spagni | 2 | -3/+27 |
2017-11-14 | simplewallet: reject invalid argument for boolean parameter | stoffu | 1 | -26/+79 |
2017-11-14 | wallet-cli: added --generate-from-spend-key option | stoffu | 2 | -3/+27 |
2017-11-13 | Wallet: update ring size in outdated error msgs with set_default_ring_size | binaryFate | 1 | -5/+7 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -7/+12 |
2017-11-06 | Merge pull request #2605 | Riccardo Spagni | 2 | -0/+38 |
2017-11-06 | Merge pull request #2595 | Riccardo Spagni | 1 | -15/+23 |
2017-11-04 | wallet-cli: allow priority argument for sweep_all and donate | stoffu | 1 | -15/+23 |
2017-11-03 | Fix 'sweep_all' command when called with no args | Leon Klingele | 1 | -6/+6 |
2017-11-02 | simplewallet: mark the active account in print_accounts | moneromooo-monero | 1 | -2/+3 |
2017-11-02 | Remove wallet dependency on p2p | moneromooo-monero | 2 | -2/+0 |
2017-10-19 | simplewallet: remove XMR mentions | moneromooo-monero | 1 | -2/+2 |
2017-10-16 | Wallet: Descriptions through new commands 'set_description', 'get_description' | rbrunner7 | 2 | -0/+38 |
2017-10-16 | Distinguish "not enough money" and "not enough unlocked money" | binaryFate | 1 | -4/+32 |
2017-10-15 | Merge pull request #2606 | Riccardo Spagni | 2 | -1/+21 |
2017-10-15 | Merge pull request #2586 | Riccardo Spagni | 2 | -32/+46 |
2017-10-15 | Merge pull request #2569 | Riccardo Spagni | 1 | -2/+0 |
2017-10-15 | Merge pull request #2554 | Riccardo Spagni | 1 | -1/+18 |
2017-10-15 | Merge pull request #2550 | Riccardo Spagni | 1 | -3/+3 |
2017-10-15 | Merge pull request #2549 | Riccardo Spagni | 1 | -1/+2 |
2017-10-08 | simplewallet: add get/set for refresh-from-height | moneromooo-monero | 2 | -1/+21 |
2017-10-07 | Subaddresses | kenshi84 | 2 | -203/+637 |
2017-10-07 | wallet-cli: add --do-not-relay option | stoffu | 2 | -32/+46 |
2017-10-07 | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr | stoffu | 1 | -1/+18 |
2017-10-06 | Merge pull request #2468 | Riccardo Spagni | 2 | -2/+23 |
2017-10-03 | simplewallet: fix setting default-ring-size to 0 | moneromooo-monero | 1 | -2/+0 |
2017-10-02 | Merge pull request #2515 | Riccardo Spagni | 1 | -0/+3 |
2017-10-02 | Merge pull request #2512 | Riccardo Spagni | 1 | -3/+5 |
2017-10-02 | simplewallet: allow to set threshold before warning about tx backlog | selsta | 2 | -2/+23 |
2017-09-29 | simplewallet: allow 1/yes/y as well as true for start_mining options | moneromooo-monero | 1 | -3/+3 |
2017-09-29 | simplewallet: fix --restore-from-height being ignored | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | Merge pull request #2452 | Riccardo Spagni | 1 | -0/+3 |
2017-09-25 | Merge pull request #2424 | Riccardo Spagni | 1 | -3/+12 |
2017-09-25 | Merge pull request #2442 | Riccardo Spagni | 1 | -2/+1 |
2017-09-25 | simplewallet: guard against I/O exceptions | moneromooo-monero | 1 | -3/+12 |
2017-09-25 | Merge pull request #2257 | Riccardo Spagni | 2 | -2/+31 |
2017-09-22 | simplewallet: add privacy warning when using an untrusted demon | moneromooo-monero | 1 | -0/+3 |
2017-09-22 | Log categories can now be added to and removed from | moneromooo-monero | 1 | -3/+5 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 1 | -2/+1 |
2017-09-20 | Merge pull request #2412 | Riccardo Spagni | 1 | -2/+2 |
2017-09-20 | Merge pull request #2381 | Riccardo Spagni | 2 | -0/+11 |
2017-09-16 | simplewallet: print tx rejection reason where it was missing | moneromooo-monero | 1 | -0/+3 |
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 2 | -2/+31 |
2017-09-08 | Silence more stupid gcc warnings | Howard Chu | 1 | -2/+2 |
2017-09-02 | Merge pull request #2362 | Riccardo Spagni | 2 | -3/+67 |
2017-09-02 | Merge pull request #2316 | Riccardo Spagni | 1 | -0/+1 |
2017-08-31 | monero-wallet-cli: New command 'wallet_info' improved | rbrunner7 | 1 | -5/+4 |
2017-08-31 | monero-wallet-cli: New command 'wallet_info' | rbrunner7 | 2 | -0/+12 |
2017-08-29 | simplewallet: new "fee" command to display fee information | moneromooo-monero | 2 | -3/+67 |
2017-08-26 | Merge pull request #2320 | Riccardo Spagni | 1 | -0/+8 |
2017-08-26 | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 2 | -1/+58 |
2017-08-22 | Fix refresh counter display | Howard Chu | 1 | -0/+8 |
2017-08-21 | Silence stupid fallthru warning in gcc 7 | Howard Chu | 1 | -0/+1 |
2017-08-15 | Merge pull request #2293 | Riccardo Spagni | 2 | -1/+14 |
2017-08-15 | Merge pull request #2281 | Riccardo Spagni | 1 | -80/+8 |
2017-08-15 | Merge pull request #2279 | Riccardo Spagni | 1 | -0/+6 |
2017-08-15 | Merge pull request #2256 | Riccardo Spagni | 1 | -6/+11 |
2017-08-15 | Merge pull request #2255 | Riccardo Spagni | 1 | -2/+2 |
2017-08-15 | Merge pull request #2240 | Riccardo Spagni | 2 | -2/+15 |
2017-08-15 | Merge pull request #2205 | Riccardo Spagni | 1 | -0/+35 |
2017-08-13 | simplewallet: mnemonic language command-line arg | Eugene Otto | 2 | -1/+14 |
2017-08-11 | simplewallet: factor out message_writer | moneromooo-monero | 1 | -80/+8 |
2017-08-11 | simplewallet: fix possible privacy leak in import_key_images() | Jaquee | 1 | -0/+6 |
2017-08-07 | change mixin to ring size in user visible places | moneromooo-monero | 2 | -40/+44 |
2017-08-07 | Merge pull request #2218 | Riccardo Spagni | 2 | -3/+145 |
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-06 | simplewallet: do not ask wallet filename twice when restoring | moneromooo-monero | 1 | -6/+11 |
2017-08-06 | simplewallet: Be explicit about secret keys | Erik de Castro Lopo | 1 | -2/+2 |
2017-08-04 | simplewallet: show payment ids on sign_transfer | moneromooo-monero | 1 | -12/+50 |
2017-08-02 | simplewallet: add (out of sync) or (no daemon) markers in the prompt | moneromooo-monero | 2 | -2/+15 |
2017-08-02 | wallet: return unlock_time in get_transfers | moneromooo-monero | 1 | -0/+35 |
2017-07-29 | Fix handling of strings & simplify summation of spendkeys | JollyMort | 1 | -13/+7 |
2017-07-29 | Add option to join multisig wallet pieces together | JollyMort | 2 | -3/+151 |
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 |