aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* -fixChristian Grothoff2021-11-30
|
* - added number of unintentional connects to connect cmd, fixed bugs in tcp ↵t3sserakt2021-11-29
| | | | communicator and tng service, added method to get a cmd not restricted to future or past cmds
* add pk invariant checkChristian Grothoff2021-11-25
|
* -fix rtypeChristian Grothoff2021-11-21
|
* -avoid warningsChristian Grothoff2021-11-21
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-11-19
|\
| * -minor code cleanupChristian Grothoff2021-11-13
| |
| * -add gns record plugin for messenger room entriesTheJackiMonster2021-11-13
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | - Fixed header, fixed log level, changed block until connect logic, fixed ↵t3sserakt2021-11-19
|/ | | | memory issues.
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-11-09
|\
| * -style fixesChristian Grothoff2021-11-01
| |
| * -cleanupChristian Grothoff2021-11-01
| |
| * -style fixesChristian Grothoff2021-10-23
| |
* | - moved global netjail methods to its own header file.dev/t3ss/tngt3sserakt2021-11-09
| | | | | | | | | | | | - added configuration by string in test skript instead of config file. - moved netjail scripts to contrib/netjail and install them into the share/gnunet directory.
* | - fixed coverity issuest3sserakt2021-10-28
| |
* | changes to reflect the changes in testing_api_loop.ct3sserakt2021-10-25
| |
* | Merge branch 'master' into dev/t3ss/tngt3sserakt2021-10-15
|\|
| * removed versioned artefacts with v2 and v3. changes to reflect the changes ↵t3sserakt2021-10-14
| | | | | | | | in testing_api_loop.c
| * BUILD: Remove SuperMUC code. Issue #7033Martin Schanzenbach2021-10-11
| |
| * -clean up testing-NG finish logicChristian Grothoff2021-10-08
| |
| * -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
| |
| * PQ: implementing #7014: support testing database version is currentChristian Grothoff2021-09-23
| |
* | - add generic topology configuration by filet3sserakt2021-10-07
|/ | | | | | | | | | | | | | | | | | | | | | | - cmd simple send using file configuration from file - added cmd to check the logs for backchannel encapsulation - added cmd which notifies the master loop of local loop being prepared to finish - added logging to helper.c - moved code from connecting peers cmd into global functions - added parameters given to the connecting peers cmd - added assertion when notifying the transport service about a new queue, if the communicator has no intial capacity - added optional valgrind cmd to test script - added flag für queues with unlimited length - added check for queues with higher priority - added attribute queue_capacity to struct Queue - bug fixing worker task for kce generation and transport notification about available queue in udp communicator - change value for unlimited queue length from 0 to UINT16_MAX in tcp communicator and service - added loop to stop the test system for the globally known peers in stop testsystem cmd - refactored endless growing array to handle further messages from the local loops, and added logic to handle the local test prepare msg - added utility methods in testing.c - added forwarding of all tests prepared msg in gnunet-cmds-helper.c - added cmd to end loop without shutdown - added without shutdown cmd to simple send testcase - added backchannel check, without shutdown and prepared cmd to udp backchannel testcase.
* -do ATS integration in DHTUChristian Grothoff2021-09-22
|
* -work on dhtuChristian Grothoff2021-09-22
|
* 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
| |
* | - 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
* - 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
|
* 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
|
* further simplify libgnunetpq event API and implementation, also trigger ↵Christian Grothoff2021-08-25
| | | | events on 'loopback' that are not socket-activated
* - added header changes for cmds to stop a peer and remove a test ↵t3sserakt2021-08-24
| | | | environment, used in simple send test case plugin
* -simplify libgnunetpq to only support single-threaded applications that do ↵Christian Grothoff2021-08-22
| | | | use the scheudler (when using event API)
* - moved test code from testbed to testingt3sserakt2021-08-17
|
* - renamed methods and variables to prepare moving files from testbed to ↵t3sserakt2021-08-17
| | | | testing, to fix circular dependency problem