aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -cleanupChristian Grothoff2021-10-25
|
* -style fixesChristian Grothoff2021-10-23
|
* -fix linker issue on DebianChristian Grothoff2021-10-22
|
* kdf: zero out salt correctlyFlorian Dold2021-10-19
|
* make KDF conform to RFC 5869Florian Dold2021-10-19
|
* removed versioned artefacts with v2 and v3. changes to reflect the changes ↵t3sserakt2021-10-14
| | | | in testing_api_loop.c
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* BUILD: Remove W32 ifdefMartin Schanzenbach2021-10-11
|
* BUILD: Remove SuperMUC code. Issue #7033Martin Schanzenbach2021-10-11
|
* -add testing.h to make distv0.15.4-alpha.2Christian Grothoff2021-10-10
|
* -make check/dist ftbfs fix. needs filev0.15.4-alpha.1Martin Schanzenbach2021-10-10
|
* -dceChristian Grothoff2021-10-08
|
* -clean up testing-NG finish logicChristian Grothoff2021-10-08
|
* fix #7029Christian Grothoff2021-10-06
|
* -fix FTBFSChristian Grothoff2021-10-06
|
* add missing finish cmdChristian Grothoff2021-10-04
|
* -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
|
* 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
| |
| * 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
| | |\
| | * | - Do not hardcode values in gnunet-configAlessio Vanni2021-07-25
| | | |
| | * | 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)
* | | | - 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
| |/ |/|