wownero/tests/performance_tests
Riccardo Spagni effcbf2060
Merge pull request #4459
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)
2018-09-29 22:20:38 +02:00
..
CMakeLists.txt performance_tests: add signature generation/verification 2018-09-11 13:37:33 +00:00
bulletproof.h bulletproofs: add aggregated verification 2018-09-11 13:37:32 +00:00
check_tx_signature.h v8: per byte fee, pad bulletproofs, fixed 11 ring size 2018-09-11 13:38:07 +00:00
cn_fast_hash.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
cn_slow_hash.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
construct_tx.h performance_tests: add padded bulletproof construction 2018-09-11 13:38:24 +00:00
crypto_ops.h bulletproofs: speed up the latest changes a bit 2018-09-11 13:38:32 +00:00
derive_public_key.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
derive_secret_key.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
equality.h add and use constant time 32 byte equality function 2018-08-23 07:56:51 +00:00
ge_frombytes_vartime.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
generate_key_derivation.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
generate_key_image.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
generate_key_image_helper.h Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
generate_keypair.h keypair::generate: always require hw::device to avoid possible mistake 2018-03-14 21:00:16 +09:00
is_out_to_acc.h Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
main.cpp Merge pull request #4459 2018-09-29 22:20:38 +02:00
multi_tx_test_base.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
multiexp.h Add Pippenger cache and limit Straus cache size 2018-09-11 13:38:02 +00:00
performance_tests.h performance_tests: add stats and loop count multiplier options 2018-09-11 13:37:48 +00:00
performance_utils.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
range_proof.h performance_tests: add (Borromean) range proofs 2018-09-11 13:37:18 +00:00
rct_mlsag.h Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
sc_reduce32.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
signature.h performance_tests: add signature generation/verification 2018-09-11 13:37:33 +00:00
single_tx_test_base.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
subaddress_expand.h performance_tests: fix subaddress expansion test not expanding 2018-03-27 15:06:19 +01:00