| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ \ \ | |||||
| | * | | | wallet2: fix double header in unsigned transfer file | moneromooo-monero | 2018-06-19 | 1 | -1/+1 |
| * | | | | Merge pull request #4004 | Riccardo Spagni | 2018-07-03 | 1 | -0/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | wallet2: fix out of sync account tag cache | moneromooo-monero | 2018-06-15 | 1 | -0/+1 |
| * | | | | Merge pull request #4067 | luigi1111 | 2018-06-27 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | wallet2: fix build for windows (std::max again) | moneromooo-monero | 2018-06-28 | 1 | -1/+1 |
| * | | | | | wallet: prevent the same wallet file from being opened by multiple processes | stoffu | 2018-06-28 | 1 | -0/+8 |
| |/ / / / | |||||
| * | | | | Merge pull request #3907 | luigi1111 | 2018-06-27 | 1 | -1/+12 |
| |\ \ \ \ | |||||
| | * | | | | wallet: include a suggested number of confirmations based on amount | moneromooo-monero | 2018-06-27 | 1 | -1/+12 |
| * | | | | | Merge pull request #3998 | luigi1111 | 2018-06-27 | 1 | -13/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet: on first refresh, start off with a quantized height | moneromooo-monero | 2018-06-13 | 1 | -13/+19 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #3995 | luigi1111 | 2018-06-27 | 1 | -5/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet2: use decoded amount when reporting repeated output key | stoffu | 2018-06-13 | 1 | -5/+5 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #3992 | luigi1111 | 2018-06-27 | 1 | -6/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet2: use correct fee for split txes | stoffu | 2018-06-12 | 1 | -6/+14 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #3991 | luigi1111 | 2018-06-27 | 1 | -0/+10 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet: allow unspendable unmixable outputs to be discarded | stoffu | 2018-06-13 | 1 | -0/+10 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #3982 | luigi1111 | 2018-06-27 | 1 | -14/+4 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::... | stoffu | 2018-06-11 | 1 | -14/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #3716 | luigi1111 | 2018-06-27 | 1 | -185/+326 |
| |\ \ \ \ | |||||
| | * | | | | wallet2: cache ringdb key while refreshing | moneromooo-monero | 2018-06-26 | 1 | -23/+33 |
