aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
Commit message (Expand)AuthorAge
* -finishing split of namestore into namestore and namecache (#3065) -- in theo...Christian Grothoff2013-10-16
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...Christian Grothoff2013-10-16
* -correctly implement handling of '+' recordsChristian Grothoff2013-10-16
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new GNUNET_GNSRECORD...Christian Grothoff2013-10-16
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* fix more leaksMatthias Wachs2013-10-10
* fix resource leak and if0 unused functionMatthias Wachs2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -log if shortening is onChristian Grothoff2013-09-29
* -separate caching ops managment from request lifetimes, also separate namesto...Christian Grothoff2013-09-29
* Andrew Cann wrote:Christian Grothoff2013-09-28
* using DNS2GNS record type instead of recycling NS record type in GNS; fixing ...Christian Grothoff2013-09-27
* -just replacing if by switch, in preparation for future changesChristian Grothoff2013-09-27
* -fix name assembly for ns delegationMartin Schanzenbach2013-09-27
* -get rid of compiler warningChristian Grothoff2013-09-26
* -fix memrchrChristian Grothoff2013-09-26
* -more logging, minor code cleanupChristian Grothoff2013-09-26
* -activate tests, properly parse now properly serialized CNAMEsChristian Grothoff2013-09-25
* -fix cname lookupChristian Grothoff2013-09-25
* -fix PKEY delegation lookupChristian Grothoff2013-09-24
* -more purpose.size 16/32-bit confusionsChristian Grothoff2013-09-24
* -doxygen, styleChristian Grothoff2013-09-23
* -cleanerChristian Grothoff2013-09-23
* -fix gns not returning anything of valueMartin Schanzenbach2013-09-23
* remove 'nac' option from VPN, always return IP immediately, always build mesh...Christian Grothoff2013-09-22
* -logging, bugfixesChristian Grothoff2013-09-18
* -fix double cleanupChristian Grothoff2013-09-18
* misc bugfixesChristian Grothoff2013-09-18
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* -minor code cleanupChristian Grothoff2013-09-09
* -misc fixesChristian Grothoff2013-09-06
* -minor fixesChristian Grothoff2013-09-06
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
* -update comments as wellChristian Grothoff2013-09-05
* -more precise check when to go to DHT (SVN 3017)Christian Grothoff2013-09-05
* -link to bugreportChristian Grothoff2013-09-05
* -activate shortening logic (#3012)Christian Grothoff2013-09-05
* -updating gns status notesChristian Grothoff2013-08-24
* -implement .+ expansion in GNS record valuesChristian Grothoff2013-08-24
* -towards translating .+ names in GNS recordsChristian Grothoff2013-08-24
* -expose API for parsing individual DNS record typesChristian Grothoff2013-08-24
* -convert additional record typesChristian Grothoff2013-08-24
* -convert additional record typesChristian Grothoff2013-08-24
* -converting basic DNS records to GNSChristian Grothoff2013-08-22
* cannot link memrchr on OS XMatthias Wachs2013-08-22
* -expanding namestore API with pkey <-> zkey conversion functionsChristian Grothoff2013-08-22
* -move shorten logic to its own fileChristian Grothoff2013-08-22
* -towards .+ expansion, planning and documenting how and whereChristian Grothoff2013-08-21
* -handle CNAMES in GNSChristian Grothoff2013-08-20