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