summaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
Commit message (Collapse)AuthorAge
...
* -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
* RFC new gns publishingMatthias Wachs2013-07-24
|
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* -fix CNAME handling after GADS to DNS delegation, need to repack query packetChristian Grothoff2013-05-21
|
* -fix alignChristian Grothoff2012-12-04
|
* -more cleanup and input validation fixesChristian Grothoff2012-10-30
|
* -some gns code cleanup, still a messChristian Grothoff2012-10-30
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -undo Martin undoing my 0-termination checksChristian Grothoff2012-09-29
|
* Missing declarationsLRN2012-09-29
|
* -doxyMartin Schanzenbach2012-09-29
|
* -fixing leaks, warnings, adding missing 0-termination checks for IPC messagesChristian Grothoff2012-09-27
|
* -core reviewChristian Grothoff2012-09-20
|
* -short hash output funcMartin Schanzenbach2012-09-18
|
* -code review, breaking build a bitChristian Grothoff2012-09-18
|