aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
Commit message (Expand)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
* removing unused "RF_PENDING" flagMatthias Wachs2014-09-23
* rename "name" to labelMatthias Wachs2014-07-10
* improving documentationMatthias Wachs2014-07-10
* -check return valueChristian Grothoff2014-06-17
* -presumably better fix for instantly resolving names in master zoneChristian Grothoff2014-03-04
* - fix ntohl called on uint16_tSree Harsha Totakura2013-12-20
* improved debug messageMatthias Wachs2013-11-28
* Fix incompatability with musl libc.David Barksdale2013-11-10
* -simplify utf8_tolower/upper APIsChristian Grothoff2013-10-30
* -simplify to use new namestore API to skip initial iteration, document now pa...Christian Grothoff2013-10-20
* -towards implementing #3051Christian Grothoff2013-10-20
* -dead code eliminationChristian Grothoff2013-10-20
* -use configuration option for reset of zone_publish_time_window, also frequen...Christian Grothoff2013-10-18
* -conversion to absolute time is now done in GNUNET_GNSRECORD_block_createChristian Grothoff2013-10-18
* -check for expiration and do not cache expired records; allow zone_publish_ti...Christian Grothoff2013-10-18
* -nicerChristian Grothoff2013-10-18
* -start each round with infty as the minimum interval, otherwise it would alwa...Christian Grothoff2013-10-18
* -minor cleanupChristian Grothoff2013-10-18
* -fixMartin Schanzenbach2013-10-17
* dht zone put interval should never be longer than minimim relative expiration...Martin Schanzenbach2013-10-17
* -fixesChristian Grothoff2013-10-17
* -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
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -eliminate dead optionChristian Grothoff2013-09-29
* -fix uint16/uint32 confusionChristian Grothoff2013-09-26
* -keep reading from client to support multiple GNS requests in parallelChristian Grothoff2013-09-24
* -cleaner shutdownChristian Grothoff2013-09-18
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* fix cleanup when request processing is doneChristian Grothoff2013-09-10
* -remember that DHT put was completeChristian Grothoff2013-09-10
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
* -this header is not used hereChristian Grothoff2013-08-22
* -move shorten logic to its own fileChristian Grothoff2013-08-22
* implement conversion to absolute TTLChristian Grothoff2013-08-21
* -dead headerChristian Grothoff2013-08-19
* -more work on GNS resolverChristian Grothoff2013-08-15
* -fix #2994Christian Grothoff2013-08-15
* -handle client disconnects in GNSChristian Grothoff2013-08-15
* -more work on new GNS implementationChristian Grothoff2013-08-13
* -documenting open issuesChristian Grothoff2013-08-13
* -more coding towards working new GNS serviceChristian Grothoff2013-08-13
* -simplifying GNS APIChristian Grothoff2013-08-13
* -getting rid of duplication of record type values / enum GNUNET_GNS_RecordTypeChristian Grothoff2013-08-13
* -working on new, simplified GNS APIChristian Grothoff2013-08-13
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11