aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -make check/dist ftbfs fix. needs filev0.15.4-alpha.1Martin Schanzenbach2021-10-10
|
* -fallback to .version file outside of gitMartin Schanzenbach2021-10-09
|
* -trim properlyMartin Schanzenbach2021-10-09
|
* -fix trMartin Schanzenbach2021-10-09
|
* -bashismMartin Schanzenbach2021-10-09
|
* -exec flagMartin Schanzenbach2021-10-09
|
* BUILD: Add version from git tagsMartin Schanzenbach2021-10-09
|
* -dceChristian Grothoff2021-10-08
|
* -clean up testing-NG finish logicChristian Grothoff2021-10-08
|
* fix #7029Christian Grothoff2021-10-06
|
* Fix some typos in the handbookYujiri2021-10-06
|
* -fix FTBFSChristian Grothoff2021-10-06
|
* add missing finish cmdChristian Grothoff2021-10-04
|
* -fix a misunderstanding with pkg-configAlessio Vanni2021-10-04
| | | | | | | Most of this macro is based on a macro from another library, so I ended up doing things incorrectly because I hadn't fully understood what was going on. I didn't notice this error until now because I used to use the --with-gnunet-prefix flag instead of letting pkgconfig deal with it.
* -basic santiy for testing API, breaks transport/ buildChristian Grothoff2021-10-04
|
* -taking a first stab at cleaning up the testing messChristian Grothoff2021-10-04
|
* -indentation of parametersTheJackiMonster2021-09-27
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -indentChristian Grothoff2021-09-27
|
* -bugfixes and FIXMEs for t3ssChristian Grothoff2021-09-24
|
* PQ: implementing #7014: support testing database version is currentChristian Grothoff2021-09-23
|
* -add first dhtu test skeletonChristian Grothoff2021-09-23
|
* -finish first draft implementation of dhtu over GNUnet (old, not TNG)Christian Grothoff2021-09-22
|
* The differences between the contrib subdirectory in the git repository and ↵Christian Grothoff2021-09-22
| | | | | | | the contrib subdirectory generated by make dist have grown really big. Please find attached another patch for updating the content of: contrib/Makefile.am contrib/scripts/Makefile.am
* NSE: return NaN (see #7021)Christian Grothoff2021-09-22
|
* NSE: return INF, not NaN (fixes #7021)Christian Grothoff2021-09-22
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-09-22
|\
| * -do ATS integration in DHTUChristian Grothoff2021-09-22
| |
| * -work on dhtuChristian Grothoff2021-09-22
| |
| * dhtu: handle connectChristian Grothoff2021-09-20
| |
* | - added missing scriptt3sserakt2021-09-22
|/
* - added missing testcase plugint3sserakt2021-09-20
|
* - fixed Makefilet3sserakt2021-09-20
|
* - fixed install dir for gnunet-cmds-helpert3sserakt2021-09-20
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-09-20
|\
| * more dhtu-gnunet basicsChristian Grothoff2021-09-19
| |
| * -work on dhtuChristian Grothoff2021-09-19
| |
| * -BUILD: Fix bswap portabilityMartin Schanzenbach2021-09-19
| |
| * -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
| | | |