aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* checkpointiamsmooth2014-09-241-0/+2
* checkpointsiamsmooth2014-09-241-0/+5
* checkpointiamsmooth2014-09-241-0/+1
* checkpointsiamsmooth2014-09-241-3/+5
* redo FindUnbound.cmakeRiccardo Spagni2014-09-241-4/+4
* use boost::asio::ip::address because cross-platform plzRiccardo Spagni2014-09-241-94/+25
* temp commitThomas Winget2014-09-241-15/+42
* Added function to check syntax of URL for DNS lookupThomas Winget2014-09-232-8/+44
* Fixed artifacts from cherry-picking devel->masterThomas Winget2014-09-231-2/+2
* change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-235-23/+40
* Simplewallet should now resolve urls to addressesThomas Winget2014-09-231-2/+53
* Monero addres from DNS TXT record implemented, tests passThomas Winget2014-09-234-24/+102
* seed node DNS code updated to use DNSResolverThomas Winget2014-09-231-39/+109
* Use the loop iterator, previous version of me.Thomas Winget2014-09-231-2/+2
* ipv4 and ipv6 resolution workingThomas Winget2014-09-234-32/+159
* Updated CMake files -- added libunbound linker flagThomas Winget2014-09-231-4/+4
* Initial commit of DNS codeThomas Winget2014-09-232-0/+141
* Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels2014-09-153-11/+11
* another fix for CMake empty varsRiccardo Spagni2014-09-151-3/+5
* Prevent CMake choking on empty varsRiccardo Spagni2014-09-151-0/+2
* More robust versioning in CMake, plus commentsRiccardo Spagni2014-09-151-13/+62
* Fix time_t serialization issueZachary Michaels2014-09-153-5/+9
* Force CMake to link the runtime staticallyZachary Michaels2014-09-151-0/+4
* Another preprocessor fix (difficulty.cpp)Zachary Michaels2014-09-151-1/+1
* More preprocessor fixes for slow-hashZachary Michaels2014-09-151-3/+3
* Correct includes for mingw in slow-hashZachary Michaels2014-09-151-0/+8
* Change Windows include to windowsZachary Michaels2014-09-151-1/+1
* fix CMake for multiplatform versioningRiccardo Spagni2014-09-151-1/+6
* fixed incorrect version referenceRiccardo Spagni2014-09-151-1/+1
* Change testnet prefixZachary Michaels2014-09-151-2/+2
* Make P2P use the testnet data dirZachary Michaels2014-09-151-1/+3
* Replace macro with equivalent function callZachary Michaels2014-09-151-47/+43
* Separate testnet address prefixZachary Michaels2014-09-1517-54/+111
* Add testnet seed nodesZachary Michaels2014-09-151-3/+8
* Create testnet data dir if necessaryZachary Michaels2014-09-151-0/+1
* Separate testnet default data dirZachary Michaels2014-09-155-31/+44
* Add descriptions for RPC command line paramsZachary Michaels2014-09-151-3/+9
* Add testnet genesis tx as output by CN referenceZachary Michaels2014-09-151-1/+1
* Pass tx and nonce to genesis block constructorZachary Michaels2014-09-154-27/+42
* Separate network id for testnetZachary Michaels2014-09-152-3/+15
* Separate rpc port for testnetZachary Michaels2014-09-155-12/+44
* Separate p2p port for testnetZachary Michaels2014-09-152-5/+23
* Reorganize testnet constantsZachary Michaels2014-09-1510-71/+46
* Add testnet constantsZachary Michaels2014-09-151-0/+16
* Add testnet flagZachary Michaels2014-09-1513-50/+135
* fix logic in tag check, AND -> ORRiccardo Spagni2014-09-151-1/+1
* ignore tag check if we haven't pulled tagsRiccardo Spagni2014-09-151-1/+1
* new Makefile target: release-staticRiccardo Spagni2014-09-151-1/+1
* Merge pull request #136Riccardo Spagni2014-09-133-46/+49
|\
| * fix incorrect error message (obvious cut and paste bug from upstream)iamsmooth2014-09-131-1/+1