Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-23 | removing unused "RF_PENDING" flag | Matthias Wachs | |
2014-09-13 | fixing parallel build, getting rid of useless _DEPENDENCIES declarations | Christian Grothoff | |
2014-07-07 | missing mapping for CERT | Matthias Wachs | |
2014-06-07 | -fix return value check | Christian Grothoff | |
2014-06-07 | handle SRV | Christian Grothoff | |
2014-06-07 | more tlsa fixes | Christian Grothoff | |
2014-06-06 | fix use of %c for ints | Christian Grothoff | |
2014-06-06 | -fixes for consistency | Christian Grothoff | |
2014-06-06 | -avoid 'hu', as it is unsigned short, not uint16_t | Christian Grothoff | |
2014-06-06 | -implement SRV serialization | Christian Grothoff | |
2014-06-06 | towards sanity in SRV handling | Christian Grothoff | |
2014-06-05 | permit 'ANY' for typename | Christian Grothoff | |
2014-03-10 | Rename name_map and plugins from gns so that they are unique in a total c-file | Florian Dold | |
2014-02-02 | Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵ | LRN | |
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT)) | |||
2014-01-30 | fix #3284: support lib/MULTIARCH/ paths in installation, use ↵ | Christian Grothoff | |
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check' | |||
2014-01-24 | fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029 | Sree Harsha Totakura | |
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#' | |||
2013-12-20 | fix relative time calculation | Matthias Wachs | |
2013-12-20 | -fix integer overflow on 'forever' | Christian Grothoff | |
2013-12-20 | -undo, rd[i].expiration time are in host-byte-order | Christian Grothoff | |
2013-12-20 | major bug: not converting NBO to HBO | Matthias Wachs | |
2013-12-19 | malloc -> new | LRN | |
2013-12-06 | -note missing features | Christian Grothoff | |
2013-12-06 | -adding CERT support to DNS plugin | Christian Grothoff | |
2013-11-28 | disabling for debug | Matthias Wachs | |
2013-11-05 | -handle PENDING | Christian Grothoff | |
2013-11-04 | block expiration | Matthias Wachs | |
2013-11-04 | implementation of shadow record functionality: | Matthias Wachs | |
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 | |||
2013-10-30 | -simplify utf8_tolower/upper APIs | Christian Grothoff | |
2013-10-18 | -fix leaks, add assertions | Christian Grothoff | |
2013-10-18 | -use fixed records | Christian Grothoff | |
2013-10-18 | -convert to absolute time instead of failing | Christian Grothoff | |
2013-10-18 | -fix testcase to not use expired records | Christian Grothoff | |
2013-10-18 | -remove expired records immediately after decryption | Christian Grothoff | |
2013-10-16 | -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵ | Christian Grothoff | |
that were moved | |||
2013-10-16 | -moving namestore_common functions to gnsrecord library | Christian Grothoff | |
2013-10-16 | -fix shutdown | Christian Grothoff | |
2013-10-16 | -use plugins, fixing #3052 | Christian Grothoff | |
2013-10-16 | -define gnsrecord plugin for DNS | Christian Grothoff | |
2013-10-16 | -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵ | Christian Grothoff | |
GNUNET_GNSRECORD_ library | |||
2013-10-16 | -moving code to new libgnunetgnsrecord in preparation for addressing #3052 | Christian Grothoff | |