aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_shorten.c
Commit message (Collapse)AuthorAge
* -fix bad sizeofChristian Grothoff2013-11-28
|
* doxygenMatthias Wachs2013-11-15
|
* remove DHT lookup codeMatthias Wachs2013-11-14
| | | | | - do not shorten shorten zone
* improved debug outputMatthias Wachs2013-11-14
|
* use nick instead of PSEU lookupMatthias Wachs2013-11-13
|
* renaming PSEU to NICKMatthias Wachs2013-11-13
| | | | | gnunet-namestore can set nick name in namestore
* -do not set PENDING on shortenChristian Grothoff2013-11-05
|
* -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
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -PSEU data is not 0-terminated, thus, we need to add 0-terminator before ↵Christian Grothoff2013-09-30
| | | | using it
* -more loggingChristian Grothoff2013-09-29
|
* -more purpose.size 16/32-bit confusionsChristian Grothoff2013-09-24
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
|
* -move shorten logic to its own fileChristian Grothoff2013-08-22