aboutsummaryrefslogtreecommitdiff
path: root/src/dns
Commit message (Collapse)AuthorAge
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert dns api to MQChristian Grothoff2016-06-25
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* dns: add support for skipping the routing setupDaniel Golle2016-04-18
|
* 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
|
* -properly say if test was skippedChristian Grothoff2015-11-03
|
* DESTDIR fix in Makefiles needed by distro packagersCarlo von lynX2015-09-30
|
* applying patch from #3950 by jahChristian Grothoff2015-08-25
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* dos2unixDavid Barksdale2015-06-21
|
* also set permissions correctly if user 'gnunet' does not existChristian Grothoff2015-05-28
|
* -spaceChristian Grothoff2015-05-26
|
* -doxygen, indentChristian Grothoff2015-05-26
|
* -start DNS service to do external evals even if we have no hijackerChristian Grothoff2015-03-23
|
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -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
* -assign port for DNSChristian Grothoff2014-12-20
|
* -fixing peerinfo part of #3559Christian Grothoff2014-12-14
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -testcase and bugfix for hexcoderChristian Grothoff2014-06-07
|
* draft hex2bin, bin2hexChristian Grothoff2014-06-07
|
* more tlsa fixesChristian Grothoff2014-06-07
|
* towards sanity in SRV handlingChristian Grothoff2014-06-06
|
* -doxygenChristian Grothoff2014-05-13
|
* Rename mesh->cadetBart Polot2014-05-07
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* malloc -> newLRN2013-12-19
|
* -adding CERT record support to dnsparserChristian Grothoff2013-12-06
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -improve loggingChristian Grothoff2013-10-20
|
* -fix leaksChristian Grothoff2013-10-18
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix warningChristian Grothoff2013-10-04
|
* -fixing build issues in pt/exit/vpn related to #3047Christian Grothoff2013-09-30
|
* Andrew Cann wrote:Christian Grothoff2013-09-28
| | | | | | | | | This patch changes the name of a couple of variables that had c++-incompatible names and adds a header file to gnunet_network_lib.h https://canndrew.org/misc/change_cpp_incompatible_variable_names.diff
* -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
* -better error logging, return correct offset when parsing mxChristian Grothoff2013-09-25
|
* changing DNS block plugin to represent DNS exit services instead of hidden ↵Christian Grothoff2013-09-21
| | | | services