aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Collapse)AuthorAge
* 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
* Fixed multicast retransmission, fixed memory managemenet at path creationBart Polot2011-09-29
|
* WiPBart Polot2011-09-29
|
* Added multicast route keepliveBart Polot2011-09-28
|
* DHT api switch adjustmentsChristian Grothoff2011-09-27
|
* WiPBart Polot2011-09-27
|
* Fixed compiler warning, otherwise WiP with multicast retransmissionBart Polot2011-09-27
|
* Fixed updating status of peer on ACKBart Polot2011-09-26
|
* Adapted service API handling to new tree APIBart Polot2011-09-26
|
* Minor fix, commentsBart Polot2011-09-26
|
* Added new api in the tree module to handle core or remote disconnectionsBart Polot2011-09-26
| | | | | Added reconnecting mechanism to find new paths in case of peer disconnection
* Fixed double destroyBart Polot2011-09-23
|
* Fixed bugs and completed APIBart Polot2011-09-23
|
* Changed tree children magement from array to DLL, fixed bugs, extended testcase.Bart Polot2011-09-22
|
* Added notification when peers go offline during a path changeBart Polot2011-09-21
|
* Added debug print of tree structureBart Polot2011-09-21
|
* Fixed double chaining on note reattachmentBart Polot2011-09-21
|
* Fixed memory leaksBart Polot2011-09-21
|
* Fixed use of uninitialized memory from realloc leading to segfaults and bus ↵Bart Polot2011-09-21
| | | | errors