aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* - 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
| |/ |/|
* | 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
| |
* | 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.
* | 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
| |
* | improve error message and inherit stderr as suggested by FlorianChristian Grothoff2021-08-28
| |
* | use ISO 8609 / RFC 3339 timestamps for loggingFlorian Dold2021-08-28
| |
* | partial fix for problems raised by Alessio on the MLChristian Grothoff2021-08-28
| |
* | partial fix for problems raised by Alessio on the MLChristian Grothoff2021-08-28
| |
* | -indentChristian Grothoff2021-08-27
| |
* | -fix minor memory leakChristian Grothoff2021-08-27
| |
* | further simplify libgnunetpq event API and implementation, also trigger ↵Christian Grothoff2021-08-25
| | | | | | | | events on 'loopback' that are not socket-activated
* | -add missing testing_cmds.hv0.15.2Christian Grothoff2021-08-24
| |
* | -remove pthread dependency, add additional libexec binary to gnunet packageChristian Grothoff2021-08-24
| |
* | -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
| |
* | - fixed mem leaks, added code doc, formatting, removed trace logst3sserakt2021-08-24
| |
* | - added header changes for cmds to stop a peer and remove a test ↵t3sserakt2021-08-24
| | | | | | | | environment, used in simple send test case plugin
* | - added cmds to stop a peer and remove a test environment, used in simple ↵t3sserakt2021-08-24
| | | | | | | | send test case plugin
* | Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-08-23
|\ \
| * | -fix indentationChristian Grothoff2021-08-23
| | |
| * | -remove dead flagChristian Grothoff2021-08-23
| | |
| * | -simplify libgnunetpq to only support single-threaded applications that do ↵Christian Grothoff2021-08-22
| | | | | | | | | | | | use the scheudler (when using event API)
| * | -prepend X to ensure identifiers do not start with a numberChristian Grothoff2021-08-22
| | |
* | | - fixed copyright yeart3sserakt2021-08-18
|/ /
* | -swap WARNING/ERROR to fix #6991Christian Grothoff2021-08-18
| |
* | - moved additional files from testbed to testingt3sserakt2021-08-17
| |