summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix up link linesBen Boeckel2014-10-242-2/+4
|
* cmake: support 2.8.7Ben Boeckel2014-10-2410-11/+11
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: fix up miniupnpc's defineBen Boeckel2014-10-231-3/+5
| | | | | It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge.
* daemon_tests: update cmake codeBen Boeckel2014-10-231-4/+50
| | | | | It's still not valid, but it's commented out anyways; update to code so it matches the style at least.
* gtest: support an external gtestBen Boeckel2014-10-233-9/+22
|
* cmake: put each test executable in its own directoryBen Boeckel2014-10-2310-45/+562
|
* Merge pull request #182Riccardo Spagni2014-10-236-34/+44
|\ | | | | | | | | 1795c38 fixed unit tests (Riccardo Spagni) bc537ac miniupnpc static define change (Riccardo Spagni)
| * fixed unit testsRiccardo Spagni2014-10-085-34/+42
| |
| * miniupnpc static define changeRiccardo Spagni2014-10-071-0/+2
| |
* | Apple and BSD don't need malloc.hRiccardo Spagni2014-10-201-1/+5
| |
* | removed unecessary mnemonics testRiccardo Spagni2014-10-151-13/+0
| |
* | Merge pull request #176Riccardo Spagni2014-10-151-0/+167
|\ \ | | | | | | | | | | | | | | | b94b8cd Added unit test. Fails for Japanese for some reason. (Oran Juice) 4c8a628 Remove iostream header put in during testing (Oran Juice) 9875f5b Variable unique prefix lengths for seed (Oran Juice)
| * | Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-081-0/+167
| | |
* | | fixed conflict in tests CMakeListsRiccardo Spagni2014-10-152-1/+127
|\ \ \ | |_|/ |/| |
| * | tests: add a test for slow_memmemmoneromooo-monero2014-10-062-1/+127
| |/
* | fix for mingw not playing nicely with libunbound configure, fix for ↵Riccardo Spagni2014-10-061-7/+7
| | | | | | | | correctly finding static libs on various operating systems
* | use the correct CMake variable for static buildsRiccardo Spagni2014-10-061-7/+7
|/
* remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni2014-10-021-7/+7
|
* reload checkpoints file every ~hr and print if any failThomas Winget2014-09-301-0/+1
| | | | also some other minor bug squashing and code formatting
* updated DNSResolver/things that use it for DNSSECThomas Winget2014-09-301-9/+17
| | | | | | | Note: DNSResolver does not yet *use* DNSSEC, but rather this commit is preparation for including DNSSEC validation. The function in src/wallet/wallet2.cpp that uses DNSResolver still needs its parameters updated accordingly.
* Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-251-31/+0
| | | | This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4.
* low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-241-0/+31
|
* fixed unbound libs in testRiccardo Spagni2014-09-241-7/+7
|
* change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-232-7/+17
|
* Monero addres from DNS TXT record implemented, tests passThomas Winget2014-09-232-0/+141
| | | | Still need to deal with DNSSEC and optional fields in the TXT record.
* ipv4 and ipv6 resolution workingThomas Winget2014-09-231-0/+65
| | | | | | IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds.
* Updated CMake files -- added libunbound linker flagThomas Winget2014-09-231-7/+7
| | | | | | | CMake config file written, but was unable to test/get it working properly because of a bug in CMake with functions related to find_package. Simple "-lunbound" flag used in its stead for now. May not build on non-Linux systems, not sure yet.
* Separate testnet address prefixZachary Michaels2014-09-154-15/+15
|
* Pass tx and nonce to genesis block constructorZachary Michaels2014-09-151-1/+1
|
* Reorganize testnet constantsZachary Michaels2014-09-154-9/+22
|
* Add testnet flagZachary Michaels2014-09-152-2/+2
| | | | Source: cryptonotefoundation
* cpu affinity fixes in performance tests for FreeBSDfluffypony2014-09-111-2/+2
|
* gtest patches for FreeBSDfluffypony2014-09-112-1/+9
|
* fixed upnp libs in tests cmakefluffypony2014-09-111-1/+31
|
* License updated to BSD 3-clausefluffypony2014-07-2379-230/+2295
|
* Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles2014-07-171-1/+1
|\ | | | | Misc fixes from bytecoin
| * Allow conditional compilation with VS 2013+Zachary Michaels2014-07-011-1/+1
| |
* | final changes to get transaction splitting building. needs testing.Thomas Winget2014-06-301-1/+3
|/
* Link to pthreads on non-apple unixZachary Michaels2014-06-111-7/+7
|
* 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru2014-06-041-0/+1
|
* add checkpoints.cpp in unit testsmydesktop2014-05-251-0/+140
|
* extra filesmydesktop2014-05-251-0/+45
|
* 0.8.8updatemydesktop2014-05-252-6/+9
|
* initial [broken] updatemydesktop2014-05-0311-47/+126
|
* mac osx building fixesmydesktop2014-04-301-1/+1
|
* various fixes to allow mac osx compilationmydesktop2014-04-303-9/+15
|
* Port mapping with UPnPAntonio Juarez2014-04-091-2/+4
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-0212-99/+219
|
* some fixesAntonio Juarez2014-03-206-23/+162
|
* moved all stuff to githubAntonio Juarez2014-03-03126-0/+50178