aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* BUILD: Fix mysql detection issue #7356Martin 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.
* -fixMartin Schanzenbach2022-09-27
|
* BUILD: Improve documentation buildMartin Schanzenbach2022-09-27
|
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetMartin Schanzenbach2022-09-27
|\
| * Arch packages don't depend anymore on gnURLmadmurphy2022-09-26
| |
| * -add yearChristian Grothoff2022-09-26
| |
* | BUILD: Do not build whole documentation if manpages are also enabledMartin Schanzenbach2022-09-27
|/
* BUILD: Silence some -Wall warningsMartin Schanzenbach2022-09-26
|
* NAMESTORE: Fix API return valueMartin Schanzenbach2022-09-26
|
* updating Debian packageChristian Grothoff2022-09-26
|
* -changelog housekeeping; various build cleanupsv0.17.6Martin Schanzenbach2022-09-26
|
* BUILD: Wow, automake is sh*tMartin Schanzenbach2022-09-26
|
* -bump handbookMartin Schanzenbach2022-09-26
|
* -fix openbsd buildMartin Schanzenbach2022-09-25
|
* GANA: Bump versionMartin Schanzenbach2022-09-25
|
* -fixMartin Schanzenbach2022-09-25
|
* DOC: Conditionally build doxygen; build sphinx on bootstrapMartin Schanzenbach2022-09-25
|
* -fix distingChristian Grothoff2022-09-25
|
* -do not make installation of man pages conditional on sphinx being available ↵Christian Grothoff2022-09-25
| | | | at compile-time
* [gnunet-search] Fix `-s` and `-o` options not working togethermadmurphy2022-09-25
|
* -fix installation of gnunet.infoChristian Grothoff2022-09-24
|
* 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>
* -tabChristian Grothoff2022-09-15
|
* -split error cases for more precise loggingChristian Grothoff2022-09-14
|
* -fix make distMartin Schanzenbach2022-09-10
|
* -update contrib config filesMartin Schanzenbach2022-09-09
|
* -update submoduleMartin Schanzenbach2022-09-09
|
* DOC: UpdateMartin Schanzenbach2022-09-08
|
* REST: Implement basic authentication for per user service. Fixes #5669Martin Schanzenbach2022-09-08
|
* -coverityMartin Schanzenbach2022-09-08
|
* -fixMartin Schanzenbach2022-09-08
|
* -fixMartin Schanzenbach2022-09-08
|
* -simplify curl ssl detectionMartin Schanzenbach2022-09-08
|
* -fixMartin Schanzenbach2022-09-07
|
* -fixMartin Schanzenbach2022-09-07
|
* -programatically check GnuTLS support for curlMartin Schanzenbach2022-09-07
|