aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
Commit message (Collapse)AuthorAge
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* 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 ↵Christian Grothoff2013-10-20
| | | | passing quickupdate test better
* -towards implementing #3051Christian Grothoff2013-10-20
|
* -dead code eliminationChristian Grothoff2013-10-20
|
* -use configuration option for reset of zone_publish_time_window, also ↵Christian Grothoff2013-10-18
| | | | frequency should be often enough to put every record 4x within its expiration window
* -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 ↵Christian Grothoff2013-10-18
| | | | zone_publish_time_window to go back up, so reset it on new iterations
* -nicerChristian Grothoff2013-10-18
|
* -start each round with infty as the minimum interval, otherwise it would ↵Christian Grothoff2013-10-18
| | | | always be zero
* -minor cleanupChristian Grothoff2013-10-18
|
* -fixMartin Schanzenbach2013-10-17
|
* dht zone put interval should never be longer than minimim relative ↵Martin Schanzenbach2013-10-17
| | | | expiration time of a record
* -fixesChristian Grothoff2013-10-17
|
* -finishing split of namestore into namestore and namecache (#3065) -- in ↵Christian Grothoff2013-10-16
| | | | theory; in practice, somehow something broke badly, so the tests are now failing
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* 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 ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* 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
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations