aboutsummaryrefslogtreecommitdiff
path: root/src/dns
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-16ign zonewalkChristian Grothoff
2018-05-13add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff
2018-05-13get rid of plain memcpy callsChristian Grothoff
2018-05-13truly use all DNS results for NS lookupChristian Grothoff
2018-05-13rename gnunet-zoneimport to gnunet-zonewalk to avoid sharing the nameChristian Grothoff
2018-04-19support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff
resolution for now)
2018-04-18stop retrying after we succeedChristian Grothoff
2018-04-10some code cleanupChristian Grothoff
2018-04-10more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff
2018-04-06do work on more record typesChristian Grothoff
2018-04-06log unsupported rec typesChristian Grothoff
2018-04-06complete importerChristian Grothoff
2018-04-06starting tool for zone import (very incomplete)Christian Grothoff
2018-04-05where applicable, check DNS ID in responses before processing furtherChristian Grothoff
2018-03-30retry DNS queries, as DNS is UDP-based and hence unreliableChristian Grothoff
2018-01-04avoid freeing uninit ptr on error pathChristian Grothoff
2017-10-06fix leakChristian Grothoff
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-03-17Merge branch 'master' into getoptChristian Grothoff
2017-03-16removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff
plugins (which will be updated 'later')
2017-03-15porting.Marcello Stanisci
2017-03-10fix link errorChristian Grothoff
2017-02-26add validation for inner consensus elementFlorian Dold
The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
2017-02-26ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff
2017-02-20completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff
2017-02-20first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff
2017-02-02find /bin/ippsyc://loupsycedyglgamf.onion/~lynX
2017-02-01use NULL as flag for evaluation of query, ensure we pass non-NULL for ↵Christian Grothoff
reply_block to evaluate reply even if reply is zero bytes long
2017-01-27unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff
badly
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2017-01-08exclude more testsChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-10-09skip test if link-local IPv6 DNS server is usedChristian Grothoff
2016-10-09do not try to intercept link local DNS traffic, as we cannot properly ↵Christian Grothoff
re-inject it intot the kernel's IP stack
2016-09-30porting DNS to new service APIChristian Grothoff
2016-09-27fixes relating to intercepting DNS queries over IPv6Christian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
This change lets us compile with clang again.
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-06-25convert dns api to MQChristian Grothoff
2016-05-06fixing compiler warningsChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-18dns: add support for skipping the routing setupDaniel Golle
2016-04-09small API change: do no longer pass rarely needed ↵Christian Grothoff
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()
2016-01-19-fix (C) noticesChristian Grothoff
2015-11-03-properly say if test was skippedChristian Grothoff
2015-09-30DESTDIR fix in Makefiles needed by distro packagersCarlo von lynX