aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
Commit message (Collapse)AuthorAge
* 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
|
* 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
* -towards a compiling gns proxyChristian Grothoff2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -fix clenaupChristian Grothoff2013-09-05
|
* -integrate identity service with dns2gns (#3010)Christian Grothoff2013-09-05
|
* -converting basic DNS records to GNSChristian Grothoff2013-08-22
|
* document places where SHADOW records likely need to be handledChristian Grothoff2013-08-21
|
* -fixing #2985Christian Grothoff2013-08-15
|
* -gads to gnuChristian Grothoff2013-08-15
|
* -eliminating duplicate struct definitionsChristian Grothoff2013-08-15
|
* -mark one location of #2985Christian Grothoff2013-08-13
|
* -adapting gnunet-dns2gns to new APIChristian Grothoff2013-08-13
|
* -getting rid of duplication of record type values / enum GNUNET_GNS_RecordTypeChristian Grothoff2013-08-13
|
* 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.