aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed HTTP auth tests for gcc 4.9Lee Clagett2016-12-211-4/+4
* Fixed uninitialized valgrind errors in serialization testsLee Clagett2016-12-201-2/+4
* Fixes for google test < 1.8Lee Clagett2016-12-191-18/+18
* Merge pull request #1459Riccardo Spagni2016-12-152-3/+4
|\
| * Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-152-3/+4
* | Merge pull request #1444Riccardo Spagni2016-12-152-0/+473
|\ \ | |/ |/|
| * Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2016-12-132-0/+473
* | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph2016-12-131-136/+136
|/
* ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11112016-12-041-8/+4
* ringct: switch to Borromean signaturesShen Noether2016-12-042-35/+18
* Merge pull request #1385Riccardo Spagni2016-12-042-0/+218
|\
| * tests: add unit tests for uri parsingmoneromooo-monero2016-11-282-0/+218
* | Added command_line::is_yesLee Clagett2016-11-252-0/+51
|/
* Merge pull request #1371Riccardo Spagni2016-11-241-2/+2
|\
| * Fixed undefined behavior in TestDBLee Clagett2016-11-231-2/+2
* | Merge pull request #1364Riccardo Spagni2016-11-242-0/+178
|\ \
| * | Added task_region - a fork/join task implementationLee Clagett2016-11-232-0/+178
| |/
* | tests: fix uninitialized data valgrind reports in levin testsmoneromooo-monero2016-11-201-0/+1
* | tests: fix uninitialized data valgrind reports in serialization testsmoneromooo-monero2016-11-201-1/+4
|/
* tests: fix another fee test on 32 bitmoneromooo-monero2016-11-131-1/+1
* tests: fix tests builds after fluffy blocks mergemoneromooo-monero2016-11-112-0/+6
* tests: fix fee unit tests on 32 bitmoneromooo-monero2016-11-101-3/+5
* Merge pull request #1296Riccardo Spagni2016-11-081-2/+0
|\
| * performance_tests: re-enable them...moneromooo-monero2016-11-041-2/+0
* | Merge pull request #1276Riccardo Spagni2016-11-082-0/+122
|\ \ | |/ |/|
| * core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-312-0/+122
* | Merge pull request #1272Riccardo Spagni2016-11-012-2/+4
|\ \ | |/ |/|
| * ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-292-2/+4
* | tests: add performance test for keypair::generatemoneromooo-monero2016-10-263-0/+56
|/
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-232-0/+2
* unit_tests: fix build after get_output_histogram signature changemoneromooo-monero2016-10-191-1/+1
* Merge pull request #1195Riccardo Spagni2016-10-091-6/+9
|\
| * libwallet_api: test: adjusted mixin_count=4 as it's minumum allowedIlya Kitaev2016-10-061-3/+4
| * libwallet_api: some renamingsIlya Kitaev2016-10-061-6/+8
* | tests: add performance test for ge_frombytes_vartimemoneromooo-monero2016-10-083-0/+73
* | tests: add performance tests for rct signaturesmoneromooo-monero2016-10-086-32/+65
|/
* Merge pull request #1152Riccardo Spagni2016-10-041-7/+145
|\
| * libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-011-11/+53
| * libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-301-1/+25
| * libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-301-3/+28
| * libwallet_api: test for create/init wallet on mainnetIlya Kitaev2016-09-281-3/+50
* | Merge pull request #1140Riccardo Spagni2016-10-041-4/+4
|\ \
| * | wallet: cold wallet transaction signingmoneromooo-monero2016-09-271-4/+4
* | | tests: fix build after addition of cryptonote_core::get_block_sync_sizemoneromooo-monero2016-10-012-0/+2
| |/ |/|
* | libwallet_api: tests: fixed WalletCallbackReceived testIlya Kitaev2016-09-281-3/+7
* | libwallet_api: tests: test fixed according implementationIlya Kitaev2016-09-271-1/+0
* | libwallet_api: tests: compilation errors fixedIlya Kitaev2016-09-271-2/+2
* | wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-262-5/+21
* | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-261-2/+49
* | libwallet_api: simple documentation on testing environmentIlya Kitaev2016-09-232-3/+25