monero/tests/unit_tests
moneromooo-monero 7dbf76d0da
Fix an object lifetime bug in net load tests
The commands handler must not be destroyed before the config
object, or we'll be accessing freed memory.

An earlier attempt at using boost::shared_ptr to control object
lifetime turned out to be very invasive, though would be a
better solution in theory.
2017-10-09 16:46:42 +01:00
..
address_from_url.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
apply_permutation.cpp blockchain: reject unsorted ins and outs from v7 2017-09-18 11:23:15 +01:00
ban.cpp Upgrades to epee::net_utils::network_address 2017-10-05 11:57:09 -04:00
base58.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
block_queue.cpp protocol: fix reorgs while syncing 2017-08-12 11:22:42 +01:00
block_reward.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
blockchain_db.cpp Replace deprecated tmpnam function. 2017-03-29 22:32:00 -04:00
canonical_amounts.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
chacha8.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
checkpoints.cpp move checkpoints in a separate library 2017-09-25 21:16:26 +01:00
CMakeLists.txt Merge pull request #2523 2017-10-06 22:51:22 +04:00
command_line.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
crypto.cpp Simplified the implementation and features of span 2017-04-11 16:35:14 -04:00
decompose_amount_into_digits.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
dns_resolver.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
epee_boosted_tcp_server.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
epee_levin_protocol_handler_async.cpp Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
epee_utils.cpp Upgrades to epee::net_utils::network_address 2017-10-05 11:57:09 -04:00
fee.cpp Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
get_xtype_from_string.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
hardfork.cpp Use actual batch size for resize estimates 2017-09-17 22:08:40 +01:00
hashchain.cpp wallet2: do not keep block hashes below last checkpoint 2017-09-25 21:16:40 +01:00
http.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
main.cpp tests: pass data dir as arg 2017-09-28 01:41:44 -04:00
mnemonics.cpp mnemonics: new Esperanto word list 2017-08-14 17:46:46 +01:00
mul_div.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
output_selection.cpp move checkpoints in a separate library 2017-09-25 21:16:26 +01:00
parse_amount.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct.cpp Improvements for epee binary to hex functions: 2017-04-11 16:35:00 -04:00
serialization.cpp tests: pass data dir as arg 2017-09-28 01:41:44 -04:00
slow_memmem.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
test_peerlist.cpp Upgrades to epee::net_utils::network_address 2017-10-05 11:57:09 -04:00
test_protocol_pack.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
test_tx_utils.cpp move checkpoints in a separate library 2017-09-25 21:16:26 +01:00
unbound.cpp tests: unbound API is only accessible in static builds 2016-04-02 16:02:18 +01:00
unit_tests_utils.h tests: pass data dir as arg 2017-09-28 01:41:44 -04:00
uri.cpp tests: add unit tests for uri parsing 2016-11-28 17:54:28 +00:00
varint.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
vercmp.cpp util: add a vercmp function to compare version numbers 2017-02-20 22:58:04 +00:00