aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | -indentChristian Grothoff2021-11-15
| |
* | -minor code cleanupChristian Grothoff2021-11-13
| |
* | -add gns record plugin for messenger room entriesTheJackiMonster2021-11-13
|/ | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* - Added broadcast test case. changed transport_api_cmd_start_peer.c to be ↵t3sserakt2021-11-13
| | | | configure to use broadcast or not. Changed transport_api_cmd_send_simple.c to use map of connected peers. Fixed bugs in service and udp communicator.
* - using switch statement to identify different helper messagest3sserakt2021-11-09
|
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-11-09
|\
| * -better loggingChristian Grothoff2021-11-06
| |
| * -style fixesChristian Grothoff2021-11-01
| |
| * -cleanupChristian Grothoff2021-11-01
| |
| * -fix subtle bug in GNUNET_CONFIGURATION_defaultAlessio Vanni2021-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently this was there since the beginning and it wasn't caught earlier merely due to a coincidence. Basically, it was looking at the caller's values instead of GNUnet's and even when I used this function in personal projects, it just happened that I was calling this function before setting the new project data, so the two environments ended up being the same. It didn't cause any issues because it was still returning GNUnet's own configuration, meaning everything else worked as expected, but naturally if one were to move the call later on it would break. Also add a comment to answer the FIXME.
| * add logging for DB perf analysisChristian Grothoff2021-10-28
| |
| * -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
| |
* | - 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 --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
| |
* | fixed unset port forwarding variable bug in netjail script, fixed end cmd ↵t3sserakt2021-10-11
| | | | | | | | without shutdown bug, smaller fixes
* | - 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.
* 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
|