aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Collapse)AuthorAge
...
* 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
|
* FixBart Polot2011-10-17
|
* Added debug info for multicastBart Polot2011-10-17
|
* Updated TODO, docuementation, testcaseBart Polot2011-10-17
|
* RenamedBart 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
|
* use LOG macro in mesh_api.cChristian Grothoff2011-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
|
* Updated doxygenBart Polot2011-10-07
|
* removing 'publicKey' argument from CORE init callbackChristian Grothoff2011-10-07
|
* Added new testcase for connecting two peers on opposite parts of a torusBart Polot2011-10-06
|
* Added debug info in serviceBart Polot2011-10-06
|
* WiPBart Polot2011-10-06
|
* Stop all DHT get requests before disconnectingBart Polot2011-10-06
|
* Revert 17260Bart Polot2011-10-06
|
* Renamed functions, make valgrind stop complaining about memory leaks by ↵Bart Polot2011-10-06
| | | | explicitly freeing stuff before exit
* Tweaked configuration files and testcaseBart Polot2011-10-06
|
* Simplfied base multipeer testcase, removed tests from experimentalBart Polot2011-10-05
|
* tell transport to connect, not coreChristian Grothoff2011-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
* core gives a buf of NULL to indicate errorsPhilipp Tölke2011-10-05
|
* Adapted path generation to new DHT_RECORD_ROUTE behaviorBart Polot2011-10-05
|
* Enable DHT in testcaseBart Polot2011-10-05
|