aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
Commit message (Collapse)AuthorAge
* -fix return value checkChristian Grothoff2014-06-07
|
* handle SRVChristian Grothoff2014-06-07
|
* more tlsa fixesChristian Grothoff2014-06-07
|
* fix use of %c for intsChristian Grothoff2014-06-06
|
* -fixes for consistencyChristian Grothoff2014-06-06
|
* -avoid 'hu', as it is unsigned short, not uint16_tChristian Grothoff2014-06-06
|
* -implement SRV serializationChristian Grothoff2014-06-06
|
* towards sanity in SRV handlingChristian Grothoff2014-06-06
|
* permit 'ANY' for typenameChristian Grothoff2014-06-05
|
* Rename name_map and plugins from gns so that they are unique in a total c-fileFlorian Dold2014-03-10
|
* 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&#'
* fix relative time calculationMatthias Wachs2013-12-20
|
* -fix integer overflow on 'forever'Christian Grothoff2013-12-20
|
* -undo, rd[i].expiration time are in host-byte-orderChristian Grothoff2013-12-20
|
* major bug: not converting NBO to HBOMatthias Wachs2013-12-20
|
* malloc -> newLRN2013-12-19
|
* -note missing featuresChristian Grothoff2013-12-06
|
* -adding CERT support to DNS pluginChristian Grothoff2013-12-06
|
* disabling for debugMatthias Wachs2013-11-28
|
* -handle PENDINGChristian Grothoff2013-11-05
|
* block expirationMatthias Wachs2013-11-04
|
* implementation of shadow record functionality:Matthias Wachs2013-11-04
| | | | | | | | | | | on decrypt iterate over included records - if a shadow record is found, check if: -- a non expired, non-shadow record for this record type exists: if yes: filter shadow record -- shadow record is expired if not: - remove shadow flag and include record
* -simplify utf8_tolower/upper APIsChristian Grothoff2013-10-30
|
* -fix leaks, add assertionsChristian Grothoff2013-10-18
|
* -use fixed recordsChristian Grothoff2013-10-18
|
* -convert to absolute time instead of failingChristian Grothoff2013-10-18
|
* -fix testcase to not use expired recordsChristian Grothoff2013-10-18
|
* -remove expired records immediately after decryptionChristian Grothoff2013-10-18
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -moving namestore_common functions to gnsrecord libraryChristian Grothoff2013-10-16
|
* -fix shutdownChristian Grothoff2013-10-16
|
* -use plugins, fixing #3052Christian Grothoff2013-10-16
|
* -define gnsrecord plugin for DNSChristian Grothoff2013-10-16
|
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16