| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 2019-04-01 | 1 | -1/+7 | |
| | * | | | | | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 2019-04-01 | 1 | -0/+2 | |
| * | | | | | | Merge pull request #5374 | Riccardo Spagni | 2019-04-11 | 4 | -0/+74 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: new option to start background mining | moneromooo-monero | 2019-04-04 | 4 | -0/+74 | |
| | |/ / / / / | ||||||
| * | | | | | | simplewallet: new net_stats command | moneromooo-monero | 2019-04-11 | 2 | -0/+13 | |
| * | | | | | | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 2019-04-07 | 2 | -17/+29 | |
| * | | | | | | Require manual override for user chain certificates. | Lee Clagett | 2019-04-07 | 1 | -0/+5 | |
| * | | | | | | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 2019-04-07 | 3 | -31/+55 | |
| * | | | | | | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 2019-04-06 | 2 | -7/+17 | |
| * | | | | | | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 2019-04-06 | 4 | -40/+19 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge pull request #5350 | Riccardo Spagni | 2019-04-06 | 2 | -36/+23 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | wallet2: factor the watchonly/multisig/etc fields on creation | moneromooo-monero | 2019-03-27 | 2 | -36/+23 | |
| * | | | | | | Merge pull request #5347 | Riccardo Spagni | 2019-04-06 | 2 | -1/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet2: skip derivation precalc for blocks we know we'll skip | moneromooo-monero | 2019-03-25 | 2 | -1/+24 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5346 | Riccardo Spagni | 2019-04-06 | 1 | -3/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 2019-03-25 | 1 | -3/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5345 | Riccardo Spagni | 2019-04-06 | 2 | -4/+12 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet_rpc_server: allow english/local language names in create_wallet | moneromooo-monero | 2019-03-25 | 2 | -4/+12 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5343 | Riccardo Spagni | 2019-04-06 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 2019-03-24 | 1 | -4/+4 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5340 | Riccardo Spagni | 2019-04-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | wallet: use original user address if we have a short payment id | moneromooo-monero | 2019-03-24 | 1 | -1/+1 | |
| * | | | | | | libwallet_merged: add missing net target | selsta | 2019-04-02 | 1 | -0/+1 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | api/wallet: fix some wrong namespace | stoffu | 2019-04-02 | 1 | -2/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #5319 | Riccardo Spagni | 2019-04-01 | 5 | -9/+104 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 2019-04-01 | 1 | -1/+7 | |
| | * | | | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 2019-04-01 | 5 | -7/+91 | |
| | * | | | wallet2: init some variables to default values if loading old wallets | moneromooo-monero | 2019-04-01 | 1 | -0/+3 | |
| | * | | | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 2019-04-01 | 1 | -0/+2 | |
| | * | | | wallet_rpc_server: set confirmations to 0 for pending/pool txes | moneromooo-monero | 2019-04-01 | 1 | -1/+1 | |
| * | | | | Merge pull request #5333 | Riccardo Spagni | 2019-04-01 | 2 | -13/+98 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 2019-03-22 | 2 | -13/+98 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #5332 | Riccardo Spagni | 2019-04-01 | 1 | -21/+29 | |
| |\ \ \ \ | ||||||
| | * | | | | Add get_tx_proof support, needed for new sanity check | cslashm | 2019-03-28 | 1 | -21/+29 | |
| * | | | | | Merge pull request #5349 | Riccardo Spagni | 2019-04-01 | 1 | -3/+9 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | wallet2: fix tx sanity check change test for the sweep_all case | moneromooo-monero | 2019-03-25 | 1 | -3/+9 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #5329 | Riccardo Spagni | 2019-04-01 | 2 | -44/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet_rpc_server: remove mixin from transfer RPCs | moneromooo-monero | 2019-03-21 | 2 | -44/+4 | |
| * | | | | | Merge pull request #5305 | Riccardo Spagni | 2019-04-01 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | wallet2: make use_fork_rules handle chain heights lower than leeway | moneromooo-monero | 2019-03-17 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #5303 | Riccardo Spagni | 2019-04-01 | 2 | -4/+13 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: flush output cache upon reorg | moneromooo-monero | 2019-03-17 | 2 | -4/+13 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5302 | Riccardo Spagni | 2019-04-01 | 3 | -1/+59 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet_rpc_server: new auto_refresh RPC | moneromooo-monero | 2019-03-17 | 3 | -1/+59 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5299 | Riccardo Spagni | 2019-04-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet_rpc_server: fix buffer read overflow in string assignment | moneromooo-monero | 2019-03-15 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #5298 | Riccardo Spagni | 2019-04-01 | 3 | -13/+334 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet: move light wallet RPC out of core RPC | moneromooo-monero | 2019-03-15 | 3 | -13/+334 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #5297 | Riccardo Spagni | 2019-04-01 | 2 | -18/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet: fix memory only wallets | moneromooo-monero | 2019-03-25 | 2 | -18/+9 | |
