| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 2019-03-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5274 | Riccardo Spagni | 2019-03-24 | 1 | -1/+1 |
| |\ | | | | | | | dc0c0c91 tests: disable wallet SSL init for tests involving wallet2 (moneromooo-monero) | ||||
| | * | tests: disable wallet SSL init for tests involving wallet2 | moneromooo-monero | 2019-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | wallet2: only export necessary outputs and key images | moneromooo-monero | 2018-11-04 | 1 | -1/+1 |
| | | | | | | and disable annoying test that requires ridiculous amounts of skullduggery every time some format changes | ||||
| * | Catch more exceptions in dtors | moneromooo-monero | 2018-10-02 | 1 | -0/+2 |
| | | | | | Misc coverity reports | ||||
| * | fuzz_tests: set small subaddress lookahead for speed | moneromooo-monero | 2018-03-14 | 1 | -0/+1 |
| | | |||||
| * | Stagenet | stoffu | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | tests: test wallets don't need a dummy temp file anymore | moneromooo-monero | 2017-12-19 | 1 | -9/+1 |
| | | |||||
| * | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 1 | -1/+1 |
| | | |||||
| * | Add fuzz testing using american fuzzy lop | moneromooo-monero | 2017-06-24 | 1 | -0/+108 |
| Existing tests: block, transaction, signature, cold outputs, cold transaction. Data for these is in tests/data/fuzz. A convenience shell script is in contrib/fuzz_testing/fuzz.sh, eg: contrib/fuzz_testing/fuzz.sh signature The fuzzer will run indefinitely, ^C to stop. Fuzzing is currently supported for GCC only. I can't get CLANG to build Monero here as it dies on some system headers, so if someone wants to make it work on both, that'd be great. In particular, the __AFL_LOOP construct should be made to work so that a given run can fuzz multiple inputs, as the C++ load time is substantial. | |||||
