aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
Commit message (Expand)AuthorAge
* -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
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new GNUNET_GNSRECORD...Christian Grothoff2013-10-16
* -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 namesto...Christian Grothoff2013-09-29
* Andrew Cann wrote:Christian Grothoff2013-09-28
* using DNS2GNS record type instead of recycling NS record type in GNS; fixing ...Christian Grothoff2013-09-27
* -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