aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * -fix typosChristian Grothoff2021-09-18
| |
| * -fix typosChristian Grothoff2021-09-18
| |
| * Merge branch 'dev/vanni/build-info' into 'master'Alessio Vanni2021-09-17
| |\
| | * -set return value following the current APIAlessio Vanni2021-09-07
| | |
| | * -indentationAlessio Vanni2021-09-07
| | |
| | * -Merge branch 'master' into dev/vanni/build-infoAlessio Vanni2021-09-07
| | |\
| | * | gnunet.m4: add flag to disable debug messagesAlessio Vanni2021-08-31
| | | |
| | * | Autoconf macro to detect GNUnet installationsAlessio Vanni2021-08-03
| | | |
| | * | - Do not hardcode values in gnunet-configAlessio Vanni2021-07-25
| | | |
| | * | gnunet-config manpage: Document the new flagsAlessio Vanni2021-07-24
| | | |
| | * | 5708: allow gnunet-config to output build config informationsAlessio Vanni2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this commit, `gnunet-config' is now able to print some informations about how GNUnet was built through some additional flags (here `--cflags', `--libs' and `--prefix'.) These flags allow `gnunet-config' to behave like other `*-config' tools provided by other applications/libraries, which are used by third-party applications, especially when the tool is provided by a library, to properly compile using the flags recommended by the library/application. In terms of GNUnet, any client or service connecting to any GNUnet service can now be built using some variation of the following: cc $(gnunet-config --cflags) -o my-client client.c $(gnunet-config --libs)
| * | | madmurphy writes:Christian Grothoff2021-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On AUR I have created the gnunet-uri.desktop file (which is installed as /usr/share/applications/gnunet-uri.desktop) to add support for the gnunet:// URI scheme (so basically it becomes possible to click on gnunet:// URIs in any browser GNUnet GTK needs to be installed too, but the URI handler gnunet-uri is part of the gnunet package). You can find a patch attached, which adds contrib/xdg-scheme-handler/gnunet-uri.desktop contrib/xdg-scheme-handler/README.md to the git repository.
| * | | fix typos spotted by madmurphyChristian Grothoff2021-09-16
| | | |
* | | | - added new udp backchannel testcase, changed netjail script to have port ↵t3sserakt2021-09-20
|/ / / | | | | | | | | | forwarding into subnets, master loop is no configured completely by topology config file, connect cmd reads topology file to connect to configured nodes
* | | - fixed wrong dependencies to tng version of libs, added missing block after ↵t3sserakt2021-09-14
| | | | | | | | | | | | sending
* | | - fixed linker errort3sserakt2021-09-13
| | |
* | | - added tng milestone 2 versions with improvements onto version 1 files , ↵t3sserakt2021-09-13
| | | | | | | | | | | | fixed smaller issues in milestone 1 versions, added version 1 to buildbot, added new testcase for testing udp backchannel
* | | Include "gettext.h" even when "platform.h" is unavailableAlessio Vanni2021-09-10
| |/ |/|
* | BUILD: Remove FRAMEWORK_BUILD defineMartin Schanzenbach2021-09-05
| |
* | -typoChristian Grothoff2021-09-05
| |
* | -typoChristian Grothoff2021-09-05
| |
* | make backend-check a gnunet-only gnunet-config optionChristian Grothoff2021-09-05
| |
* | refactor gnunet-config to make preload hacks obsoleteChristian Grothoff2021-09-05
| |
* | HANDBOOK: Add pointers to CIMartin Schanzenbach2021-09-03
| |
* | -touch build config !coverityMartin Schanzenbach2021-09-03
| |
* | -typoChristian Grothoff2021-09-02
| |
* | -Merge branch 'master' from upstreamAlessio Vanni2021-09-02
|\ \
| * | - touching build config for test. Fixes #7009Martin Schanzenbach2021-09-02
| | |
| * | - update changelog #7009Martin Schanzenbach2021-09-02
| | |
| * | - update changelogMartin Schanzenbach2021-09-02
| | |
| * | - update changelogMartin Schanzenbach2021-09-02
| | |
| * | add fix for GNUnet directory permissions by madmurphyChristian Grothoff2021-09-01
| | |
* | | Flip the value of GNUNET_EXTRA_LOGGING given when it's undefinedAlessio Vanni2021-08-31
|/ / | | | | | | | | | | | | | | | | This change has an impact only on those programs where gnunet_config,h is *not* included. GNUnet's configure script always defines this macro with an appropriate value, so it will never use this hardcoded value. By giving it a non-zero value, applications can now make use of the full logging capabilities provided by GNUnet.
* | -More _ → dgettext changesAlessio Vanni2021-08-31
| |
* | - introduced nested namespace in test script to get rid of the permission ↵t3sserakt2021-08-30
| | | | | | | | problem, renamed test file.
* | -removed tmp files from netjailTheJackiMonster2021-08-30
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | exec'Christian Grothoff2021-08-30
| |
* | -launch via scriptChristian Grothoff2021-08-30
| |
* | -do load default configuration even if 'gnunet.conf' does not existChristian Grothoff2021-08-29
| |
* | -remove (invalid) testing zone keys !tarballMartin Schanzenbach2021-08-29
| |
* | -bump version !tarballMartin Schanzenbach2021-08-29
| |
* | improve error message and inherit stderr as suggested by FlorianChristian Grothoff2021-08-28
| |
* | -added ppid prefix to netjail netns and interfacesTheJackiMonster2021-08-28
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -mostly a test commitChristian Grothoff2021-08-28
| |
* | -try j8 !tarballMartin Schanzenbach2021-08-28
| |
* | -debianFlorian Dold2021-08-28
| |
* | -debianFlorian Dold2021-08-28
| |
* | debian: systemd installationFlorian Dold2021-08-28
| |
* | debian: clean upFlorian Dold2021-08-28
| |
* | debian: more fixes and formattingFlorian Dold2021-08-28
| |