aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_postgres.c
Commit message (Collapse)AuthorAge
* fix misc namestore crashes from pq migrationChristian Grothoff2017-06-23
|
* namestore: postgres: fix iterating over zoneDaniel Golle2017-06-23
| | | | Stop iterating on GNUNET_DB_STATUS_SUCCESS_NO_RESULTS.
* rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff2017-06-11
|
* libgnunetpostgres no longer needed hereChristian Grothoff2017-06-02
|
* improve namestore postgres plugin to use libgnunetpq moreChristian Grothoff2017-06-02
|
* adding more good helpers to libgnunetpqChristian Grothoff2017-06-01
|
* namestore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* make some more use of libgnunetpqChristian Grothoff2016-02-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix #3220: typo in SQLChristian Grothoff2013-12-17
|
* 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
|
* fixed #2987 -- at least the testcases now passChristian Grothoff2013-10-08
|
* towards implementing postgres backend for namestore (#2987)Christian Grothoff2013-10-08
|
* -bump name to 97Christian Grothoff2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* fix: fail to compileMatthias Wachs2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* ported postgres plugin to new API to get it to compileMatthias Wachs2013-08-22
| | | | | functionality was not adapted
* 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
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* -simplifyChristian Grothoff2012-09-28
|
* -more namestore service cleanup -- wipChristian Grothoff2012-06-28
|
* trying to fix #2458, largely worksChristian Grothoff2012-06-25
|
* completed postgres plugin for namestore serviceChristian Grothoff2012-06-12
|
* -first draft of postgres namestore plugin (#2157)Christian Grothoff2012-06-11