aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
Commit message (Collapse)AuthorAge
* -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 ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -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 ↵Christian Grothoff2015-03-23
| | | | confusion
* 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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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 ↵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
|