| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet: option to merge destinations | moneromooo-monero | 2017-03-25 | 2 | -6/+15 |
| * | wallet: try to save large outputs when using an unneeded second input | moneromooo-monero | 2017-03-24 | 2 | -3/+39 |
| * | Merge pull request #1915 | Riccardo Spagni | 2017-03-24 | 5 | -26/+18 |
| |\ | |||||
| | * | Wallet API: add hard fork info functions | Jaquee | 2017-03-24 | 5 | -26/+18 |
| * | | Merge pull request #1894 | Riccardo Spagni | 2017-03-24 | 3 | -0/+93 |
| |\ \ | |/ |/| | |||||
| | * | wallet rpc: enable solo mining | stoffu | 2017-03-20 | 3 | -0/+93 |
| * | | core, wallet: faster tx pool scanning | moneromooo-monero | 2017-03-23 | 1 | -78/+83 |
| * | | Merge pull request #1904 | Riccardo Spagni | 2017-03-21 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | wallet: fix set_log not handling 0,xxx style settings | moneromooo-monero | 2017-03-21 | 1 | -1/+1 |
| * | | | Merge pull request #1903 | Riccardo Spagni | 2017-03-21 | 2 | -2/+26 |
| |\ \ \ | |||||
| | * | | | wallet2: cache which pool txes were scanned already | moneromooo-monero | 2017-03-21 | 2 | -2/+26 |
| | |/ / | |||||
| * | | | Merge pull request #1899 | Riccardo Spagni | 2017-03-21 | 2 | -4/+42 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | wallet2: speed up transactions using remote nodes | moneromooo-monero | 2017-03-20 | 2 | -4/+42 |
| | |/ | |||||
| * / | wallet2: start using new fee priorities at v5, not 14 days laer | moneromooo-monero | 2017-03-20 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1892 | Riccardo Spagni | 2017-03-19 | 1 | -1/+1 |
| |\ | |||||
| | * | wallet-rpc bugfix: get_transfer_by_txid previously checking against payment id | kenshi84 | 2017-03-19 | 1 | -1/+1 |
| * | | wallet: increase node_rpc_proxy timeout to match wallet2 | moneromooo-monero | 2017-03-18 | 1 | -4/+6 |
| |/ | |||||
| * | Merge pull request #1884 | Riccardo Spagni | 2017-03-18 | 1 | -0/+28 |
| |\ | |||||
| | * | wallet_rpc_server: make a few RPCs unavailable in restricted mode | moneromooo-monero | 2017-03-18 | 1 | -0/+28 |
| * | | Merge pull request #1883 | Riccardo Spagni | 2017-03-18 | 3 | -10/+10 |
| |\ \ | |||||
| | * | | use const references in catch blocks | moneromooo-monero | 2017-03-18 | 3 | -10/+10 |
| | |/ | |||||
| * | | Merge pull request #1882 | Riccardo Spagni | 2017-03-18 | 4 | -20/+62 |
| |\ \ | |||||
| | * | | wallet2: call is_key_image_spent in blocks in rescan_spent | moneromooo-monero | 2017-03-18 | 1 | -20/+23 |
| | * | | wallet_rpc_server: add a rescan_spent RPC | moneromooo-monero | 2017-03-18 | 3 | -0/+39 |
| | |/ | |||||
| * / | wallet-rpc: enable openalias | stoffu | 2017-03-17 | 1 | -3/+3 |
| |/ | |||||
| * | Merge pull request #1869 | Riccardo Spagni | 2017-03-15 | 2 | -15/+37 |
| |\ | |||||
| | * | Add intervening v5 fork for increased min block size | moneromooo-monero | 2017-03-15 | 2 | -15/+37 |
| * | | Adds a config file option to the wallet | Arne Brutschy | 2017-03-12 | 1 | -0/+19 |
| |/ | |||||
| * | Merge pull request #1846 | Riccardo Spagni | 2017-03-06 | 2 | -3/+3 |
| |\ | |||||
| | * | wallet: add password command | moneromooo-monero | 2017-03-05 | 2 | -3/+3 |
| * | | Merge pull request #1842 | Riccardo Spagni | 2017-03-05 | 1 | -3/+13 |
| |\ \ | |||||
| | * | | wallet: fix get_tranfers with multiple incoming txes with same pid | moneromooo-monero | 2017-03-04 | 1 | -3/+13 |
| | |/ | |||||
| * / | Revert "wallet: fix insertion of pool transactions" | moneromooo-monero | 2017-03-04 | 1 | -1/+1 |
| |/ | |||||
| * | wallet api: fix parameters in wallet2callbackImpl | Jaquee | 2017-03-03 | 1 | -7/+7 |
| * | use txid in wallet2::process_new_transaction() | Jaquee | 2017-03-03 | 1 | -1/+1 |
| * | Merge pull request #1827 | Riccardo Spagni | 2017-03-03 | 3 | -3/+5 |
| |\ | |||||
| | * | wallet api: add missing mining options | Jaquee | 2017-03-02 | 3 | -3/+5 |
| * | | Merge pull request #1826 | Riccardo Spagni | 2017-03-03 | 2 | -0/+17 |
| |\ \ | |||||
| | * | | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 2017-03-02 | 2 | -0/+17 |
| | |/ | |||||
| * | | Merge pull request #1823 | Riccardo Spagni | 2017-03-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | wallet: fix insertion of pool transactions | moneromooo-monero | 2017-02-28 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1820 | Riccardo Spagni | 2017-03-03 | 4 | -49/+103 |
| |\ \ | |||||
| | * | | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 2017-02-27 | 2 | -49/+63 |
| | * | | node_rpc_proxy: allow caching daemon RPC version | moneromooo-monero | 2017-02-27 | 2 | -0/+26 |
| | * | | wallet: invalidate node proxy cache when reconnecting | moneromooo-monero | 2017-02-27 | 3 | -0/+14 |
| | |/ | |||||
| * | | Merge pull request #1813 | Riccardo Spagni | 2017-03-03 | 3 | -28/+28 |
| |\ \ | |||||
| | * | | wallet: fix --log-file not working | moneromooo-monero | 2017-02-28 | 3 | -28/+28 |
| | |/ | |||||
| * | | Merge pull request #1803 | Riccardo Spagni | 2017-03-03 | 3 | -4/+7 |
| |\ \ | |/ |/| | |||||
| | * | Wallet API: Add support for daemon rpc login | Jaquee | 2017-02-25 | 3 | -4/+7 |
| * | | wallet: avoid pre-log-init spew on --version | moneromooo-monero | 2017-02-24 | 1 | -11/+11 |
