townforge/tests/unit_tests
2021-12-02 12:20:11 +00:00
..
account.cpp Revert "Use domain-separated ChaCha20 for in-memory key encryption" 2020-08-17 14:08:59 -05:00
address_from_url.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
aligned.cpp unit_tests: add unit test for alloc alignment being a power of 2 2018-10-08 11:36:42 +00:00
apply_permutation.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
base58.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
block_queue.cpp protocol: drop origin IP if a block fails to verify in sync mode 2020-12-10 21:59:18 +00:00
block_reward.cpp halve block time for user friendliness in gameplay 2021-04-22 23:18:32 +00:00
blockchain_db.cpp fix off by one between command dry run and block verification 2020-11-22 23:25:49 +00:00
bootstrap_node_selector.cpp daemon: auto public nodes - cache and prioritize most stable nodes 2020-02-28 08:06:43 +00:00
bulletproofs.cpp Merge remote-tracking branch 'origin/master' into cc 2021-04-24 13:46:11 +00:00
canonical_amounts.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
cc.cpp unit_tests: fix build after set_default_palette change 2021-12-02 12:20:11 +00:00
chacha.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
checkpoints.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
CMakeLists.txt Merge remote-tracking branch 'origin/master' into cc 2021-01-18 01:33:53 +00:00
command_line.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
crypto.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
decompose_amount_into_digits.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
device.cpp ringct: remove unused senderPk from ecdhTuple 2019-01-22 23:17:42 +00:00
difficulty.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
dns_resolver.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
epee_boosted_tcp_server.cpp unit_tests: fix broken tests 2021-07-28 13:38:24 +00:00
epee_levin_protocol_handler_async.cpp Remove payload copy in all outgoing p2p messages 2021-01-19 02:22:32 +00:00
epee_serialization.cpp Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
epee_utils.cpp p2p: remove blocked addresses/hosts from peerlist 2021-08-05 17:29:25 +00:00
expect.cpp Adding expect<T> - a value-or-error implementation 2018-09-12 22:44:34 +00:00
fee.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
get_xtype_from_string.cpp Split epee/string_tools.h and encapsulate boost::lexical_cast 2021-04-16 20:54:20 +02:00
hardfork.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
hashchain.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
hmac_keccak.cpp unit_tests: fix missing test names 2020-02-18 23:56:21 +00:00
http.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
is_hdd.cpp Merge pull request #4424 2018-09-29 22:19:44 +02:00
json_serialization.cpp Merge remote-tracking branch 'origin/master' into cc 2021-09-01 15:50:02 +00:00
json_serialization.h Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
keccak.cpp unit_tests: fix missing test names 2020-02-18 23:56:21 +00:00
levin.cpp Revert "Merge pull request #7136" 2021-04-16 13:52:44 -05:00
lmdb.cpp Adding classes, functions, and utilities for common LMDB operations. 2019-03-19 17:52:26 +00:00
logging.cpp EasyLogging++: Add UTests, that protect against regressions 2021-07-06 06:50:52 +02:00
long_term_block_weight.cpp coins can now have a custom graphic design 2021-05-29 12:32:20 +00:00
main.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
memwipe.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
mlocker.cpp Merge pull request #4459 2018-09-29 22:20:38 +02:00
mnemonics.cpp Merge pull request #6516 2020-07-19 03:34:28 -07:00
mul_div.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
multiexp.cpp unit_tests: check for ge_frombytes_vartime failure 2021-06-11 07:51:45 +00:00
multisig.cpp wallet2: default to not encrypt keys in memory - faster 2021-07-19 11:51:19 +00:00
net.cpp Remove copies from foreach loops (thanks to Clang) 2021-01-28 23:42:40 -05:00
node_server.cpp unit_tests: fix broken tests 2021-07-28 13:38:24 +00:00
notify.cpp unit_tests: remove leftover debug print 2019-02-01 19:14:55 +00:00
output_distribution.cpp fixes after monero merge 2020-10-19 12:17:51 +00:00
output_selection.cpp Merge remote-tracking branch 'origin/master' into cc 2021-04-24 13:46:11 +00:00
parse_amount.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
pruning.cpp Pruning 2019-01-22 20:30:51 +00:00
quadtree.cpp unit_tests: add a test for quadtree intersection 2020-02-22 14:17:21 +00:00
random.cpp crypto: remove slight bias in key generation due to modulo 2018-07-05 09:18:01 +01:00
ringct.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
ringdb.cpp unit_tests: fix ringdb unit tests 2019-10-04 21:11:46 +00:00
rolling_median.cpp Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test 2020-07-23 03:36:05 -05:00
rpc_version_str.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
serialization.cpp unit_tests: fix use after free in serialization test 2021-09-08 00:59:40 +00:00
sha256.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
slow_memmem.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
subaddress.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
test_notifier.cpp unit_tests: add a notifier test 2018-10-01 09:14:20 +00:00
test_peerlist.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
test_protocol_pack.cpp Change epee binary output from std::stringstream to byte_stream 2020-10-10 15:28:40 +00:00
test_tx_utils.cpp Merge remote-tracking branch 'origin/master' into cc 2021-09-01 15:50:02 +00:00
threadpool.cpp threadpool: guard against exceptions in jobs, and armour plating 2020-09-01 14:33:33 +00:00
tx_proof.cpp unit_tests: check for ge_frombytes_vartime failure 2021-06-11 07:51:45 +00:00
unbound.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
unit_tests_utils.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
uri.cpp Merge branch 'master' into cc 2020-10-18 00:33:51 +00:00
varint.cpp replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
vercmp.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wipeable_string.cpp unit_tests: fix wipeable_string parse_hexstr test with latest gtest 2021-01-27 13:04:08 +00:00
zmq_rpc.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00