aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26Merge pull request #4832Riccardo Spagni1-0/+1
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero1-0/+1
2018-11-09unit_tests: add logging unit testmoneromooo-monero1-0/+1
2018-10-17unit_tests: fix notify test when run from make *testmoneromooo-monero1-1/+1
2018-10-01unit_tests: add a notifier testmoneromooo-monero1-1/+6
2018-09-21Merge pull request #4371Riccardo Spagni1-0/+1
2018-09-12Adding expect<T> - a value-or-error implementationLee Clagett1-0/+1
2018-09-11aligned: aligned memory alloc/realloc/freemoneromooo-monero1-1/+2
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero1-0/+1
2018-09-10Merge pull request #4293luigi11111-1/+2
2018-09-04Merge pull request #4275luigi11111-0/+1
2018-08-25is_hdd updatep8p1-1/+2
2018-08-22Merge pull request #4210luigi11111-0/+2
2018-08-20unit_tests: add tests for incremental keccakmoneromooo-monero1-0/+1
2018-08-16common: add a class to safely wrap mlock/munlockmoneromooo-monero1-0/+1
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+1
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero1-1/+2
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett1-0/+2
2018-07-27Merge pull request #4097luigi11111-0/+1
2018-07-19Merge pull request #4075luigi11111-1/+0
2018-07-19Merge pull request #3617luigi11111-0/+1
2018-07-05crypto: remove slight bias in key generation due to modulomoneromooo-monero1-0/+1
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero1-1/+0
2018-06-17Merge pull request #3691luigi11111-0/+1
2018-05-31Merge pull request #3592luigi11111-1/+2
2018-05-20unit_tests: add threadpool unit testmoneromooo-monero1-0/+1
2018-05-15unit_tests: set default data dir to the source tree at build timemoneromooo-monero1-0/+2
2018-04-12unit_tests: add device unit testsmoneromooo-monero1-0/+1
2018-04-11unit_tests: add ringdb unit testsmoneromooo-monero1-1/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero1-1/+1
2017-12-17tests: add multisig unit testsmoneromooo-monero1-0/+1
2017-12-16Merge pull request #2860Riccardo Spagni1-0/+3
2017-12-08add bulletproofs to the build, with basic unit testsmoneromooo-monero1-0/+1
2017-11-27add a memwipe functionmoneromooo-monero1-0/+3
2017-10-17Subaddress unit testsCole Lightfighter1-0/+1
2017-10-15Merge pull request #2608Riccardo Spagni1-1/+1
2017-10-15Merge pull request #2582Riccardo Spagni1-0/+1
2017-10-08unit_tests: data dir is now overridden with --data-dirmoneromooo-monero1-1/+1
2017-10-06Merge pull request #2523Riccardo Spagni1-1/+1
2017-10-05tests: add sha256sum unit testmoneromooo-monero1-0/+1
2017-09-28tests: pass data dir as argredfish1-1/+1
2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero1-0/+1
2017-09-25Merge pull request #2442Riccardo Spagni1-0/+1
2017-09-25Merge pull request #2440Riccardo Spagni1-0/+1
2017-09-21build: auto update version info without manually deleting version.hstoffu1-0/+1
2017-09-14Use a threadpoolHoward Chu1-1/+0
2017-09-13common: add apply_permutation file and functionmoneromooo-monero1-0/+1
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+2
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-0/+1
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1721Riccardo Spagni1-0/+2
2017-02-20util: add a vercmp function to compare version numbersmoneromooo-monero1-1/+2
2017-02-16switch to boost::thread for mingw buildLee Clagett1-0/+2
2017-02-11Merge pull request #1689Riccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-1/+1
2016-12-13Adding HTTP Digest Auth (but not yet enabled)Lee Clagett1-0/+2
2016-12-04Merge pull request #1385Riccardo Spagni1-0/+1
2016-11-28tests: add unit tests for uri parsingmoneromooo-monero1-0/+1
2016-11-25Added command_line::is_yesLee Clagett1-0/+1
2016-11-23Added task_region - a fork/join task implementationLee Clagett1-0/+1
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero1-0/+1
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-6/+2
2016-08-30tests: cmake: fix building with system gtestredfish1-1/+1
2016-08-28tests: add tests for wallet output selectionmoneromooo-monero1-1/+2
2016-08-28tests: add Shen Noether's basic ringct testsmoneromooo-monero1-1/+3
2016-05-01unit_tests: add a write_varint/read_varint testmoneromooo-monero1-1/+2
2016-05-01unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typomoneromooo-monero1-1/+1
2016-03-29tests: add test for needed OpenSSL algorithms in unboundmoneromooo-monero1-1/+3
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-26tests: add a unit test for canonical decomposed amountsmoneromooo-monero1-0/+1
2015-12-24unit_tests: new test for IP blockingmoneromooo-monero1-0/+1
2015-09-12New hardfork classmoneromooo-monero1-1/+2
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-1/+1
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-0/+2
2015-03-16CMake wiring, minor cleanup, minor test additionThomas Winget1-0/+1
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-0/+1
2015-01-07add BlockchainDB tests to new cmakeThomas Winget1-0/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23gtest: support an external gtestBen Boeckel1-1/+1
2014-10-23cmake: put each test executable in its own directoryBen Boeckel1-0/+80