aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Simplewallet should now resolve urls to addressesThomas Winget2014-09-231-2/+53
* | Monero addres from DNS TXT record implemented, tests passThomas Winget2014-09-236-24/+243
* | 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-235-32/+224
* | Updated CMake files -- added libunbound linker flagThomas Winget2014-09-234-11/+71
* | Initial commit of DNS codeThomas Winget2014-09-232-0/+141
* | added unbound dependencies to readmeRiccardo Spagni2014-09-231-3/+3
* | updated mingw build instructionsRiccardo Spagni2014-09-231-1/+1
* | updated mingw build instructionsRiccardo Spagni2014-09-231-5/+29
* | added oranjuice and tewinget's GPG keysRiccardo Spagni2014-09-232-0/+50
* | moved msys2 toolchain, boost libs fixRiccardo Spagni2014-09-223-2/+6
* | added mikezackles' missing boost function in CMakeListsRiccardo Spagni2014-09-221-0/+15
* | fixed miniupnpc static buildingRiccardo Spagni2014-09-211-1/+1
* | turns out we do need -static-libgcc etc. on LinuxRiccardo Spagni2014-09-151-1/+1
* | 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
* | explicitly disable LTO for ClangRiccardo Spagni2014-09-151-1/+5
* | Fix time_t serialization issueZachary Michaels2014-09-153-5/+9
* | Use LTO by defaultZachary Michaels2014-09-153-1/+6
* | Move toolchain filesZachary Michaels2014-09-152-0/+0
* | Fix march flag for 32-bit buildZachary Michaels2014-09-151-1/+1
* | Use unwrapped binutils for msys2Zachary Michaels2014-09-152-6/+6
* | Force CMake to link the runtime staticallyZachary Michaels2014-09-151-0/+4
* | msys2 32/64-bit toolchainsZachary Michaels2014-09-152-0/+36
* | 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
* | User setting to turn LTO on and offZachary Michaels2014-09-151-9/+13
* | Remove unnecessary elseZachary Michaels2014-09-151-2/+0
* | Hack to add pthread to link libraries on mingwZachary Michaels2014-09-151-2/+2
* | Change to -static gcc flagZachary Michaels2014-09-151-1/+1
* | Set the boost thread api for mingwZachary Michaels2014-09-151-0/+1
* | Hack to allow toolchains to pass flags to mingwZachary Michaels2014-09-151-1/+1
* | Ignore another warning to make mingw happyZachary Michaels2014-09-151-1/+1
* | Remove unused CMake functionZachary Michaels2014-09-151-6/+0
* | Default to static linking on both MSVC and MINGWZachary Michaels2014-09-151-1/+6
|/
* Merge pull request #141v0.8.8.4Riccardo Spagni2014-09-151-1/+6
|\
| * fix CMake for multiplatform versioningRiccardo Spagni2014-09-151-1/+6
* | Merge pull request #140Riccardo Spagni2014-09-151-0/+30
|\|
| * added mikezackles / Zachary Michaels gpg keyRiccardo Spagni2014-09-151-0/+30
|/
* Merge pull request #139Riccardo Spagni2014-09-1536-251/+497
|\
| * 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-1521-69/+126