Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-24 | DNSSEC added (hardcoded key) | Thomas Winget | 1 | -0/+66 | |
DNSSEC is now implemented with the hardcoded key from unbound. This will need to be not hardcoded in the future, but is okay for now. Unit tests updated for DNSSEC (as well as for the fact that, contrary to previous assumption, example.com does not have a static IP address). | |||||
2015-03-20 | Hopefully fixes build on Windows | Thomas Winget | 2 | -1/+13 | |
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 4 | -0/+272 | |
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 14 | -14/+14 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -2/+10 | |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 1 | -9/+1 | |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -0/+64 | |
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -1/+2 | |
2014-10-03 | quick hacky fix for broken TXT reads | Riccardo Spagni | 1 | -1/+9 | |
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 2 | -6/+14 | |
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. | |||||
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -24/+1 | |
This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4. | |||||
2014-09-24 | Remove LDNS dep and fix a bug in libunbound const correctness fix | Thomas Winget | 2 | -4/+4 | |
2014-09-24 | Removed ldns dependency | Thomas Winget | 2 | -4/+9 | |
ldns dependency was only still around for constants defined in ldns/rr.h, but those constants are RFC specified DNS constants, and to reduce deps have been replicated in dns_utils.h instead of including ldns/rr.h. | |||||
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -1/+24 | |
2014-09-24 | libunbound has const correctness issues... | Thomas Winget | 1 | -5/+19 | |
2014-09-24 | temp commit | Thomas Winget | 1 | -15/+42 | |
2014-09-23 | Added function to check syntax of URL for DNS lookup | Thomas Winget | 2 | -8/+44 | |
For now, simply checks for '.' character, but that will be easy to change in the future if necessary/desired. | |||||
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 2 | -9/+14 | |
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 2 | -24/+45 | |
Still need to deal with DNSSEC and optional fields in the TXT record. | |||||
2014-09-23 | Use the loop iterator, previous version of me. | Thomas Winget | 1 | -2/+2 | |
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 2 | -21/+125 | |
IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. | |||||
2014-09-23 | Initial commit of DNS code | Thomas Winget | 2 | -0/+141 | |
2014-09-15 | Separate testnet default data dir | Zachary Michaels | 2 | -0/+2 | |
2014-09-11 | HOW DO I ENGLISH? | jebes | 1 | -1/+1 | |
2014-09-11 | mispelled brief, corrected it | jebes | 2 | -14/+14 | |
2014-09-11 | HOW DO I GIT? | jebes | 1 | -1/+1 | |
2014-09-11 | Documented varint | jebes | 4 | -40/+80 | |
2014-09-09 | commented util.h | jebes | 2 | -8/+45 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 11 | -34/+319 | |
2014-07-01 | Fix assert bug in base58 encode | Zachary Michaels | 1 | -1/+1 | |
The previous implementation was almost certainly a typo. full_block_size is the maximum index in the encoded_block_sizes array, and size is used as an index in this array. So now 1 <= size <= full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) == size_of(size_t) == ? (maybe 4 on 32-bit systems!) | |||||
2014-06-12 | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 2 | -0/+15 | |
2014-06-12 | builds, but doesn't link. other than that, electrum-style recovery ↵ | Thomas Winget | 1 | -0/+6 | |
implemented (but not tested\!) | |||||
2014-05-03 | initial [broken] update | mydesktop | 3 | -5/+80 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -0/+2 | |
2014-03-20 | some fixes | Antonio Juarez | 4 | -5/+64 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 11 | -0/+1249 | |