| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1218 | Riccardo Spagni | 2016-10-22 | 4 | -44/+135 |
| |\ | |||||
| | * | ringct: thread verRct and verRctSimple | moneromooo-monero | 2016-10-15 | 1 | -17/+119 |
| | * | ringct: remove unneeded type conversions | moneromooo-monero | 2016-10-15 | 2 | -3/+3 |
| | * | ringct: reserve space in vectors to avoid excessive reallocation | moneromooo-monero | 2016-10-15 | 1 | -0/+2 |
| | * | ringct: avoid unnecessary memcpy | moneromooo-monero | 2016-10-15 | 1 | -16/+3 |
| | * | ringct: add a few consts where possible | moneromooo-monero | 2016-10-15 | 1 | -4/+4 |
| | * | ringct: pass vectors by const ref where possible | moneromooo-monero | 2016-10-15 | 2 | -4/+4 |
| * | | Merge pull request #1216 | Riccardo Spagni | 2016-10-22 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Change default dust threshold to equal fee per kb | AwfulCrawler | 2016-10-12 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1200 | Riccardo Spagni | 2016-10-22 | 2 | -54/+67 |
| |\ \ | |||||
| | * | | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 2016-10-15 | 2 | -54/+67 |
| * | | | Merge pull request #1215 | Riccardo Spagni | 2016-10-18 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | patched parameter type bug that was causing failure on 32 bit | Dion Ahmetaj | 2016-10-14 | 2 | -2/+2 |
| | | |/ | |/| | |||||
| * / | | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 2016-10-15 | 9 | -32/+92 |
| |/ / | |||||
| * | | Merge pull request #1203 | Riccardo Spagni | 2016-10-11 | 6 | -1/+154 |
| |\ \ | |||||
| | * | | Add performance timers for ringct tx verification | moneromooo-monero | 2016-10-10 | 3 | -0/+12 |
| | * | | perf_timer: new class and macros to make performance logs easier | moneromooo-monero | 2016-10-10 | 3 | -1/+142 |
| * | | | Merge pull request #1204 | Riccardo Spagni | 2016-10-11 | 10 | -1/+138 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 2016-10-10 | 5 | -10/+30 |
| | * | | changed params from start/end index to height/count | Dion Ahmetaj | 2016-10-10 | 10 | -27/+27 |
| | * | | attempted to remove whitespace spam | Dion Ahmetaj | 2016-10-10 | 9 | -108/+108 |
| | * | | added print_coinbase_tx_sum option | Dion Ahmetaj | 2016-10-10 | 10 | -110/+227 |
| * | | | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 2016-10-10 | 3 | -0/+12 |
| * | | | Merge pull request #1195 | Riccardo Spagni | 2016-10-09 | 5 | -19/+68 |
| |\ \ \ | |||||
| | * | | | libwallet_api: reverted deleted curly brace | Ilya Kitaev | 2016-10-07 | 1 | -0/+1 |
| | * | | | resolved conflict with 'develop' of https://github.com/mbg033/monero | Ilya Kitaev | 2016-10-07 | 1 | -3/+0 |
| | |\ \ \ | |||||
| | | * | | | libwallet_api: fixes for transaction history | Ilya Kitaev | 2016-10-04 | 1 | -3/+13 |
| | * | | | | libwallet_api: do not signal on sent/received tx until wallet completely | Ilya Kitaev | 2016-10-07 | 3 | -6/+31 |
| | * | | | | libwallet_api: TransactionHistory: read/write syncchronization | Ilya Kitaev | 2016-10-06 | 2 | -14/+21 |
| | * | | | | libwallet_api: some renamings | Ilya Kitaev | 2016-10-06 | 3 | -3/+3 |
| | * | | | | Initialize transaction history if empty | Ilya Kitaev | 2016-10-06 | 3 | -2/+11 |
| | * | | | | libwallet_api: fixes for transaction history | Ilya Kitaev | 2016-10-06 | 1 | -3/+13 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #1194 | Riccardo Spagni | 2016-10-09 | 4 | -8/+5 |
| |\ \ \ \ | |||||
| | * | | | | ringct: use const refs as parameters where appropriate | moneromooo-monero | 2016-10-08 | 3 | -5/+5 |
| | * | | | | core: remove some unused code | moneromooo-monero | 2016-10-08 | 1 | -3/+0 |
| | |/ / / | |||||
| * | | | | Merge pull request #1192 | Riccardo Spagni | 2016-10-09 | 5 | -3/+20 |
| |\ \ \ \ | |||||
| | * | | | | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 2016-10-08 | 5 | -3/+20 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #1191 | Riccardo Spagni | 2016-10-09 | 1 | -4/+7 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | wallet: do not announce pool txes as money spent/received (yet) | moneromooo-monero | 2016-10-07 | 1 | -4/+7 |
| * | | | | Merge pull request #1121 | Riccardo Spagni | 2016-10-07 | 2 | -222/+31 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | wallet: better implementation of sweep_unmixable | moneromooo-monero | 2016-10-04 | 2 | -222/+31 |
| | |/ / | |||||
| * / / | simplewallet: add mixin and payment id to sweep_all help | moneromooo-monero | 2016-10-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | Fix build after spelling corrections in core_rpc_server | Jacob Brydolf | 2016-10-04 | 1 | -2/+2 |
| * | | Merge pull request #1179 | Riccardo Spagni | 2016-10-04 | 2 | -0/+254 |
| |\ \ | |||||
| | * | | Fix description for locked_transfer | Oyvind Kvanes | 2016-10-04 | 1 | -1/+1 |
| | * | | Rename to lockblocks and add max value | Oyvind Kvanes | 2016-10-04 | 1 | -45/+30 |
| | * | | Fix locked_transfer | Oyvind Kvanes | 2016-09-28 | 1 | -6/+3 |
| | * | | Add locked_transfer | Oyvind Kvanes | 2016-09-28 | 1 | -87/+83 |
| | * | | Revert transfer_main in simplewallet | Oyvind Kvanes | 2016-09-28 | 2 | -22/+279 |
| | * | | Add motifications to test out locked_transfer | Oyvind Kvanes | 2016-09-28 | 1 | -6/+18 |
