aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Collapse)AuthorAge
* Changed testcase to include real multicast testsBart Polot2011-10-20
|
* Changed testcases structureBart Polot2011-10-20
|
* Fixed bugs in tunnel destruction chainBart Polot2011-10-20
|
* Added code to manage deletion of individual pathsBart Polot2011-10-19
|
* Small fixesBart Polot2011-10-19
|
* Added peer in tunnel deletion, changes to tree managementBart Polot2011-10-19
|
* fix compile problemChristian Grothoff2011-10-18
|
* WiPBart Polot2011-10-18
|
* Change keepalive packets to explicit message type numberBart Polot2011-10-18
|
* Added tunnel timeout on inactivityBart Polot2011-10-18
|
* Made multicast work for single peer tunnelsBart Polot2011-10-18
|
* Added debug info for multicastBart Polot2011-10-17
|
* Updated TODO, docuementation, testcaseBart Polot2011-10-17
|
* Refactored multicast code to allow sending any message as multicast, added ↵Bart Polot2011-10-17
| | | | multicast testcase copied from unicast
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* Fixed bug with cancellation of pendint transmisions on peer disconnect, ↵Bart Polot2011-10-15
| | | | added timeout for pending multicast data.
* WiPBart Polot2011-10-14
|
* Removed unnecessary hashmap actionsBart Polot2011-10-14
|
* Additional extra check for coverity 10211Bart Polot2011-10-14
|
* Expanded test to include traffic to origin, fixed bugs, separated unicast ↵Bart Polot2011-10-14
| | | | traffic handling from traffic to origin
* Various fixes in data traffic, expansion of unicast testcaseBart Polot2011-10-13
|
* Extended testcase, fixed bugs in client -> service data traffic handlingBart Polot2011-10-13
|
* Fixes to various coverity errorsBart Polot2011-10-12
|
* Fixed coverity 10118Bart Polot2011-10-12
|
* Fixed coverity 10176Bart Polot2011-10-12
|
* Revert 17243: not needed, coverity 10178 and 10179 false positivesBart Polot2011-10-12
|
* Fixed coverity 10178Bart Polot2011-10-12
|
* Fixed coverity 10777Bart Polot2011-10-12
|
* Fixed bugs, added debug messages, extended unicast testcaseBart Polot2011-10-12
|
* Fixes in path creationBart Polot2011-10-11
|
* Added mangaement of tunnels and paths by intermadiate nodesBart Polot2011-10-11
|
* WiPBart Polot2011-10-11
|
* Fixed bugs, refactored path treeBart Polot2011-10-10
|
* another core API simplification due to ATS introductionChristian Grothoff2011-10-10
|
* Use new functions for CREATE PATH instead of explicit calling coreBart Polot2011-10-07
|
* Refactored sending a CREATE PATH messageBart Polot2011-10-07
|
* Refactored connection to peers, cancelation of transmissionsBart Polot2011-10-07
|
* removing 'publicKey' argument from CORE init callbackChristian Grothoff2011-10-07
|
* Added debug info in serviceBart Polot2011-10-06
|
* Stop all DHT get requests before disconnectingBart Polot2011-10-06
|
* Simplfied base multipeer testcase, removed tests from experimentalBart Polot2011-10-05
|
* Removed DHT_get restarting, set DEMULTIPLEX_EVERYWHERE on all DHT operationsBart Polot2011-10-05
|
* Added periodic restart to all DHT get queriesBart Polot2011-10-05
|
* Moved dht get handles for types into tunnel handlers, added tasks to restart ↵Bart Polot2011-10-05
| | | | dht gets periodically
* Adapted path generation to new DHT_RECORD_ROUTE behaviorBart Polot2011-10-05
|
* Enabled DHT use againBart Polot2011-10-04
|
* Added local tunnel service numeration handling, added incoming tunnel client ↵Bart Polot2011-10-04
| | | | notification, fixed peer_id rc bug on core peer connect
* Tweaked test configuration and log messagesBart Polot2011-10-03
|
* Fixed size request from core on create path and path ack, reformatted call ↵Bart Polot2011-10-03
| | | | to make more readable
* Fixed a bug in create path handling, extended debug info.Bart Polot2011-10-03
|