aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-253-6/+6
* Merge pull request #2920Riccardo Spagni2017-12-251-3/+1
|\
| * tests: fix a buffer overread in a unit testmoneromooo-monero2017-12-181-3/+1
* | Merge pull request #2905Riccardo Spagni2017-12-2516-32/+833
|\ \
| * | tests: add levin fuzz testmoneromooo-monero2017-12-233-0/+359
| * | tests: add http client fuzz testmoneromooo-monero2017-12-233-0/+120
| * | add parse_url fuzz testmoneromooo-monero2017-12-234-0/+89
| * | tests: add base58 fuzz testmoneromooo-monero2017-12-234-0/+87
| * | tests: don't init stuff we don't need in fuzz tests - fastermoneromooo-monero2017-12-231-32/+1
| * | tests: better load-from-binary fuzz test data filemoneromooo-monero2017-12-231-0/+0
| * | add load_from_binary/load_from_json fuzzersmoneromooo-monero2017-12-235-0/+177
| |/
* | Merge pull request #2890Riccardo Spagni2017-12-251-0/+2
|\ \ | |/ |/|
| * util: allow non numeric version partsmoneromooo-monero2017-12-071-0/+2
* | core_tests: multisig test now tests multiple inputsmoneromooo-monero2017-12-173-135/+208
* | Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-171-4/+6
* | wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero2017-12-171-0/+1
* | make multisig work with subaddressesmoneromooo-monero2017-12-171-7/+11
* | wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-5/+12
* | add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-176-0/+716
* | N-1/N multisigmoneromooo-monero2017-12-171-7/+19
* | gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-8/+8
* | wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero2017-12-171-11/+1
* | tests: add multisig unit testsmoneromooo-monero2017-12-172-0/+179
* | Add N/N multisig tx generation and signingmoneromooo-monero2017-12-172-10/+10
* | Merge pull request #2857Riccardo Spagni2017-12-171-0/+1
|\ \
| * | Scrub keys from memory just before scope end.moneromooo-monero2017-12-161-0/+1
* | | Merge pull request #2877Riccardo Spagni2017-12-174-1/+15
|\ \ \
| * | | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-164-1/+15
| |/ /
* / / move includes around to lessen overall loadmoneromooo-monero2017-12-1611-6/+13
|/ /
* | Merge pull request #2860Riccardo Spagni2017-12-163-1/+68
|\ \
| * | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-1/+1
| * | add a memwipe functionmoneromooo-monero2017-11-272-0/+67
* | | add bulletproofs from v7 on testnetmoneromooo-monero2017-12-082-2/+2
* | | integrate bulletproofs into moneromoneromooo-monero2017-12-081-0/+1
* | | add bulletproofs to the build, with basic unit testsmoneromooo-monero2017-12-082-0/+71
| |/ |/|
* | tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not setmoneromooo-monero2017-11-261-1/+3
|/
* Merge pull request #2824Riccardo Spagni2017-11-252-1/+2
|\
| * split wallet and wallet_apimoneromooo-monero2017-11-162-1/+2
* | unit_tests: fix running without --data-dirmoneromooo-monero2017-11-151-2/+2
|/
* Merge pull request #2771Riccardo Spagni2017-11-151-5/+1
|\
| * kaccak: remove unused return valuemoneromooo-monero2017-11-111-5/+1
* | Merge pull request #2812Riccardo Spagni2017-11-141-2/+2
|\ \
| * | unit_tests: fix build after wallet2 list/vector changemoneromooo-monero2017-11-141-2/+2
* | | Merge pull request #2736Riccardo Spagni2017-11-146-6/+2
|\ \ \
| * | | move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-146-6/+2
| |/ /
* | | Merge pull request #2644Riccardo Spagni2017-11-141-2/+2
|\ \ \
| * | | make this build on SunOS/SolarisPavel Maryanov2017-11-141-2/+2
| |/ /
* / / remove "using namespace std" from headersmoneromooo-monero2017-11-144-4/+5
|/ /
* | Merge pull request #2720Riccardo Spagni2017-11-141-1/+1
|\ \
| * | unit_tests: fix data dir determinationmoneromooo-monero2017-10-241-1/+1