aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Collapse)AuthorAge
* -fix test; modify NAMESTORE JSON booleans, Fixes #7398Martin Schanzenbach2022-10-21
|
* -fix warningsMartin Schanzenbach2022-10-21
|
* - fix sqlite free issue; allow to autotedect or provide corectly in zonefileMartin Schanzenbach2022-10-20
|
* -zonefile import: support switching origins and automatically create ↵Martin Schanzenbach2022-10-20
| | | | identities for origins
* -cleanup and make zonefile parsing more robustMartin Schanzenbach2022-10-20
|
* - fix record publishing; allow multilineMartin Schanzenbach2022-10-20
|
* -more linker issuesChristian Grothoff2022-10-19
|
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetMartin Schanzenbach2022-10-20
|\
| * -fix linker issueChristian Grothoff2022-10-19
| |
* | -fix tests; add zonefile testMartin Schanzenbach2022-10-20
|/
* GNS: Make string formats more comaptible with DNS zonefilesMartin Schanzenbach2022-10-19
|
* -comments; gitignoreMartin Schanzenbach2022-10-19
|
* NAMESTORE: Start parser for DNS zonefilesMartin Schanzenbach2022-10-19
|
* -fix deletion of tombstone recordsMartin Schanzenbach2022-10-19
|
* NAMESTORE: Add records_lookup2 API for filtering and update REST API with ↵Martin Schanzenbach2022-10-19
| | | | filter functionality
* NAMESTORE: Do not return orphaned zones to clients. Issue #7201Martin Schanzenbach2022-10-19
|
* -fix conflictMartin Schanzenbach2022-10-18
|\
| * -DOC: Documentation cleanup pass through NAMESTORE subsystemWillow Liquorice2022-10-03
| |
| * -DOC: Minor fixes to doc comments (mostly correcting typos) to resolve ↵Willow Liquorice2022-10-03
| | | | | | | | 'unknown command' warnings
* | -remove unnecessary and badly used extra argument in postgres statement ↵Christian Grothoff2022-10-12
| | | | | | | | preparation
* | -warnings; dns2gns fixesMartin Schanzenbach2022-10-12
| |
* | -cleanup various warningsMartin Schanzenbach2022-10-11
| |
* | NAMESTORE: Bulk insert API now properly handles message length restrictionMartin Schanzenbach2022-10-06
| |
* | -transactional bulk importMartin Schanzenbach2022-10-06
| |
* | -update rest plugin; still does not support transactional APIMartin Schanzenbach2022-10-06
| |
* | -fix testMartin Schanzenbach2022-10-04
| |
* | NAMESTORE: Massaging new bulk APIMartin Schanzenbach2022-10-04
| |
* | -actually test the namestoreMartin Schanzenbach2022-10-04
| |
* | -theses are also not namestore tests, but GNS testsMartin Schanzenbach2022-10-04
| |
* | -theses are not namestore tests, but GNS testsMartin Schanzenbach2022-10-04
| |
* | -fix test timeoutMartin Schanzenbach2022-10-04
| |
* | NAMESTORE: Move Namecache block refresh into zonemonitorMartin Schanzenbach2022-10-04
| |
* | -gitignoreMartin Schanzenbach2022-10-04
| |
* | NAMESTORE: Improve tests; fix reset/init bugMartin Schanzenbach2022-10-04
| |
* | NAMESTORE: Add performance tests for bulk import/txMartin Schanzenbach2022-10-03
| |
* | NAMESTORE: Make bulk and transactional API consistent with monitoringMartin Schanzenbach2022-10-03
| |
* | NAMESTORE: Roll back on client disconnectMartin Schanzenbach2022-10-03
| |
* | NAMESTORE: Bulk store API and fix for delayed store activitiesMartin Schanzenbach2022-10-03
|/ | | | | | | | | New API: GNUNET_NAMESTORE_records_store2 which allows the caller to pass an array of records in order to facilitate bulk import of zone data. Further, the transactional API requires that monitors and namecache updates are delayed until transactions are actually commited.
* - coverity fixesMartin Schanzenbach2022-10-01
|
* -fixMartin Schanzenbach2022-09-30
|
* NAMESTORE: Add postgres functions for DB setup utilityMartin Schanzenbach2022-09-30
|
* NAMESTORE: Add DB setup utility with SQlite support; PQ brokenMartin Schanzenbach2022-09-30
|
* NAMESTORE: Allow service-side record set filtering. Fixes #7193Martin Schanzenbach2022-09-28
| | | | | | | This commit enables zone iteration APIs which allow you to set a record set filter to determine which records should be returned or not. In particular filtering of private records and maintenance records (TOMBSTONE) for zonemaster.
* BUILD: Silence some -Wall warningsMartin Schanzenbach2022-09-26
|
* NAMESTORE: Fix API return valueMartin Schanzenbach2022-09-26
|
* -changelog housekeeping; various build cleanupsv0.17.6Martin Schanzenbach2022-09-26
|
* NAMESTORE: Fix error handling for lookupsMartin Schanzenbach2022-09-24
| | | | | The error was wrongly interpreted as GNUNET_NO is not an error in this particular case.
* NAMESTORE: Towards proper transactional locksMartin Schanzenbach2022-09-23
|
* NAMESTORE: Add select ... for update / edit records APIsMartin Schanzenbach2022-09-23
|
* NAMESTORE: Add tx API for postgresMartin Schanzenbach2022-09-23
|