aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
Commit message (Collapse)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
|
* extend namestore API to enable faster iterations by returning more than one ↵Christian Grothoff2018-04-25
| | | | result at a time
* use namestore API for zone import instead of using plugin directlyChristian Grothoff2018-04-17
|
* add transactions to namestore plugin APIChristian Grothoff2018-04-15
|
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* avoid specifying useless DEFAULT valuesChristian Grothoff2018-03-08
|
* fix reverse lookup from namestoreSchanzenbach, Martin2018-01-12
|
* convert sqlite plugin to use libgnunetsqChristian Grothoff2017-03-13
|
* -nicer indentationChristian Grothoff2016-08-25
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -fixChristian Grothoff2015-09-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -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
|