aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
Commit message (Collapse)AuthorAge
* BUILD: Move gns/zonemaster to serviceMartin Schanzenbach2023-10-19
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -warnings; dns2gns fixesMartin Schanzenbach2022-10-12
|
* GNS: Move VPN to DNS2GNS. Fixes #7171Martin Schanzenbach2022-02-03
|
* -fix some coverity issues wrt gnsMartin Schanzenbach2021-03-26
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* -remove debug messageMartin Schanzenbach2020-06-21
|
* GNS: dns2gns now randomizes answers from GNS record setMartin Schanzenbach2020-06-21
|
* more warningsSchanzenbach, Martin2020-05-06
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* fix typoSchanzenbach, Martin2019-03-09
|
* bind to config option (default localhost) for GNSSchanzenbach, Martin2019-03-09
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* attempt #5375Schanzenbach, Martin2018-07-01
|
* 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
|
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
|
* migrate gnunet-dns2gns to new .gnu-less GNS APIChristian Grothoff2018-03-05
|
* handle error properly, do not just log but continue gracefully -- v6 alsoChristian Grothoff2018-01-06
|
* handle error properly, do not just log but continue gracefullyChristian Grothoff2018-01-06
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* porting gnunet-publish + others..Marcello Stanisci2017-03-16
|
* change default port to 53, use setcap to enable binding to low portChristian Grothoff2017-02-23
|
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
|
* change return value to use -1 on error, as 0 is a legal packet sizeChristian Grothoff2016-11-27
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* 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 -h stringChristian Grothoff2015-07-08
|
* -change default port, as 53 won't work without root anywayChristian Grothoff2015-07-07
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Fix the use of (GNUNET_)strdup and (GNUNET_)freeLRN2015-01-24
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* malloc -> newLRN2013-12-19
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* 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
|