| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t... | Randi Joseph | 2016-12-13 | 13 | -14/+40 |
| * | addressbook updates | Jaquee | 2016-12-12 | 2 | -16/+22 |
| * | GUI address book | Jaquee | 2016-12-12 | 5 | -4/+211 |
| * | Merge pull request #1398 | Riccardo Spagni | 2016-12-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix a few minor typos | Pierre Boyer | 2016-12-04 | 1 | -1/+1 |
| * | | Merge pull request #1388 | Riccardo Spagni | 2016-12-04 | 2 | -2/+71 |
| |\ \ | |||||
| | * | | wallet_api: add a few daemon related getters | moneromooo-monero | 2016-11-29 | 2 | -2/+71 |
| * | | | Merge pull request #1380 | Riccardo Spagni | 2016-12-04 | 2 | -0/+6 |
| |\ \ \ | |||||
| | * | | | wallet: add a getter for the filename path | moneromooo-monero | 2016-11-26 | 2 | -0/+6 |
| | | |/ | |/| | |||||
| * / | | Improve daemon RPC version handling | moneromooo-monero | 2016-11-26 | 1 | -3/+3 |
| |/ / | |||||
| * | | Merge pull request #1372 | Riccardo Spagni | 2016-11-24 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix DNS failures in offline mode preventing daemon startup | moneromooo-monero | 2016-11-23 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1357 | Riccardo Spagni | 2016-11-24 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | wallet2_api: fix history leak on destruction | moneromooo-monero | 2016-11-18 | 1 | -1/+2 |
| | |/ | |||||
| * / | wallet2_api: fix payment ids from integrated addresses being ignored | moneromooo-monero | 2016-11-18 | 1 | -0/+11 |
| |/ | |||||
| * | Wallet2: calculate approximate blockchain height on offline creation | Jacob Brydolf | 2016-11-13 | 2 | -1/+5 |
| * | Merge pull request #1315 | Riccardo Spagni | 2016-11-11 | 2 | -2/+13 |
| |\ | |||||
| | * | Wallet API: use stored refresh height when rebuilding cache | Jacob Brydolf | 2016-11-09 | 2 | -2/+13 |
| * | | wallet2_api: support for sweeping all | moneromooo-monero | 2016-11-09 | 2 | -10/+18 |
| |/ | |||||
| * | Merge pull request #1310 | Riccardo Spagni | 2016-11-09 | 2 | -0/+93 |
| |\ | |||||
| | * | wallet2_api: add API for create_unmixable_sweep_transactions | moneromooo-monero | 2016-11-08 | 2 | -0/+93 |
| * | | Merge pull request #1309 | Riccardo Spagni | 2016-11-09 | 2 | -0/+20 |
| |\ \ | |||||
| | * | | wallet2_api: API to sign and verify a message | moneromooo-monero | 2016-11-08 | 2 | -0/+20 |
| * | | | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 2016-11-09 | 2 | -2/+8 |
| |/ / | |||||
| * | | Merge pull request #1308 | Riccardo Spagni | 2016-11-08 | 1 | -0/+6 |
| |\ \ | |||||
| | * | | Wallet API: Pause refresh while creating transaction | Jacob Brydolf | 2016-11-08 | 1 | -0/+6 |
| | |/ | |||||
| * | | Merge pull request #1302 | Riccardo Spagni | 2016-11-08 | 2 | -3/+9 |
| |\ \ | |||||
| | * | | wallet2_api: allow connection to return "yes, but wrong version" | moneromooo-monero | 2016-11-07 | 2 | -3/+9 |
| | |/ | |||||
| * | | Merge pull request #1301 | Riccardo Spagni | 2016-11-08 | 2 | -0/+21 |
| |\ \ | |||||
| | * | | Wallet API: added getTxKey() | Jacob Brydolf | 2016-11-08 | 2 | -0/+21 |
| * | | | Merge pull request #1300 | Riccardo Spagni | 2016-11-08 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | wallet2_api: do not copy the whole pending tx when iterating | moneromooo-monero | 2016-11-06 | 1 | -1/+1 |
| * | | | Merge pull request #1298 | Riccardo Spagni | 2016-11-08 | 4 | -0/+31 |
| |\ \ \ | |||||
| | * | | | wallet2_api: add API for tx notes | moneromooo-monero | 2016-11-05 | 4 | -0/+31 |
| | |/ / | |||||
| * | | | Merge pull request #1297 | Riccardo Spagni | 2016-11-08 | 2 | -0/+154 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | wallet_api: txkey checking functions for the GUI | moneromooo.monero | 2016-11-05 | 2 | -0/+154 |
| | |/ | |||||
| * / | wallet: fix bad amounts/fees again | moneromooo-monero | 2016-11-02 | 1 | -1/+1 |
| |/ | |||||
| * | Wallet API: added walletExists logic | Jacob Brydolf | 2016-10-30 | 1 | -1/+7 |
| * | Wallet API: make sure path exists before searching for wallets | Jacob Brydolf | 2016-10-28 | 1 | -2/+5 |
| * | Merge pull request #1230 | Riccardo Spagni | 2016-10-23 | 1 | -0/+20 |
| |\ | |||||
| | * | wallet_api: add address validation functions | moneromooo-monero | 2016-10-16 | 1 | -0/+20 |
| * | | Merge pull request #1229 | Riccardo Spagni | 2016-10-22 | 1 | -2/+7 |
| |\ \ | |||||
| | * | | wallet2_api: recognize full size payment ids as valid | moneromooo-monero | 2016-10-16 | 1 | -2/+7 |
| | |/ | |||||
| * | | Merge pull request #1228 | Riccardo Spagni | 2016-10-22 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | wallet_api: do not override invalid payment id | moneromooo-monero | 2016-10-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1220 | Riccardo Spagni | 2016-10-22 | 1 | -0/+9 |
| |\ \ | |||||
| | * | | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 2016-10-15 | 1 | -0/+9 |
| | |/ | |||||
| * / | wallet_api: fix wrong amount in tx history | moneromooo-monero | 2016-10-15 | 1 | -1/+1 |
| |/ | |||||
| * | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 2016-10-10 | 2 | -0/+5 |
| * | Merge pull request #1195 | Riccardo Spagni | 2016-10-09 | 4 | -19/+62 |
| |\ | |||||
