aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1506Riccardo Spagni2017-01-151-1/+1
|\
| * Use batch transactions when syncingHoward Chu2017-01-141-1/+1
* | Added (not yet enabled) HTTP client authenticationLee Clagett2017-01-111-49/+302
* | Merge pull request #1515Riccardo Spagni2017-01-081-0/+513
|\ \
| * | portable serializer: tests addedkenshi842017-01-031-0/+513
| |/
* | Merge pull request #1493Riccardo Spagni2017-01-081-0/+1
|\ \
| * | blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero2017-01-071-0/+1
* | | Merge pull request #1460Riccardo Spagni2017-01-081-8/+9
|\ \ \ | |_|/ |/| |
| * | make openalias also available for solo miner; introduce namespace tools::dns_...kenshi842016-12-211-8/+9
| |/
* / 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-151-1/+2
|\
| * Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-151-1/+2
* | Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2016-12-132-0/+473
|/
* 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-111-0/+3
* tests: fix fee unit tests on 32 bitmoneromooo-monero2016-11-101-3/+5
* Merge pull request #1276Riccardo Spagni2016-11-082-0/+122
|\
| * core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-312-0/+122
* | ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-292-2/+4
|/
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+1
* unit_tests: fix build after get_output_histogram signature changemoneromooo-monero2016-10-191-1/+1
* 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-011-0/+1
|/
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-6/+2
* rct: rework serialization to avoid storing vector sizesmoneromooo-monero2016-09-141-2/+5
* tests: block reward: disable 64-bit-only tests on 32-bit systemsredfish2016-09-041-0/+2
* Merge pull request #1018Riccardo Spagni2016-09-011-1/+1
|\
| * core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-1/+1
* | tests: cmake: fix building with system gtestredfish2016-08-301-1/+1
|/
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-8/+8
* rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-282-39/+41
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-4/+4
* rct: change the simple flag to a typemoneromooo-monero2016-08-281-1/+1
* rct: avoid the need for the last II elementShen Noether2016-08-281-4/+2
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-0/+5
* rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-281-1/+3