summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni2014-10-021-2/+10
* | | | remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni2014-10-021-4/+4
| |_|/ |/| |
* | | Merge pull request #165Riccardo Spagni2014-10-0213-88/+407
|\ \ \
| * | | Daemon should now exit on conflicting checkpointsThomas Winget2014-09-302-0/+13
| * | | various changes to runtime checkpoint updatingThomas Winget2014-09-307-23/+113
| * | | Fixed segfault with checkpoints loadingThomas Winget2014-09-303-2/+10
| * | | DNS checkpoint updating added, and daemon flag to enforce themThomas Winget2014-09-307-16/+106
| * | | reload checkpoints file every ~hr and print if any failThomas Winget2014-09-3010-73/+173
| * | | updated DNSResolver/things that use it for DNSSECThomas Winget2014-09-303-10/+23
| * | | Adding an identical existing checkpoint should not errorThomas Winget2014-09-301-2/+7
| | |/ | |/|
* / | simplewallet ignoring testnet port in RPC modeRiccardo Spagni2014-10-011-1/+1
|/ /
* | Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-258-54/+14
* | Remove LDNS dep and fix a bug in libunbound const correctness fixThomas Winget2014-09-242-4/+4
* | Removed ldns dependencyThomas Winget2014-09-242-4/+9
* | low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-248-14/+54
* | libunbound has const correctness issues...Thomas Winget2014-09-241-5/+19
* | Added ability to read chechpoint hashes from json file in data folderTomer Konforty2014-09-254-0/+65
* | checkpointiamsmooth2014-09-241-0/+1
* | 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