aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-cmds.h
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* NEWS: Moved start peer command to testing subsystem.t3sserakt2023-07-14
|
* TNG: Added performance test case.t3sserakt2023-02-08
|
* - relsoved an coverity issue, worked on fixmes, code documentation and ↵t3sserakt2023-01-06
| | | | cleaned up up the barrier API
* -TestState can become privateMartin Schanzenbach2022-12-14
|
* TESTING: Properly handle label allocationsMartin Schanzenbach2022-12-08
|
* TESTING: The testing API should properly take strings as constMartin Schanzenbach2022-12-08
| | | | | | | | | Strings passed to the API should either be const and copied, or handled by the caller and free'd. Looking at the transport tests currently neither is happening. The strings are probably safer but definitely leaked. Changed the API to use "const" strings. Users of the testing API must define functions that copy (and free!) strings accordingly.
* -DOC: Documentation cleanup pass through TRANSPORT ('missing argument' warnings)Willow Liquorice2022-10-03
|
* - fixed bug with broadcast test.t3sserakt2022-01-21
| | | | | | | | | | | | | | | | - added configurable port for router in netjail_start.sh. - added key for configuring broadcast in topo.sh. - port for communicators can variable. - added variable additional_connects in GNUNET_TESTING_NetjailTopology. - additional connects can be configured in topology file. - added distance vector test with circle topology. - Reassambly for fragmentation is now stored at VirtualLink, not at Neighbour. - DV forwarding distingush between control flow and payload. - handling fragment box switch to be based on VirtualLink. - reliability box will not be handled like a fragment. - propagating next retransmission attempt variable of fragment to the root message. - check for fragmentation when adding reliability box. - several smaller bug fixes.
* - using the big macrofication of the traits from GNU Taler nowt3sserakt2021-12-01
|
* - 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
* - Fixed header, fixed log level, changed block until connect logic, fixed ↵t3sserakt2021-11-19
| | | | memory issues.
* - 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.
* - fixed coverity issuest3sserakt2021-10-28
|
* changes to reflect the changes in testing_api_loop.ct3sserakt2021-10-25
|
* removed versioned artefacts with v2 and v3. changes to reflect the changes ↵t3sserakt2021-10-14
| | | | in testing_api_loop.c
* - 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
* - 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
* - fixed mem leaks, added code doc, formatting, removed trace logst3sserakt2021-08-24
|
* - fixed copyright yeart3sserakt2021-08-18
|
* - fixed typot3sserakt2021-08-02
|
* - there are two helper running, but only one is doing the work of both. ↵t3sserakt2021-07-30
Therefore connecting peers does not work atm.