aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
Commit message (Expand)AuthorAge
* - Fix build of ats transport plugin not linking against libgnunetntSchanzenbach, Martin2019-02-05
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* whitespaceChristian Grothoff2018-08-14
* disable namecache also for PUTs if DISABLE option is setChristian Grothoff2018-06-15
* complain if datacache returns expired valuesChristian Grothoff2018-06-12
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* add LEHO records to DNS record sets if we know them from GNS2DNSChristian Grothoff2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* add proximity considerations to datacacheChristian Grothoff2018-05-30
* stop DNS lookup immediately instead of async to avoid use-after free if we ge...Christian Grothoff2018-05-23
* fix bug where we might fail the resolution of the same DHT heap node twice du...Christian Grothoff2018-05-23
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
* guard more carefully against integer overflowsChristian Grothoff2018-05-20
* remove dead shorten logicChristian Grothoff2018-05-20
* do not crash on multiple CNAMEsChristian Grothoff2018-05-20
* get rid of plain memcpy callsChristian Grothoff2018-05-13
* truly use all DNS results for NS lookupChristian Grothoff2018-05-13
* add option to disable namecache, add velocity calculation and delay correctio...Christian Grothoff2018-04-29
* move to @ for empty label, fix empty-label resolution bug in GNS API, install...Christian Grothoff2018-04-23
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS resolution...Christian Grothoff2018-04-19
* note on missing feature: try all serversChristian Grothoff2018-04-18
* fix record type usedChristian Grothoff2018-04-17
* where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
* fix off-by-one in BOX type processingChristian Grothoff2018-03-08
* eliminate .gnu from GNSChristian Grothoff2018-03-03
* first preparations for GNS mapping arbitrary TLDsChristian Grothoff2018-02-25
* fix potential double freeChristian Grothoff2018-01-05
* avoid freeing uninit ptr on error pathChristian Grothoff2018-01-04
* add assertionChristian Grothoff2018-01-04
* fix memory leakChristian Grothoff2018-01-04
* 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