aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.h
AgeCommit message (Expand)Author
2012-12-20- account for disconnectionBart Polot
2012-12-10- add children count api callBart Polot
2012-11-20- Add whole-tree iterator, for debugging / monitoring / visualization purposes.Bart Polot
2012-02-20- Fixed doxygenBart Polot
2011-11-24- Updated doxygenBart Polot
2011-11-14Real implementation for getting cost of a path compared to an existing tunnel...Bart Polot
2011-11-12Changed tree library: now assumes own short ID == 1, refactored code in libra...Bart Polot
2011-11-04curly wars / auto-indentationChristian Grothoff
2011-11-02Changed tree library to be completely detached from mesh, adapted testcasesBart Polot
2011-11-02Make tree library independent from tunnels, add cls to callbacksBart Polot
2011-10-19Updated doxygenBart Polot
2011-10-19Added peer in tunnel deletion, changes to tree managementBart Polot
2011-10-13Extended testcase, fixed bugs in client -> service data traffic handlingBart Polot
2011-10-10Fixed bugs, refactored path treeBart Polot
2011-09-26Added new api in the tree module to handle core or remote disconnectionsBart Polot
2011-09-23Fixed bugs and completed APIBart Polot
2011-09-22Changed tree children magement from array to DLL, fixed bugs, extended testcase.Bart Polot
2011-09-21Added debug print of tree structureBart Polot
2011-09-21Fixed double chaining on note reattachmentBart Polot
2011-09-21Fixed memory leaksBart Polot
2011-09-21Fixed use of uninitialized memory from realloc leading to segfaults and bus e...Bart Polot
2011-09-21Renamed functions, make valgrind stop complaining about memory leaks by expli...Bart Polot
2011-09-20Cleaned and fixed refactoring to improve separation, only 3 structs are now s...Bart Polot
2011-09-20Refactored MeshTunnel Trees and Paths in a separate file to allow testing, si...Bart Polot