aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
Commit message (Collapse)AuthorAge
...
* towards sanity in SRV handlingChristian Grothoff2014-06-06
|
* -preliminary support for BOX recordsChristian Grothoff2014-06-06
|
* properly reset name resolution pos for CNAME handlingChristian Grothoff2014-06-05
|
* add logic to handle SRV/DANE names (#3003 and 2526) in GNS resolverChristian Grothoff2014-05-13
|
* -presumably better fix for instantly resolving names in master zoneChristian Grothoff2014-03-04
|
* if we found any non-expired block in the namecache, that is sufficient ↵Christian Grothoff2014-02-16
| | | | reason to not go to the DHT -- and essentially quickly return NXDOMAIN (#3325)
* if records from namecache do not match desired record type, go look in the DHTChristian Grothoff2013-12-20
|
* - fix bad logSree Harsha Totakura2013-12-20
|
* -fix DHT lookup (thanks, Sree)Christian Grothoff2013-12-20
|
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -fix VPN resolution to A/AAAA recordsChristian Grothoff2013-12-20
|
* add cfg option to disable cachingMatthias Wachs2013-12-04
|
* rename to match functionalityMatthias Wachs2013-12-04
|
* debug messageMatthias Wachs2013-11-28
|
* debugging Matthias Wachs2013-11-28
|
* adding messageMatthias Wachs2013-11-28
|
* rename namestore to namecacheMatthias Wachs2013-11-22
|
* minor fix in check ... test test_gns_nick_shorten now passesMatthias Wachs2013-11-21
|
* remove debug outputMatthias Wachs2013-11-21
|
* - renaming namestore references to namecacheMatthias Wachs2013-11-20
| | | | | - implementing nick record based shortening in resolver
* one shorten call to analyzeMatthias Wachs2013-11-13
|
* use nick instead of PSEU lookupMatthias Wachs2013-11-13
|
* -fix crash on GNS2DNS resolver completion, and properly translate names ↵Christian Grothoff2013-11-06
| | | | ending in .+, fixes #3093
* -improve testcase to actually test #3093Christian Grothoff2013-11-06
|
* -fixing zkey resolutionChristian Grothoff2013-11-05
|
* -fix GNS2DNS resolution, make SOA test passChristian Grothoff2013-10-20
|
* -fix testcaseChristian Grothoff2013-10-20
|
* -trying to implement revocationChristian Grothoff2013-10-20
|
* -dead code eliminationChristian Grothoff2013-10-20
|
* -check return valueChristian Grothoff2013-10-20
|
* -fix leaksChristian Grothoff2013-10-18
|
* -check for expiration and do not cache expired records; allow ↵Christian Grothoff2013-10-18
| | | | zone_publish_time_window to go back up, so reset it on new iterations
* -finishing split of namestore into namestore and namecache (#3065) -- in ↵Christian Grothoff2013-10-16
| | | | theory; in practice, somehow something broke badly, so the tests are now failing
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -correctly implement handling of '+' recordsChristian Grothoff2013-10-16
|
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* fix more leaksMatthias Wachs2013-10-10
|
* fix resource leak and if0 unused functionMatthias Wachs2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -log if shortening is onChristian Grothoff2013-09-29
|
* -separate caching ops managment from request lifetimes, also separate ↵Christian Grothoff2013-09-29
| | | | namestore handle, caused bugs
* Andrew Cann wrote:Christian Grothoff2013-09-28
| | | | | | | | | This patch changes the name of a couple of variables that had c++-incompatible names and adds a header file to gnunet_network_lib.h https://canndrew.org/misc/change_cpp_incompatible_variable_names.diff
* using DNS2GNS record type instead of recycling NS record type in GNS; fixing ↵Christian Grothoff2013-09-27
| | | | testcase by properly converting DNS records back to GNS blocks
* -just replacing if by switch, in preparation for future changesChristian Grothoff2013-09-27
|
* -fix name assembly for ns delegationMartin Schanzenbach2013-09-27
|
* -get rid of compiler warningChristian Grothoff2013-09-26
|
* -fix memrchrChristian Grothoff2013-09-26
|
* -more logging, minor code cleanupChristian Grothoff2013-09-26
|