error handling
[oweals/gnunet.git] / src / namestore / plugin_namestore_postgres.c
2020-01-24 Christian Grothoffmodify GNUNET_PQ_connect_with_cfg to enable flexible...
2019-10-31 Christian Grothofftighten formatting rules
2019-10-12 xrsMerge branch 'master' of ssh://git.gnunet.org/gnunet
2019-10-11 Christian Grothofflibgnunetpq API change to fix #5733
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-02-23 Christian Grothoffmerge
2019-02-13 Christian Grothoffclarifying namestore api (#5458), fixing code duplicati...
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-05-30 Christian GrothoffMerge branch 'master' of ssh://gnunet.org/gnunet
2018-05-20 Christian Grothoffcheck return values from GNSRECORD_record_serialize...
2018-05-02 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-01 Christian Grothoffcomma missing
2018-05-01 Christian Grothoffimplement UPSERT instead of DELETE+INSERT to reduce...
2018-05-01 Christian Grothoffmore extensive namestore tests for the non-sqlite plugi...
2018-05-01 Christian Grothoffmerge
2018-04-30 Christian Grothoffbig
2018-04-30 Christian Grothoffeliminate use of OFFSET in namestore DB queries
2018-04-25 Christian Grothoffextend namestore API to enable faster iterations by...
2018-04-23 Christian Grothoffmerge conflict resolution
2018-04-23 Christian Grothoffmore incremental processing of zoneimporter
2018-04-17 Christian Grothoffuse namestore API for zone import instead of using...
2018-04-15 Christian Grothoffadd transactions to namestore plugin API
2018-04-11 Christian Grothoffsupport async commit
2018-04-11 Christian Grothoffcomplete logic for incremental imports
2018-04-11 Christian Grothoffneed zone here, not sure how this worked before...
2018-04-10 Christian Grothoffminor bugfixes
2018-04-10 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-04-10 Christian Grothoffmore work on gnunet-zoneimport, some bugfix in flat...
2017-06-23 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-23 Christian Grothofffix misc namestore crashes from pq migration
2017-06-23 Daniel Gollenamestore: postgres: fix iterating over zone
2017-06-10 Christian Grothoffrename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatus
2017-06-02 Christian Grothofflibgnunetpostgres no longer needed here
2017-06-02 Christian Grothoffimprove namestore postgres plugin to use libgnunetpq...
2017-06-01 Christian Grothoffadding more good helpers to libgnunetpq
2016-10-13 Daniel Gollenamestore: postgres: use IF NOT EXISTS to avoid error...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-02-06 Christian Grothoffmake some more use of libgnunetpq
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2013-12-17 Christian Grothoff-fix #3220: typo in SQL
2013-10-28 Matthias Wachsextended plugin api to support lookup function
2013-10-16 Christian Grothoff-finishing split of namestore into namestore and nameca...
2013-10-16 Christian Grothoff-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_...
2013-10-16 Christian Grothoff-rename fest for symbols moved from GNUNET_NAMESTORE_...
2013-10-16 Christian Grothoff-moving code to new libgnunetgnsrecord in preparation...
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-08 Christian Grothofffixed #2987 -- at least the testcases now pass
2013-10-08 Christian Grothofftowards implementing postgres backend for namestore...
2013-10-08 Christian Grothoff-bump name to 97
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-16 Matthias Wachsfix: fail to compile
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-08-22 Matthias Wachsported postgres plugin to new API to get it to compile
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-05-29 Christian Grothoff-switching GNS from RSA to ECC
2012-09-28 Christian Grothoff-simplify
2012-06-28 Christian Grothoff-more namestore service cleanup -- wip
2012-06-25 Christian Grothofftrying to fix #2458, largely works
2012-06-12 Christian Grothoffcompleted postgres plugin for namestore service
2012-06-11 Christian Grothoff-first draft of postgres namestore plugin (#2157)