aboutsummaryrefslogtreecommitdiff
path: root/tests/net_load_tests (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-12/+10
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
2016-08-30tests: cmake: fix building with system gtestredfish1-2/+2
Issues #980 #983
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero2-2/+0
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
2016-03-19Print stack trace upon exceptionsmoneromooo-monero2-0/+2
Useful for debugging users' logs
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2-4/+0
This avoids the need to define that variable in every program which uses epee.
2015-12-31updated copyright yearRiccardo Spagni4-4/+4
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero2-2/+7
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero3-1/+8
+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).
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2-0/+7
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)
2015-01-02year updated in licenseRiccardo Spagni4-4/+4
2014-10-24cmake: support 2.8.7Ben Boeckel1-2/+2
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
2014-10-23gtest: support an external gtestBen Boeckel1-2/+2
2014-10-23cmake: put each test executable in its own directoryBen Boeckel1-0/+74
2014-07-23License updated to BSD 3-clausefluffypony3-9/+87
2014-04-30various fixes to allow mac osx compilationmydesktop1-7/+7
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-1/+1
2014-03-20some fixesAntonio Juarez1-2/+5
2014-03-03moved all stuff to githubAntonio Juarez3-0/+1143