aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* - remove dead branch ecdsa; check return valueMartin Schanzenbach2022-10-01
|
* - remove dead branchMartin Schanzenbach2022-10-01
|
* - various return value assertionsMartin Schanzenbach2022-10-01
|
* - 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
|
* UTIL: gnunet-config can now print experimental status. Issue #5708Martin Schanzenbach2022-09-29
|
* 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
|
* [gnunet-search] Fix `-s` and `-o` options not working togethermadmurphy2022-09-25
|
* 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
|
* Merge branch 'dev/schanzen/namestore_transactions'Martin Schanzenbach2022-09-23
|\
| * NAMESTORE: Add tx API for postgresMartin Schanzenbach2022-09-23
| |
| * NAMESTORE: Remove head based databaseMartin Schanzenbach2022-09-23
| | | | | | | | | | | | The "flat" file (heap based) storage is not compatible with a transactional API. A new file-based storage has to be written if required in the future.
| * NAMESTORE: Add begin, commit and rollback API messagesMartin Schanzenbach2022-09-23
| | | | | | | | | | Namestore service can now handle begin commit and rollback. A test for rollback exists and works for sqlite.
| * NAMESTORE: Use a per client database connectionMartin Schanzenbach2022-09-23
| | | | | | | | | | | | Each connecting namestore client will now get a new database connection through any of the plugins. This will allow us to properly use locking in databases where available.
| * NAMESTORE: Fix existing monitoring test race conditionMartin Schanzenbach2022-09-23
| | | | | | | | | | The monitoring was started too late at which point the monitor messages may have already been sent and will never arrive
| * NAMESTORE: Remove unneeded functions and renames.Martin Schanzenbach2022-09-22
| |
| * NAMESTORE: Start transactional APIMartin Schanzenbach2022-09-22
| |
* | -fix: FS needs to be run as user serviceTheJackiMonster2022-09-22
|/ | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* UTIL: Remove outdated test. Fixes #7361Martin Schanzenbach2022-09-22
|
* -fix fs index_start_failedTheJackiMonster2022-09-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -split error cases for more precise loggingChristian Grothoff2022-09-14
|
* REST: Implement basic authentication for per user service. Fixes #5669Martin Schanzenbach2022-09-08
|
* -coverityMartin Schanzenbach2022-09-08
|
* -simplify curl ssl detectionMartin Schanzenbach2022-09-08
|
* BUILD: Remove gnurl. Improve curl-gnutls detectionMartin Schanzenbach2022-09-06
|
* GNS: Update deprecated cURL constantMartin Schanzenbach2022-09-02
|
* -fix memory corruptionMartin Schanzenbach2022-09-01
|
* -nullptrMartin Schanzenbach2022-09-01
|
* -coverityMartin Schanzenbach2022-09-01
|
* -fix coverity; remove unnecessary APIMartin Schanzenbach2022-09-01
|
* -actually change method nameMartin Schanzenbach2022-08-31
|
* -fixMartin Schanzenbach2022-08-31
|
* DID: change method nameMartin Schanzenbach2022-08-31
|
* -fixup mergeMartin Schanzenbach2022-08-31
|\
| * - added gitignoresTristan Schwieren2022-08-11
| |
| * - DID lib; simplify closureTristan Schwieren2022-07-08
| |
| * - DID lib; formattingTristan Schwieren2022-07-08
| |
| * - DID lib; renamed vars and moved a freeTristan Schwieren2022-07-08
| |
| * -m DID lib; added check for existing DID documentTristan Schwieren2022-07-08
| |
| * - didlib; use expire valueTristan Schwieren2022-07-06
| |
| * - remove static variable from did_coreTristan Schwieren2022-07-01
| |
| * - refactored DID createTristan Schwieren2022-07-01
| |
| * - non working DID lib create funcTristan Schwieren2022-06-29
| |