index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
namestore
/
plugin_namestore_postgres.c
Age
Commit message (
Expand
)
Author
2018-05-20
check return values from GNSRECORD_record_serialize/size always
Christian Grothoff
2018-05-02
comma missing
Christian Grothoff
2018-05-02
implement UPSERT instead of DELETE+INSERT to reduce number of DB transactions
Christian Grothoff
2018-05-01
more extensive namestore tests for the non-sqlite plugins, with bugfixes
Christian Grothoff
2018-04-30
big
Christian Grothoff
2018-04-30
eliminate use of OFFSET in namestore DB queries
Christian Grothoff
2018-04-25
extend namestore API to enable faster iterations by returning more than one r...
Christian Grothoff
2018-04-23
more incremental processing of zoneimporter
Christian Grothoff
2018-04-17
use namestore API for zone import instead of using plugin directly
Christian Grothoff
2018-04-15
add transactions to namestore plugin API
Christian Grothoff
2018-04-11
support async commit
Christian Grothoff
2018-04-11
need zone here, not sure how this worked before...
Christian Grothoff
2018-04-10
minor bugfixes
Christian Grothoff
2018-04-10
more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixes
Christian Grothoff
2017-06-23
fix misc namestore crashes from pq migration
Christian Grothoff
2017-06-23
namestore: postgres: fix iterating over zone
Daniel Golle
2017-06-11
rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatus
Christian Grothoff
2017-06-02
libgnunetpostgres no longer needed here
Christian Grothoff
2017-06-02
improve namestore postgres plugin to use libgnunetpq more
Christian Grothoff
2017-06-01
adding more good helpers to libgnunetpq
Christian Grothoff
2016-10-13
namestore: postgres: use IF NOT EXISTS to avoid error messages
Daniel Golle
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-02-06
make some more use of libgnunetpq
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2013-12-17
-fix #3220: typo in SQL
Christian Grothoff
2013-10-28
extended plugin api to support lookup function
Matthias Wachs
2013-10-16
-finishing split of namestore into namestore and namecache (#3065) -- in theo...
Christian Grothoff
2013-10-16
-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...
Christian Grothoff
2013-10-16
-rename fest for symbols moved from GNUNET_NAMESTORE_ to new GNUNET_GNSRECORD...
Christian Grothoff
2013-10-16
-moving code to new libgnunetgnsrecord in preparation for addressing #3052
Christian Grothoff
2013-10-10
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Christian Grothoff
2013-10-08
fixed #2987 -- at least the testcases now pass
Christian Grothoff
2013-10-08
towards implementing postgres backend for namestore (#2987)
Christian Grothoff
2013-10-08
-bump name to 97
Christian Grothoff
2013-10-06
-remove trailing whitespace
Christian Grothoff
2013-09-16
fix: fail to compile
Matthias Wachs
2013-09-13
splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...
Christian Grothoff
2013-08-22
ported postgres plugin to new API to get it to compile
Matthias Wachs
2013-08-11
changing time measurement from milliseconds to microseconds
Christian Grothoff
2013-08-06
moving to new, fixed-size encoding of public and private ECC keys everywhere,...
Christian Grothoff
2013-05-29
-switching GNS from RSA to ECC
Christian Grothoff
2012-09-28
-simplify
Christian Grothoff
2012-06-28
-more namestore service cleanup -- wip
Christian Grothoff
2012-06-25
trying to fix #2458, largely works
Christian Grothoff
2012-06-12
completed postgres plugin for namestore service
Christian Grothoff
2012-06-11
-first draft of postgres namestore plugin (#2157)
Christian Grothoff