aboutsummaryrefslogtreecommitdiff
path: root/src/gns
Commit message (Collapse)AuthorAge
* BUILD: Move gns/zonemaster to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move vpn to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move revocation to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move namestore to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move namecache to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move regex/dns to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* BUILD: Move identity/rest components to service/rest-pluginMartin Schanzenbach2023-10-18
|
* BUILD: Move json to libMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* -ftbfsMartin Schanzenbach2023-10-17
|
* meson: add gns tests; readd gns tests to automakeMartin Schanzenbach2023-10-16
|
* Merge branch 'master' into l20integrationt3sserakt2023-10-03
|\
| * BUILD: fix versions and installation pathsMartin Schanzenbach2023-09-29
| |
| * BUILD: add tlds to gitMartin Schanzenbach2023-09-29
| |
| * BUILD: Meson add more file targetsMartin Schanzenbach2023-09-28
| |
| * -ftbfsMartin Schanzenbach2023-09-27
| |
| * BUILD: Meson add nssMartin Schanzenbach2023-09-27
| |
| * BUILD: Meson add testbed option (dysfunct)Martin Schanzenbach2023-09-27
| |
| * BUILD: Meson install even more filesMartin Schanzenbach2023-09-27
| |
| * BUILD: Meson install more filesMartin Schanzenbach2023-09-27
| |
| * BUILD: meson use correct soversion and versionMartin Schanzenbach2023-09-24
| |
| * BUILD: meson install headersMartin Schanzenbach2023-09-24
| |
| * BUILD: More pkg-config and soversionsMartin Schanzenbach2023-09-23
| |
| * BUILD: Silence int/enum mismatch compiler warnings and curl deprecated definesMartin Schanzenbach2023-09-23
| |
| * BUILD: meson configuration filesMartin Schanzenbach2023-09-21
| |
| * BUILD: more meson detectionMartin Schanzenbach2023-09-21
| |
| * BUILD: More meson conversionsMartin Schanzenbach2023-09-21
| |
| * BUILD: Towards libgnunet buildMartin Schanzenbach2023-09-21
| |
| * BUILD: Add more subsystems to meson buildMartin Schanzenbach2023-09-20
| |
* | NEWS: The old hello design replaced by the new hello design.t3sserakt2023-08-24
| |
* | TNG: Deactivated all tests which rely on the old transport api.t3sserakt2023-06-29
|/
* -GNS: use proper config file name in test_proxy.sh.ulfvonbelow2023-02-06
| | | | Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* GNS: Add a BCD service configuration for ARM as it now lives under libexec.Martin Schanzenbach2023-01-05
|
* BUILD: Properly set installation directories for gnunet-suidfix and gnunet-bcdMartin Schanzenbach2023-01-05
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Move gnunet_config.h to gnunet_private_config.h and add new, ↵Martin Schanzenbach2022-12-04
| | | | partially generated gnunet_config.h
* -fix GNS APIMartin Schanzenbach2022-10-29
|
* IDENTITYMartin Schanzenbach2022-10-29
| | | | | | | This commit is a major rework of the unclean GNUNET_IDENTITY_*Key structures and its use in serialized objects (e.g. RPC messages). The structures are now no longer to be used directly but instead through their serialization helper functions whenever needed.
* - address coverity findings !coverityMartin Schanzenbach2022-10-25
|
* -do not execute GNS proxy test with curl-opensslMartin Schanzenbach2022-10-21
|
* -fix notification processing zonemaster; give zonemaster some time in GNS ↵Martin Schanzenbach2022-10-21
| | | | tests; fix GNS tests for new gnunet.org IP
* -fix gns tests with slower(?) zonemasterMartin Schanzenbach2022-10-21
|
* GNS: Make string formats more comaptible with DNS zonefilesMartin Schanzenbach2022-10-19
|
* Merge branch 'dev/willow/gnunet_temp_sh_py'Martin Schanzenbach2022-10-18
|\
| * -Removed references to explicit /tmp in test scripts and configurations in ↵Willow Liquorice2022-10-03
| | | | | | | | DHT, GNS, STATISTICS, and TRANSPORT subsystems.
* | -fix conflictMartin Schanzenbach2022-10-18
|\ \
| * | -DOC: Documentation cleanup pass through GNS subsystemWillow Liquorice2022-10-03
| |/