| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 #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 | 11 | -1/+139 |
| |\ \ | |||||
| | * | | 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 | 10 | -108/+109 |
| | * | | added print_coinbase_tx_sum option | Dion Ahmetaj | 2016-10-10 | 10 | -110/+227 |
| * | | | Merge pull request #1205 | Riccardo Spagni | 2016-10-11 | 1 | -0/+14 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Hard fork info in the Readme | Gingeropolous | 2016-10-10 | 1 | -0/+14 |
| |/ / | |||||
| * | | Merge pull request #1201 | Riccardo Spagni | 2016-10-10 | 3 | -0/+12 |
| |\ \ | |||||
| | * | | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 2016-10-10 | 3 | -0/+12 |
| |/ / | |||||
| * | | Merge pull request #1195 | Riccardo Spagni | 2016-10-09 | 6 | -25/+77 |
| |\ \ | |||||
| | * | | 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: test: adjusted mixin_count=4 as it's minumum allowed | Ilya Kitaev | 2016-10-06 | 1 | -3/+4 |
| | * | | | libwallet_api: some renamings | Ilya Kitaev | 2016-10-06 | 4 | -9/+11 |
| | * | | | 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 | 11 | -40/+143 |
| |\ \ \ \ | |||||
| | * | | | | ringct: use const refs as parameters where appropriate | moneromooo-monero | 2016-10-08 | 3 | -5/+5 |
| | * | | | | tests: add performance test for ge_frombytes_vartime | moneromooo-monero | 2016-10-08 | 3 | -0/+73 |
| | * | | | | core: remove some unused code | moneromooo-monero | 2016-10-08 | 1 | -3/+0 |
| | * | | | | tests: add performance tests for rct signatures | moneromooo-monero | 2016-10-08 | 6 | -32/+65 |
| | |/ / / | |||||
| * | | | | 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 #1182 | Riccardo Spagni | 2016-10-07 | 1 | -0/+52 |
| |\ \ \ \ | |||||
| | * | | | | Add iDunk's GPG key | iDunk5400 | 2016-10-04 | 1 | -0/+52 |
| | | |/ / | |/| | | |||||
| * | | | | 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 |
| | |/ / | |||||
| * | | | Merge pull request #1120 | Riccardo Spagni | 2016-10-07 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | simplewallet: add mixin and payment id to sweep_all help | moneromooo-monero | 2016-10-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #1180 | Riccardo Spagni | 2016-10-04 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | 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 |
