Age | Commit message (Expand) | Author | Files | Lines |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 2 | -0/+13 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 2 | -17/+29 |
2019-04-07 | device/trezor: add button pressed request | Dusan Klinec | 4 | -0/+27 |
2019-04-07 | Require manual override for user chain certificates. | Lee Clagett | 1 | -0/+5 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 3 | -31/+55 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 2 | -7/+17 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 4 | -40/+19 |
2019-04-05 | wallet: API changes to enable passphrase entry | Dusan Klinec | 4 | -10/+37 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 4 | -0/+74 |
2019-04-04 | wallet2: add --no-dns flag | moneromooo-monero | 2 | -3/+10 |
2019-04-04 | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) | stoffu | 1 | -4/+4 |
2019-04-03 | wallet2: support multi out txes without change in sanity check | moneromooo-monero | 1 | -7/+9 |
2019-04-02 | libwallet_merged: add missing net target | selsta | 1 | -0/+1 |
2019-04-02 | simplewallet: new unset_ring command | moneromooo-monero | 4 | -11/+61 |
2019-04-02 | api/wallet: fix some wrong namespace | stoffu | 1 | -2/+2 |
2019-04-01 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 4 | -20/+56 |
2019-04-01 | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 1 | -4/+4 |
2019-04-01 | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 1 | -1/+7 |
2019-04-01 | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 1 | -1/+7 |
2019-04-01 | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 5 | -7/+91 |
2019-04-01 | wallet2: init some variables to default values if loading old wallets | moneromooo-monero | 1 | -0/+3 |
2019-04-01 | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet_rpc_server: set confirmations to 0 for pending/pool txes | moneromooo-monero | 1 | -1/+1 |
2019-03-28 | Add get_tx_proof support, needed for new sanity check | cslashm | 1 | -21/+29 |
2019-03-27 | wallet2: factor the watchonly/multisig/etc fields on creation | moneromooo-monero | 2 | -36/+23 |
2019-03-25 | wallet2: fix tx sanity check change test for the sweep_all case | moneromooo-monero | 1 | -3/+9 |
2019-03-25 | wallet2: skip derivation precalc for blocks we know we'll skip | moneromooo-monero | 2 | -1/+24 |
2019-03-25 | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 1 | -3/+1 |
2019-03-25 | wallet_rpc_server: allow english/local language names in create_wallet | moneromooo-monero | 2 | -4/+12 |
2019-03-25 | wallet: fix memory only wallets | moneromooo-monero | 2 | -18/+9 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 4 | -6/+55 |
2019-03-24 | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 1 | -4/+4 |
2019-03-24 | wallet: use original user address if we have a short payment id | moneromooo-monero | 1 | -1/+1 |
2019-03-22 | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 2 | -13/+98 |
2019-03-21 | wallet_rpc_server: remove mixin from transfer RPCs | moneromooo-monero | 2 | -44/+4 |
2019-03-21 | wallet: fix offline signing calling a daemon RPC | moneromooo-monero | 2 | -18/+24 |
2019-03-21 | wallet2: sanity check new tx before sending | moneromooo-monero | 2 | -105/+217 |
2019-03-20 | device/trezor: HF10 support added, wallet::API | Dusan Klinec | 7 | -38/+306 |
2019-03-17 | wallet2: make use_fork_rules handle chain heights lower than leeway | moneromooo-monero | 1 | -1/+1 |
2019-03-17 | wallet: flush output cache upon reorg | moneromooo-monero | 2 | -4/+13 |
2019-03-17 | wallet_rpc_server: new auto_refresh RPC | moneromooo-monero | 3 | -1/+59 |
2019-03-15 | wallet_rpc_server: fix buffer read overflow in string assignment | moneromooo-monero | 1 | -1/+1 |
2019-03-15 | wallet: move light wallet RPC out of core RPC | moneromooo-monero | 3 | -13/+334 |
2019-03-15 | wallet: adds rescan_bc option with preserving key images | Dusan Klinec | 2 | -17/+93 |
2019-03-15 | wallet2: set seed language when creating from json | moneromooo-monero | 1 | -0/+2 |
2019-03-14 | wallet2: fix generation from json when restore height is not set | moneromooo-monero | 1 | -1/+1 |
2019-03-13 | wallet_rpc_server: include out subaddress indices in get_transfers | moneromooo-monero | 2 | -0/+6 |
2019-03-13 | wallet_rpc_server: add missing --rpc-ssl-allowed-fingerprints | moneromooo-monero | 1 | -0/+1 |
2019-03-12 | wallet2: don't store 0 amount outputs, they'll fail to be spent | moneromooo-monero | 1 | -1/+7 |
2019-03-12 | Wallet API: multisig_tx_set passing bug fixed | naughtyfox | 1 | -1/+3 |
2019-03-11 | wallet: fix load failure if the mms isn't usable | moneromooo-monero | 1 | -1/+8 |
2019-03-07 | wallet2: do not use invalid keys as fake outs in rings | moneromooo-monero | 1 | -0/+11 |
2019-03-05 | wallet2: key image import fixes | moneromooo-monero | 1 | -15/+17 |
2019-03-05 | Update 2019 copyright | binaryFate | 33 | -33/+33 |
2019-03-05 | add multisig tx sets to describe_transfer rpc endpoint | spoke0 | 4 | -27/+71 |
2019-03-05 | epee: add SSL support | Martijn Otto | 3 | -5/+17 |
2019-03-05 | device/trezor: debugging features, trezor tests | Dusan Klinec | 1 | -0/+2 |
2019-03-05 | wallet_rpc_server: avoid repeated string allocations when parsing | moneromooo-monero | 1 | -20/+14 |
2019-03-05 | wallet2: don't calculate prefix hash when we don't need it | moneromooo-monero | 1 | -6/+6 |
2019-03-04 | check load_t_from_json return values | moneromooo-monero | 1 | -3/+9 |
2019-03-04 | default initialize rpc structures | moneromooo-monero | 3 | -155/+314 |
2019-03-04 | various: remove unused variables | moneromooo-monero | 3 | -7/+0 |
2019-03-04 | Print the reason why a notification spec failed to parse | moneromooo-monero | 1 | -1/+1 |
2019-03-03 | wallet2: fix mishandling rct outputs in coinbase tx | moneromooo-monero | 2 | -7/+13 |
2019-03-02 | Simplify RPC endpoint, emoving second RPC endpoint generate_from_view_key | Joel | 2 | -17/+4 |
2019-02-22 | Better error when sending a tx with a too large extra field | moneromooo-monero | 2 | -3/+21 |
2019-02-21 | Remove code duplication | Joel | 3 | -190/+20 |
2019-02-20 | wallet-rpc: get balance for all accounts and subaddresses | stoffu | 2 | -21/+49 |
2019-02-20 | wallet: fix payment ID decryption for construction data | Dusan Klinec | 1 | -7/+6 |
2019-02-19 | Add generate_from_view_key RPC method | Joel | 3 | -0/+185 |
2019-02-19 | Add generate_from_keys RPC method | Joel | 3 | -0/+201 |
2019-02-17 | wallet-rpc: get transfers for all accounts and subaddresses | Jethro Grassie | 2 | -5/+15 |
2019-02-14 | wallet_rpc_server: add a validate_address RPC | moneromooo-monero | 3 | -1/+89 |
2019-02-13 | Don't decrypt keys in view only wallets in wallet_keys_unlocker | Doyle | 1 | -1/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 4 | -12/+80 |
2019-02-02 | wallet_rpc_server: remove detached short payment ids support | moneromooo-monero | 1 | -5/+1 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 2 | -153/+154 |
2019-01-28 | notify: handle arbitrary tags | moneromooo-monero | 1 | -1/+1 |
2019-01-22 | ringct: encode 8 byte amount, saving 24 bytes per output | moneromooo-monero | 1 | -2/+2 |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 2 | -19/+28 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -76/+113 |
2019-01-19 | wallet2: fix hashchain going out of sync on refresh error | moneromooo-monero | 1 | -0/+5 |
2019-01-18 | core, wallet: remember original text version of destination address | moneromooo-monero | 3 | -7/+15 |
2019-01-16 | wallet2: remember which output keys map to which key images | moneromooo-monero | 2 | -16/+101 |
2019-01-15 | wallet api: don't truncate address in subaddress_account | selsta | 1 | -1/+1 |
2019-01-13 | wallet2: fix incorrect patch for determining fork rules | moneromooo-monero | 1 | -1/+1 |
2019-01-13 | wallet2: fix duplicate tx notifications for pool txes | moneromooo-monero | 1 | -3/+10 |
2019-01-09 | wallet: do not check txpool in background mode | moneromooo-monero | 2 | -9/+9 |
2019-01-07 | message_store: init me field | moneromooo-monero | 1 | -0/+1 |
2019-01-07 | wallet_api: fix usage of LOG_ERROR | moneromooo-monero | 1 | -10/+10 |
2019-01-02 | wallet api/device: set estimated restore height if none is provided | selsta | 4 | -0/+15 |
2018-12-31 | wallet2: speedup output tracking | moneromooo-monero | 2 | -13/+49 |
2018-12-31 | wallet: optionally keep track of owned outputs uses | moneromooo-monero | 2 | -3/+34 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 2 | -26/+76 |
2018-12-24 | wallet_rpc_server: add all field to export_key_images | moneromooo-monero | 4 | -6/+12 |
2018-12-22 | message_store: fix error message adding const char * with offset | moneromooo-monero | 1 | -7/+7 |
2018-12-21 | wallet2: finalize_multisig now rejects non N-1/N multisig wallets | moneromooo-monero | 1 | -0/+17 |
2018-12-19 | Remove unused hash in export_key_images | doy-lee | 1 | -3/+0 |
2018-12-18 | build: protobuf dependency fixes, libusb build | Dusan Klinec | 1 | -0/+6 |
2018-12-16 | wallet2: cut down on the number of useless derivation threads | moneromooo-monero | 1 | -6/+9 |
2018-12-16 | wallet2: fix accessing unwound stack on exception | moneromooo-monero | 1 | -4/+12 |
2018-12-14 | Sync hashchain bug fixed | naughtyfox | 1 | -4/+3 |
2018-12-14 | Wallet: Initialize members without default ctor. | Tadeas Moravec | 1 | -0/+2 |
2018-12-12 | MMS (Multisig Messaging System): Initial version | rbrunner7 | 8 | -7/+2453 |
2018-12-08 | wallet2: clear all payments on soft rescan_bc | moneromooo-monero | 1 | -0/+4 |
2018-12-04 | device/trezor: ask for KI sync on first refresh | Dusan Klinec | 2 | -6/+15 |
2018-12-04 | device: enable to use multiple independent device wallets | Dusan Klinec | 2 | -0/+23 |
2018-11-29 | device/trezor: passphrase entry on host | Dusan Klinec | 3 | -3/+79 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -0/+1 |
2018-11-23 | wallet_rpc_server: do not use RPC data if the call failed | moneromooo-monero | 1 | -1/+2 |
2018-11-23 | remove some unused code | moneromooo-monero | 1 | -5/+0 |
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 2 | -4/+4 |
2018-11-22 | wallet2: resume processing when tx extra is partially broken | stoffu | 1 | -2/+2 |
2018-11-22 | wallet2: add n_vouts to capture list | moneromooo-monero | 1 | -1/+1 |
2018-11-20 | Fix issue 4793 - M/N multisig transaction signature | naughtyfox | 2 | -18/+63 |
2018-11-20 | rpc: speedup get_output_distribution | moneromooo-monero | 1 | -2/+5 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 3 | -1/+3 |
2018-11-15 | various: do not propagate exception through dtor | moneromooo-monero | 1 | -1/+6 |
2018-11-07 | api/wallet: fix compile errors made in #4720 | stoffu | 1 | -3/+3 |
2018-11-07 | wallet2: remove redundant chacha key generation in store_keys | stoffu | 1 | -1/+0 |
2018-11-06 | build: fix Ubuntu 16.04 (GCC 5.4.0) compilation | xiphon | 1 | -1/+2 |
2018-11-06 | Fix build of monero-gui by adding device_trezor to wallet_merged | buricl | 1 | -1/+2 |
2018-11-05 | wallet2: fix off by one in output picking | moneromooo-monero | 1 | -12/+19 |
2018-11-05 | wallet_rpc_server: account for watch-only/non-deterministic/multisig when que... | stoffu | 1 | -1/+32 |
2018-11-04 | wallet2: only export necessary outputs and key images | moneromooo-monero | 4 | -59/+106 |
2018-11-04 | wallet2: faster output and key image import/export | moneromooo-monero | 1 | -18/+76 |
2018-11-04 | Fix: out_of_hashchain_bounds_error in refresh | Hasan Pekdemir | 1 | -1/+1 |
2018-11-03 | wallet: warn if lockable memory limit is too low | moneromooo-monero | 1 | -0/+8 |
2018-11-03 | wallet: add a non destructive blockchain rescan | moneromooo-monero | 4 | -5/+24 |
2018-11-03 | wallet2: demote a few uninteresting recurring logs to TRACE | moneromooo-monero | 1 | -5/+5 |
2018-11-03 | wallet2: fix print_ring printing double entries for transactions | moneromooo-monero | 1 | -0/+1 |
2018-11-02 | device/trezor: trezor support added | Dusan Klinec | 3 | -27/+154 |
2018-11-02 | wallet_rpc_server: include additional tx keys in sign_transfer response | stoffu | 1 | -0/+4 |
2018-10-31 | wallet2: use padded bulletproofs for multisig signing | stoffu | 1 | -4/+1 |
2018-10-29 | wallet-rpc: add on_restore_deterministic RPC call. | Hasan Pekdemir | 3 | -1/+234 |
2018-10-29 | wallet2: initialize amount to 0 in tx_scan_info_t ctor | moneromooo-monero | 1 | -1/+1 |
2018-10-28 | wallet2: rewrite keys file in a safer manner | Nathan Dorfman | 1 | -3/+12 |
2018-10-27 | wallet2: save ring in the ringdb once a tx is created | moneromooo-monero | 1 | -0/+14 |
2018-10-27 | wallet2: fix ring reuse breaking when using histogram | moneromooo-monero | 1 | -0/+3 |
2018-10-25 | simplewallet: display locked/unlocked state in show_transfers | moneromooo-monero | 1 | -1/+2 |
2018-10-23 | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 1 | -8/+8 |
2018-10-23 | wallet2: extend fake out picks away from the gamma pick | moneromooo-monero | 1 | -2/+23 |
2018-10-22 | wallet2/create_transactions_2: removed obsolete '/ 1024' on min_fee calc | Paul Shapiro | 1 | -1/+1 |
2018-10-22 | wallet2: sanity check rct output distribution from the daemon | moneromooo-monero | 1 | -1/+7 |
2018-10-21 | wallet2/create_transactions_2: fixed typo in try_tx=true's estimate_fee args | Paul Shapiro | 1 | -1/+1 |
2018-10-21 | wallet2/create_transactions_2: removed extraneous shuffle before sort of unus... | Paul Shapiro | 1 | -5/+1 |
2018-10-18 | Add RPC error code for non-deterministic wallet | Michał Sałaban | 2 | -0/+2 |
2018-10-18 | Rename "blackball" for clarity | moneromooo-monero | 3 | -6/+6 |
2018-10-16 | wallet_rpc_server: fix change_wallet_password RPC | moneromooo-monero | 1 | -2/+1 |
2018-10-16 | wallet2_api: fix generating new wallet in the GUI | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | wallet2: initialize some scalar fields in ctor where appropriate | moneromooo-monero | 1 | -0/+4 |
2018-10-16 | WalletAPI: rescanBlockchain, rescanBlockchainAsync | mmitkevich | 3 | -2/+38 |
2018-10-13 | SOFTWARE is the default wallet device | m2049r | 1 | -0/+1 |
2018-10-12 | Remove epee header dependency on cryptonote_core | moneromooo-monero | 1 | -0/+1 |
2018-10-11 | Return appropriate RPC error code when key image signature check fails | Michał Sałaban | 3 | -1/+15 |
2018-10-10 | wallet_rpc_server: optionally return tx keys in sign_transfer | moneromooo-monero | 3 | -0/+10 |
2018-10-09 | wallet2: make fake out selection messages less spammy | moneromooo-monero | 1 | -3/+18 |
2018-10-09 | wallet2: fix cold signing using non padded bulletproofs | moneromooo-monero | 1 | -4/+1 |
2018-10-09 | wallet_rpc_server: add describe_transfer RPC | moneromooo-monero | 3 | -1/+229 |
2018-10-06 | Fix some calls to the translation function | Guillaume LE VAILLANT | 1 | -2/+2 |
2018-10-04 | wallet2_api: fix build with C++14 | moneromooo-monero | 1 | -7/+14 |
2018-10-03 | wallet2: disable height based segregation | moneromooo-monero | 1 | -3/+3 |
2018-10-02 | wallet2: clear found out for every tx key | doy-lee | 1 | -1/+1 |
2018-10-01 | Arbitrary M/N multisig schemes: | naughtyfox | 8 | -99/+419 |
2018-10-01 | wallet_rpc_server: include all transfer records for a txid | moneromooo-monero | 2 | -9/+17 |
2018-10-01 | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 3 | -6/+12 |
2018-09-30 | wallet2_api: blackball/unblackball now take two parameters | moneromooo-monero | 3 | -2/+28 |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 2 | -0/+29 |
2018-09-29 | Merge pull request #4461 | Riccardo Spagni | 1 | -1/+5 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 1 | -0/+3 |
2018-09-29 | Merge pull request #4458 | Riccardo Spagni | 2 | -3/+3 |
2018-09-29 | Merge pull request #4456 | Riccardo Spagni | 1 | -2/+9 |
2018-09-29 | Merge pull request #4427 | Riccardo Spagni | 2 | -3/+1 |
2018-09-29 | Merge pull request #4417 | Riccardo Spagni | 2 | -22/+16 |
2018-09-29 | Merge pull request #4409 | Riccardo Spagni | 1 | -1/+5 |
2018-09-29 | Merge pull request #4407 | Riccardo Spagni | 1 | -7/+8 |
2018-09-29 | Merge pull request #4406 | Riccardo Spagni | 1 | -3/+27 |
2018-09-28 | wallet_rpc_server: remove verbose field in incoming_transfers query | moneromooo-monero | 2 | -3/+1 |
2018-09-25 | wallet2: fix duplicate output making it to the RPC | moneromooo-monero | 1 | -8/+33 |
2018-09-24 | wallet_rpc_server: include account index in incoming_transfers RPC | moneromooo-monero | 2 | -2/+2 |
2018-09-22 | wallet2_api: fix for latest code changes | moneromooo-monero | 3 | -3/+3 |
2018-09-22 | Wallet: use unique_ptr for WalletImpl members | oneiric | 2 | -22/+16 |
2018-09-22 | wallet2: handle corner case in picking fake outputs | moneromooo-monero | 1 | -3/+27 |
2018-09-22 | wallet_rpc_server: fix --run-as-service on Windows | moneromooo-monero | 1 | -0/+1 |
2018-09-21 | wallet_rpc_server: fix build for windows | moneromooo-monero | 1 | -8/+17 |
2018-09-21 | WalletAPI: multisigSignData bug fixed | naughtyfox | 1 | -1/+5 |
2018-09-20 | ringdb: use cursors to be a bit faster | moneromooo-monero | 1 | -7/+8 |
2018-09-19 | query backing device | m2049r | 7 | -14/+109 |
2018-09-18 | wallet: implement coin splitting for sweep_* 'outputs' option | whythat | 1 | -3/+25 |
2018-09-18 | wallet: add 'outputs' option for sweep_* commands | whythat | 4 | -11/+29 |
2018-09-17 | api/wallet: properly disable key encryption | stoffu | 3 | -10/+9 |
2018-09-17 | node_rpc_proxy: return a non empty error string on connection failure | moneromooo-monero | 1 | -5/+5 |
2018-09-16 | wallet2_api: bring up to latest wallet api | moneromooo-monero | 3 | -18/+38 |
2018-09-15 | add daemonizer to rpc wallet | jcktm | 2 | -111/+166 |
2018-09-14 | hw_device: support for multiple devices added [for review] | Dusan Klinec | 2 | -2/+54 |
2018-09-14 | wallet: ask-password can now ask without encrypting the secret spend key | moneromooo-monero | 2 | -39/+48 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 4 | -382/+8 |
2018-09-12 | wallet: use wipeable_string in more places where a secret is used | moneromooo-monero | 1 | -15/+24 |
2018-09-11 | wallet2: bump testnet rollback to account for coming reorg | moneromooo-monero | 1 | -1/+1 |