| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | wallet2: ask for a binary output distribution, for speed | moneromooo-monero | 2018-08-19 | 1 | -0/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #4268 | luigi1111 | 2018-09-04 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | Do memwipe for critical secret keys copied to rct::key | stoffu | 2018-08-16 | 1 | -0/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #4252 | luigi1111 | 2018-09-04 | 1 | -28/+1 | |
| |\ \ \ | ||||||
| | * | | | wallet2: remove obsolete pruned/unpruned case | moneromooo-monero | 2018-08-13 | 1 | -28/+1 | |
| * | | | | wallet: store trusted-daemon flag in wallet2 | stoffu | 2018-08-23 | 1 | -27/+54 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #4247 | luigi1111 | 2018-08-22 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | node_rpc_proxy: fix fork earliest height caching [RYO backport] | fireice-uk | 2018-08-13 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #4202 | luigi1111 | 2018-08-22 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | wallet2: do not divide by 0 on invalid daemon response | moneromooo-monero | 2018-07-31 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | crypto: make secret_key automatically mlock | moneromooo-monero | 2018-08-16 | 1 | -1/+1 | |
| * | | | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 1 | -51/+261 | |
| * | | | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 1 | -13/+31 | |
| | |/ |/| | ||||||
| * | | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 2018-08-16 | 1 | -6/+2 | |
| * | | Merge pull request #4194 | luigi1111 | 2018-08-15 | 1 | -4/+3 | |
| |\ \ | ||||||
| | * | | wallet2: avoid using arbitrary random values when unknown | moneromooo-monero | 2018-07-30 | 1 | -4/+3 | |
| | |/ | ||||||
| * | | Merge pull request #4193 | luigi1111 | 2018-08-15 | 1 | -2/+4 | |
| |\ \ | ||||||
| | * | | wallet2: guard against bad outputs in import_outputs | moneromooo-monero | 2018-07-30 | 1 | -2/+4 | |
| | |/ | ||||||
| * | | Merge pull request #4188 | luigi1111 | 2018-08-15 | 1 | -0/+48 | |
| |\ \ | ||||||
| | * | | simplewallet: add set_tx_key for importing tx keys from 3rd party wallets | stoffu | 2018-07-30 | 1 | -0/+48 | |
| * | | | Merge pull request #4174 | luigi1111 | 2018-08-15 | 1 | -21/+15 | |
| |\ \ \ | ||||||
| | * | | | wallet2: fix O(n^2) behaviour in import_key_images | moneromooo-monero | 2018-07-24 | 1 | -21/+15 | |
| | |/ / | ||||||
| * | | | Merge pull request #4170 | luigi1111 | 2018-08-15 | 1 | -0/+8 | |
| |\ \ \ | ||||||
| | * | | | wallet-rpc: add get_address_index command | stoffu | 2018-07-31 | 1 | -0/+8 | |
| | |/ / | ||||||
| * | | | Merge pull request #4153 | luigi1111 | 2018-08-15 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | wallet: distinguish coinbase from other txes in show_transfers | moneromooo-monero | 2018-08-03 | 1 | -0/+2 | |
| * | | | | Merge pull request #4150 | luigi1111 | 2018-08-15 | 1 | -2/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet2: consider minimum fee when testing if balance is sufficient | stoffu | 2018-07-19 | 1 | -2/+3 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4103 | luigi1111 | 2018-08-15 | 1 | -10/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 2018-08-08 | 1 | -10/+15 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #3528 | luigi1111 | 2018-08-15 | 1 | -29/+114 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | wallet2: use a gamma distribution to pick fake outs | moneromooo-monero | 2018-07-03 | 1 | -29/+114 | |
| * | | | | Merge pull request #4109 | luigi1111 | 2018-07-27 | 1 | -4/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: warn when payment IDs are used | moneromooo-monero | 2018-07-12 | 1 | -4/+2 | |
| * | | | | | Merge pull request #4091 | luigi1111 | 2018-07-27 | 1 | -9/+40 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | wallet2: unlock keys file before calling verify_password (needed for Windows) | stoffu | 2018-07-03 | 1 | -9/+40 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4088 | luigi1111 | 2018-07-19 | 1 | -42/+16 | |
| |\ \ \ \ | ||||||
| | * | | | | node_rpc_proxy: factor a few RPC calls using get_info | moneromooo-monero | 2018-07-02 | 1 | -42/+16 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4087 | luigi1111 | 2018-07-19 | 1 | -4/+32 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet2: recover from index out of hashchain bounds error | moneromooo-monero | 2018-07-16 | 1 | -4/+32 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #4071 | luigi1111 | 2018-07-19 | 1 | -0/+19 | |
| |\ \ \ \ | ||||||
| | * | | | | Allow fractional outputs to be ignored | stoffu | 2018-07-03 | 1 | -0/+19 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4033 | luigi1111 | 2018-07-19 | 1 | -2/+2 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 2018-06-21 | 1 | -2/+2 | |
| * | | | | wallet2: ensure outputs are processed only once | moneromooo-monero | 2018-07-08 | 1 | -14/+17 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #3985 | Riccardo Spagni | 2018-07-03 | 1 | -10/+24 | |
| |\ \ \ | ||||||
| | * | | | wallet2: fix double counting outs if the tx pubkey is duplicated | moneromooo-monero | 2018-07-03 | 1 | -10/+24 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4041 | Riccardo Spagni | 2018-07-03 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | wallet2: fix read buffer overflow in import_key_images | moneromooo-monero | 2018-06-23 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4028 | Riccardo Spagni | 2018-07-03 | 1 | -1/+1 | |
| |\ \ \ | ||||||
