aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.c
Commit message (Expand)AuthorAge
* malloc -> newLRN2013-12-19
* -remove trailing whitespaceChristian Grothoff2013-10-06
* - fixBart Polot2012-12-21
* - not a bugBart Polot2012-12-21
* - revert 25599, fix tree destruction segfaultBart Polot2012-12-21
* - dont destroy selfBart Polot2012-12-20
* - add children count api callBart Polot2012-12-10
* - TODOBart Polot2012-11-21
* - Add whole-tree iterator, for debugging / monitoring / visualization purposes.Bart Polot2012-11-20
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* - Fix for #2183: own position in tree only checked on new nodes caused assert...Bart Polot2012-03-06
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
* -fixing indentationChristian Grothoff2011-11-29
* -more doxygen fixesChristian Grothoff2011-11-28
* - Updated doxygenBart Polot2011-11-24
* Fixed empty tree deletion problem (assert on test_mesh_api)Bart Polot2011-11-18
* Added code to avoid creashing on #1904 and identify the origin of the missing...Bart Polot2011-11-17
* Real implementation for getting cost of a path compared to an existing tunnel...Bart Polot2011-11-14
* Fix for missing me node causing assert and segfault errorsBart Polot2011-11-12
* Fixed mantis #1900Bart Polot2011-11-12
* Changed tree library: now assumes own short ID == 1, refactored code in libra...Bart Polot2011-11-12
* Fixed coverity #10249Bart Polot2011-11-04
* 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
* Fixed tree behavior for relay peers, adapted testcase to look for it.Bart Polot2011-10-31
* Fixed a bug when adding a path to a peer who is already a relay in the tunnelBart Polot2011-10-29
* Ignore returnBart Polot2011-10-28
* Fixed a memory leakBart Polot2011-10-28
* Fixed testcase and small bugs in treeBart Polot2011-10-27
* Allowed to destroy NULL pathsBart Polot2011-10-27
* Changed log, fixed crash in tree, caysed #1852 insteadBart Polot2011-10-25
* Updated doxygenBart Polot2011-10-19
* Added peer in tunnel deletion, changes to tree managementBart Polot2011-10-19
* Made multicast work for single peer tunnelsBart Polot2011-10-18
* Extended testcase, fixed bugs in client -> service data traffic handlingBart Polot2011-10-13
* Fixes in path creationBart Polot2011-10-11
* WiPBart Polot2011-10-11
* Fixed bugs, refactored path treeBart Polot2011-10-10
* Updated doxygenBart Polot2011-10-07
* Added new api in the tree module to handle core or remote disconnectionsBart Polot2011-09-26
* 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 e...Bart Polot2011-09-21
* Renamed functions, make valgrind stop complaining about memory leaks by expli...Bart Polot2011-09-21
* Added testcase code, fixed minor bugsBart Polot2011-09-21