aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* BUILD: Move arm to service/cliMartin Schanzenbach2023-10-18
|
* BUILD: Move testing to libMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* TRANSPORT: Rename TNG to transport, cleanup makefileMartin Schanzenbach2023-10-15
|
* ftbfs with removed libgnunetntMartin Schanzenbach2023-10-13
|
* Attempt fix make dist !tarballMartin Schanzenbach2023-10-11
|
* BUILD: Fix distMartin Schanzenbach2023-10-06
|
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* Merge branch 'master' into l20integrationt3sserakt2023-10-03
|\
| * transport Makefile: quic test basicmarshall2023-08-03
| |
| * transport: add experimental/quiche guardsmarshall2023-07-18
| |
| * transport (quic): link quiche w/ quic communicatormarshall2023-07-18
| |
| * transport (quic): Makefile.am add necessary linker flagsmarshall2023-07-18
| |
| * transport (QUIC): create starter file and update Makefilemarshall2023-07-18
| |
* | NEWS: Code moved to the core package to get rid of circular dependencies.t3sserakt2023-10-02
| |
* | TNG: Added generic start script for test cases.t3sserakt2023-07-14
|/
* TNG: Added performance test case.t3sserakt2023-02-08
|
* TNG: Added tcp icmp nat hole punching test case script, and fixed bugs ↵t3sserakt2023-01-27
| | | | occuring during shutdown.
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2022-12-07
|\
| * -fix more test issuesMartin Schanzenbach2022-12-06
| |
* | - added configuration to be able to start executables on a router nodet3sserakt2022-12-07
|/ | | | - added barrier functionality
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2022-10-05
|\
| * BUILD: Remove gnurl. Improve curl-gnutls detectionMartin Schanzenbach2022-09-06
| |
| * -fix https cert creationv0.17.3Martin Schanzenbach2022-08-05
| |
* | - Added distance vector inverse path test case.t3sserakt2022-10-05
|/ | | | | | | | | | | | | - Enhanced port forwarding configuration to restrict port forwarding to specific source IPs. - Add configuration for counting additional connections per peer. - Added caching for Core Messages, if confirmed virtual link is missing. - Added caching for DV forwarding, if confirmed virtual link is missing. - Fixed bug in fragmentation logic. - Fixed bug in queueing logic. - Fixed bug in flow control logic. - Fixed Bug with lifetime of DV learn message. (Validation against replay attack still missing) - removed make warnings - fixed coverty findings
* -fix distv0.16.2Martin Schanzenbach2022-03-19
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2022-03-17
|\
| * -include test scriptsMartin Schanzenbach2022-02-26
| |
| * -only test tng if experimentalMartin Schanzenbach2022-02-25
| |
* | - Trying to exchange iptables with nft, first shot failed.t3sserakt2022-03-17
|/ | | | | | | | | | | | | | | | | | | - Fixed small bug in UDP communicator. - Fixed bug in DV circle test case - Introduced a default value to wait for a reliability ack. - Introduced a FC retransmission threshold together with a retransmission count. - Introduced a original size value for TransportDVBoxMessage - Checking if we have the root pending messge, when removing the pending message from virtual link. - Added delay value to schedule_transmit_on_queue to wait for retransmitting. - Checking for confirmed virtual link, before routing. - Allow unconfirmed queues or DV routes when doing dv encapsulation for control traffic. - Changed check_vl_transmission to also check window size for DV next hop peer. - Fixed fragment box handling to also handle reliability boxed message which needed to be fragmented. - Fixed completing a message which was not only fragmented but also DV boxed. - Added logic to notify core about a new virtual link using distance vector without having validated next neighbour. - Added logic to create a virtual link to handle flow control messages. - fixed several smaller bugs in fragmentation logic. - Changed logic for adding the next_attempt value of PendingMessage.
* - disabled dv circle test caset3sserakt2022-02-03
|
* - removed test file from Makefile.amt3sserakt2022-01-21
|
* - 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.
* - changed makefile to add the test for seting up of the backchannel key materialt3sserakt2022-01-06
|
* - using the big macrofication of the traits from GNU Taler nowt3sserakt2021-12-01
|
* - added dv script, but removed it from check_SCRIPTS, because it does not ↵t3sserakt2021-11-29
| | | | worg atm.
* - added scripts to EXTRA_DISTt3sserakt2021-11-29
|
* - 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.
* - 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.
* 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
| |
* | - 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.
* - fixed Makefilet3sserakt2021-09-20
|
* - 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
* - introduced nested namespace in test script to get rid of the permission ↵t3sserakt2021-08-30
| | | | problem, renamed test file.