aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
Commit message (Collapse)AuthorAge
* -remve legacy optionChristian Grothoff2014-09-05
|
* extended plugin api to support lookup functionMatthias Wachs2013-10-28
| | | | | | | | added new index to both plugins implemented lookup functionality in both plugins namestore uses lookup function
* -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
|
* -bump name to 97Christian Grothoff2013-10-08
|
* fixing #2992: do not use hash of pkey and then match against pkey, that will ↵Christian Grothoff2013-10-08
| | | | not work...
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -reset statementChristian Grothoff2013-10-03
|
* -address #3050, refresh encrypted blocks from plaintext blocks during ↵Christian Grothoff2013-10-02
| | | | iteration, compute block expiration time correctly
* -delete does not work in the strong sense due to caching of the encrypted ↵Christian Grothoff2013-10-02
| | | | blocks, adjusting tests to reflect this
* -fix expiration time, sqlite can only do 63-bit integers, as they are always ↵Christian Grothoff2013-09-30
| | | | signed
* -more loggingChristian Grothoff2013-09-30
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* - iterator NULL checkMatthias Wachs2013-09-11
| | | | | - do no empty name if it did not exist before
* -set zone on iteration over all zones as wellChristian Grothoff2013-09-10
|
* -finalize iterate_all_zones as wellChristian Grothoff2013-09-10
|
* -implement iteration over all zones (#3016)Christian Grothoff2013-09-05
|
* -allow passing NULL for zone to iterate over all of our zonesChristian Grothoff2013-09-05
|
* -dceChristian Grothoff2013-08-13
|
* -namestore service builds againChristian Grothoff2013-08-13
|
* -towards namestore support for the new privacy-preserving GNS queriesChristian Grothoff2013-08-12
|
* 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
* -towards implementing monitor functions in serviceChristian Grothoff2013-07-09
|
* -towards implementing improved namestore APIChristian Grothoff2013-06-30
|
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* Fix ENABLE_NLS usageLRN2012-10-30
| | | | | | | | ENABLE_NLS is for gettext only, it's not an indicator of nl_langinfo availability. Use unistring instead of nl_langinfo, since unistring is always there. GNUnet supports UTF-8 now (or should support), so most conversions are unnecessary anyway.
* -simplifyChristian Grothoff2012-09-28
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -core reviewChristian Grothoff2012-09-20
|
* -more namestore service cleanup -- wipChristian Grothoff2012-06-28
|
* -first draft of postgres namestore plugin (#2157)Christian Grothoff2012-06-11
|
* - test use new zonekey filesMatthias Wachs2012-03-19
|
* - usage of short hashesMatthias Wachs2012-03-19
|
* -removing duplicate codeChristian Grothoff2012-03-17
|
* - step 1) compiles againMatthias Wachs2012-03-06
|
* -fixChristian Grothoff2012-03-06
|
* - reverting the change: we need the hash code to do the dht lookupMatthias Wachs2012-03-06
|
* - segfaultMatthias Wachs2012-03-06
|
* -PKEY is key no hashMartin Schanzenbach2012-03-05
|
* -more renamingChristian Grothoff2012-03-05
|
* -implementing zone_to_nameChristian Grothoff2012-03-05
|
* -use new serialization/deserialization APIChristian Grothoff2012-03-01
|
* nametore api changeMatthias Wachs2012-02-29
|
* - put recordMatthias Wachs2012-02-27
|
* -fixing bugs and testcase, plugin now works for updated API againChristian Grothoff2012-02-23
|
* -finishing 1st pass on new pluginChristian Grothoff2012-02-23
|