summaryrefslogtreecommitdiff
path: root/tests/unit_tests/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Merge pull request #4459Riccardo Spagni2018-09-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
* unit_tests: set default data dir to the source tree at build timemoneromooo-monero2018-05-151-8/+3
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #2877Riccardo Spagni2017-12-171-0/+7
|\ | | | | | | | | | | 43f5269f Wallets now do not depend on the daemon rpc lib (moneromooo-monero) bb89ae8b move connection_basic and network_throttle from src/p2p to epee (moneromooo-monero) 4abf25f3 cryptonote_core does not depend on p2p anymore (moneromooo-monero)
| * cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-0/+7
| | | | | | | | | | | | As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.
* | move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+3
|/
* unit_tests: fix running without --data-dirmoneromooo-monero2017-11-151-2/+2
| | | | | While there, also use the new is_arg_defaulted API instead of going to poke the internal API directly.
* move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-1/+1
| | | | Those have no reason to be in a generic module
* Merge pull request #2720Riccardo Spagni2017-11-141-1/+1
|\ | | | | | | 110339f5 unit_tests: fix data dir determination (moneromooo-monero)
| * unit_tests: fix data dir determinationmoneromooo-monero2017-10-241-1/+1
| |
* | Initialize openssl on startupmoneromooo-monero2017-10-211-0/+2
|/
* unit_tests: data dir is now overridden with --data-dirmoneromooo-monero2017-10-081-9/+22
| | | | rather than a raw string without option
* tests: pass data dir as argredfish2017-09-281-1/+19
| | | | | | | This fixes test failure on builds that happen to be built in 'build/' instead of 'build/release'. Use boost filesystem path type.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* fixups in logging init calls, and add missing net context in a logmoneromooo-monero2017-01-161-0/+1
|
* unit_tests: fix portable serialization tests hardcoded data pathmoneromooo-monero2017-01-141-0/+1
|
* move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-2/+0
| | | | | This avoids the need to define that variable in every program which uses epee.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* 2014 network limit 1.3 fix log/path/data +utilsrfree2monero2015-02-241-0/+2
| | | | | | | | | | | +toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers).
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+15