aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dnsstub.c
Commit message (Collapse)AuthorAge
* move dns ops again, 2nd tryChristian Grothoff2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* 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
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* truly use all DNS results for NS lookupChristian Grothoff2018-05-13
|
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* stop retrying after we succeedChristian Grothoff2018-04-18
|
* complete importerChristian Grothoff2018-04-06
|
* where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
|
* retry DNS queries, as DNS is UDP-based and hence unreliableChristian Grothoff2018-03-30
|
* fixes relating to intercepting DNS queries over IPv6Christian Grothoff2016-09-27
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* -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
* -doxygenChristian Grothoff2014-05-13
|
* Rename mesh->cadetBart Polot2014-05-07
|
* malloc -> newLRN2013-12-19
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* -misc bugfixesChristian Grothoff2012-10-18
|
* -add cancel APIChristian Grothoff2012-09-27
|
* doxyMartin Schanzenbach2012-09-06
|
* fix use uninitChristian Grothoff2012-09-06
|
* -bugfixesChristian Grothoff2012-09-03
|
* -doxygenMartin Schanzenbach2012-08-22
|
* -bugfix dnsstub, add dns support to gns gatewayMartin Schanzenbach2012-08-21
|
* refactoring dns service to take stub code into separate library for use in ↵Christian Grothoff2012-08-21
gns2dns proxy