| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4385 | Riccardo Spagni | 2018-09-21 | 1 | -0/+32 |
| |\ | |||||
| | * | unit_tests: sanity check on transaction weight | moneromooo-monero | 2018-09-15 | 1 | -0/+32 |
| * | | Merge pull request #4371 | Riccardo Spagni | 2018-09-21 | 2 | -0/+916 |
| |\ \ | |||||
| | * | | Adding expect<T> - a value-or-error implementation | Lee Clagett | 2018-09-12 | 2 | -0/+916 |
| * | | | Merge pull request #4209 | Riccardo Spagni | 2018-09-21 | 1 | -1/+56 |
| |\ \ \ | |||||
| | * | | | Added features to epee::span<T> : | Lee Clagett | 2018-08-03 | 1 | -1/+56 |
| * | | | | Merge pull request #4306 | Riccardo Spagni | 2018-09-18 | 1 | -0/+7 |
| |\ \ \ \ | |||||
| | * | | | | wipeable_string: add hex_to_pod function | moneromooo-monero | 2018-09-12 | 1 | -0/+7 |
| * | | | | | api/wallet: properly disable key encryption | stoffu | 2018-09-17 | 1 | -1/+1 |
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #4260 | Riccardo Spagni | 2018-09-14 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| | * | | | | record blackballs as amount/offset, and add export ability | moneromooo-monero | 2018-09-10 | 1 | -4/+4 |
| | | |_|/ | |/| | | |||||
| * | | | | bulletproofs: speed up the latest changes a bit | moneromooo-monero | 2018-09-11 | 1 | -0/+7 |
| * | | | | unit_tests: add a few more multiexp unit tests | moneromooo-monero | 2018-09-11 | 1 | -2/+52 |
| * | | | | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 5 | -73/+73 |
| * | | | | bulletproofs: a few fixes from the Kudelski review | moneromooo-monero | 2018-09-11 | 1 | -10/+0 |
| * | | | | bulletproofs: reject points not in the main subgroup | moneromooo-monero | 2018-09-11 | 1 | -0/+61 |
| * | | | | add pippenger unit tests | moneromooo-monero | 2018-09-11 | 1 | -0/+55 |
| * | | | | precalc the ge_p3 representation of H | moneromooo-monero | 2018-09-11 | 1 | -0/+7 |
| * | | | | unit_tests: a couple more bulletproof unit tests for gamma | moneromooo-monero | 2018-09-11 | 1 | -0/+19 |
| * | | | | Bulletproof aggregated verification and tests | moneromooo-monero | 2018-09-11 | 1 | -12/+16 |
| * | | | | aligned: aligned memory alloc/realloc/free | moneromooo-monero | 2018-09-11 | 2 | -1/+88 |
| * | | | | bulletproofs: add aggregated verification | moneromooo-monero | 2018-09-11 | 2 | -0/+36 |
| * | | | | make straus cached mode thread safe, and add tests for it | moneromooo-monero | 2018-09-11 | 2 | -0/+150 |
| * | | | | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 2018-09-11 | 2 | -1/+64 |
| * | | | | bulletproofs: multi-output bulletproofs | moneromooo-monero | 2018-09-11 | 1 | -0/+19 |
| * | | | | Merge pull request #4293 | luigi1111 | 2018-09-10 | 2 | -1/+19 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | is_hdd update | p8p | 2018-08-25 | 2 | -1/+19 |
| | |/ / | |||||
| * | | | Merge pull request #4298 | luigi1111 | 2018-09-04 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | unit_tests: disable mlocker tests on windows (no implementation) | moneromooo-monero | 2018-08-23 | 1 | -0/+8 |
| | |/ / | |||||
| * | | | Merge pull request #4275 | luigi1111 | 2018-09-04 | 2 | -0/+151 |
| |\ \ \ | |||||
| | * | | | unit_tests: add tests for incremental keccak | moneromooo-monero | 2018-08-20 | 2 | -0/+151 |
| * | | | | Merge pull request #4264 | luigi1111 | 2018-09-04 | 1 | -1/+1 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | unit_tests: remove std::move in return statement | moneromooo-monero | 2018-08-15 | 1 | -1/+1 |
| * | | | | add and use constant time 32 byte equality function | moneromooo-monero | 2018-08-23 | 1 | -0/+15 |
| * | | | | Merge pull request #4210 | luigi1111 | 2018-08-22 | 2 | -0/+219 |
| |\ \ \ \ | |||||
| | * | | | | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 2018-08-02 | 2 | -0/+219 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #4200 | luigi1111 | 2018-08-22 | 1 | -1/+0 |
| |\ \ \ \ | |||||
| | * | | | | blockchain_db: remove unused get_output_key variant | moneromooo-monero | 2018-07-30 | 1 | -1/+0 |
| | | |/ / | |/| | | |||||
| * | | | | common: add a class to safely wrap mlock/munlock | moneromooo-monero | 2018-08-16 | 2 | -0/+187 |
| * | | | | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 4 | -2/+87 |
| * | | | | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 3 | -6/+231 |
| | |_|/ |/| | | |||||
| * | | | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 2018-08-16 | 1 | -2/+1 |
| * | | | Merge pull request #4186 | luigi1111 | 2018-08-15 | 1 | -5/+9 |
| |\ \ \ | |||||
| | * | | | unit_tests: use valid key images, pub keys, etc | moneromooo-monero | 2018-07-28 | 1 | -5/+9 |
| | |/ / | |||||
| * | | | Merge pull request #4165 | luigi1111 | 2018-08-15 | 1 | -4/+4 |
| |\ \ \ | |||||
| | * | | | tests: ringdb: use system's temporary dir path | redfish | 2018-07-22 | 1 | -4/+4 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #4137 | luigi1111 | 2018-08-15 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | crypto: do not use boost::value_initialized to init null skey/pkey | moneromooo-monero | 2018-07-20 | 1 | -0/+8 |
| * | | | | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 2018-08-08 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #4097 | luigi1111 | 2018-07-27 | 2 | -0/+48 |
| |\ \ \ | |_|/ |/| | | |||||
