aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.h
Commit message (Collapse)AuthorAge
* Rename filesBart Polot2014-05-07
|
* Rename mesh->cadetBart Polot2014-05-07
|
* - account for disconnectionBart Polot2012-12-20
|
* - add children count api callBart Polot2012-12-10
|
* - Add whole-tree iterator, for debugging / monitoring / visualization purposes.Bart Polot2012-11-20
|
* - Fixed doxygenBart Polot2012-02-20
|
* - Updated doxygenBart Polot2011-11-24
|
* Real implementation for getting cost of a path compared to an existing ↵Bart Polot2011-11-14
| | | | tunnel tree (additional hops)
* Changed tree library: now assumes own short ID == 1, refactored code in ↵Bart Polot2011-11-12
| | | | library and mesh service, adapted and extended library testcase
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* Changed tree library to be completely detached from mesh, adapted testcasesBart Polot2011-11-02
|
* Make tree library independent from tunnels, add cls to callbacksBart Polot2011-11-02
|
* Updated doxygenBart Polot2011-10-19
|
* Added peer in tunnel deletion, changes to tree managementBart Polot2011-10-19
|
* Extended testcase, fixed bugs in client -> service data traffic handlingBart Polot2011-10-13
|
* Fixed bugs, refactored path treeBart Polot2011-10-10
|
* 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 bugs and completed APIBart Polot2011-09-23
|
* Changed tree children magement from array to DLL, fixed bugs, extended testcase.Bart Polot2011-09-22
|
* 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
* Renamed functions, make valgrind stop complaining about memory leaks by ↵Bart Polot2011-09-21
| | | | explicitly freeing stuff before exit
* Cleaned and fixed refactoring to improve separation, only 3 structs are now ↵Bart Polot2011-09-20
| | | | shared
* Refactored MeshTunnel Trees and Paths in a separate file to allow testing, ↵Bart Polot2011-09-20
since it's non-trivial code by itself and to allow future separation in a different service.