aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
Commit message (Expand)AuthorAge
* remove dead code and dead linker dependenciesChristian Grothoff2017-02-22
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -fix misc issuesChristian Grothoff2016-07-06
* refactoring gns_api to use MQ APIChristian Grothoff2016-06-25
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -fix #3870Christian Grothoff2015-06-29
* -increase timeouts, some system really need longerChristian Grothoff2015-05-21
* fix segv if additional records are more than authority records due to field c...Christian Grothoff2015-03-23
* return GNS2DNS records if explicitly requestedChristian Grothoff2015-03-23
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -do not log 0-byte callbackChristian Grothoff2014-10-20
* 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 reason...Christian Grothoff2014-02-16
* 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
* -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
* 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 endin...Christian Grothoff2013-11-06
* -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 zone_publish_ti...Christian Grothoff2013-10-18
* -finishing split of namestore into namestore and namecache (#3065) -- in theo...Christian Grothoff2013-10-16
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...Christian Grothoff2013-10-16
* -correctly implement handling of '+' recordsChristian Grothoff2013-10-16