aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Collapse)AuthorAge
* 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
|
* Enabled DHT testcase, added unicast testcaseBart Polot2011-10-04
|
* 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
* Optimized timing, fixed formatting, fixed callback bugBart Polot2011-10-04
|
* Fixed a double DLL_insert of an incoming tunnelBart Polot2011-10-04
|
* Fixed core quota, added logging of error messages at connection setupBart Polot2011-10-04
|
* 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
|
* Debug statementsBart Polot2011-09-30
|
* Commented out DHT code, removed DHT-dependent test from run set.Bart Polot2011-09-30
|
* Added send path create on new peer with direct connection, added resource ↵Bart Polot2011-09-30
| | | | liberation on neighbor disconnection which queued messages