-remove trailing whitespace
[oweals/gnunet.git] / src / mesh / mesh_tunnel_tree.c
2013-10-06 Christian Grothoff-remove trailing whitespace
2012-12-21 Bart Polot- fix
2012-12-21 Bart Polot- not a bug
2012-12-21 Bart Polot- revert 25599, fix tree destruction segfault
2012-12-20 Bart Polot- dont destroy self
2012-12-10 Bart Polot- add children count api call
2012-11-21 Bart Polot- TODO
2012-11-20 Bart Polot- Add whole-tree iterator, for debugging / monitoring...
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-03-06 Bart Polot- Fix for #2183: own position in tree only checked...
2011-12-30 Christian Grothoff-LRN: use FPRINTF -- #2051
2011-11-29 Christian Grothoff-fixing indentation
2011-11-28 Christian Grothoff-more doxygen fixes
2011-11-24 Bart Polot- Updated doxygen
2011-11-18 Bart PolotFixed empty tree deletion problem (assert on test_mesh_api)
2011-11-17 Bart PolotAdded code to avoid creashing on #1904 and identify...
2011-11-14 Bart PolotReal implementation for getting cost of a path compared...
2011-11-12 Bart PolotFix for missing me node causing assert and segfault...
2011-11-12 Bart PolotFixed mantis #1900
2011-11-12 Bart PolotChanged tree library: now assumes own short ID == 1...
2011-11-04 Bart PolotFixed coverity #10249
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-11-02 Bart PolotChanged tree library to be completely detached from...
2011-11-02 Bart PolotMake tree library independent from tunnels, add cls...
2011-10-31 Bart PolotFixed tree behavior for relay peers, adapted testcase...
2011-10-29 Bart PolotFixed a bug when adding a path to a peer who is already...
2011-10-28 Bart PolotIgnore return
2011-10-28 Bart PolotFixed a memory leak
2011-10-27 Bart PolotFixed testcase and small bugs in tree
2011-10-27 Bart PolotAllowed to destroy NULL paths
2011-10-25 Bart PolotChanged log, fixed crash in tree, caysed #1852 instead
2011-10-19 Bart PolotUpdated doxygen
2011-10-19 Bart PolotAdded peer in tunnel deletion, changes to tree management
2011-10-18 Bart PolotMade multicast work for single peer tunnels
2011-10-13 Bart PolotExtended testcase, fixed bugs in client -> service...
2011-10-11 Bart PolotFixes in path creation
2011-10-11 Bart PolotWiP
2011-10-10 Bart PolotFixed bugs, refactored path tree
2011-10-07 Bart PolotUpdated doxygen
2011-09-26 Bart PolotAdded new api in the tree module to handle core or...
2011-09-23 Bart PolotFixed bugs and completed API
2011-09-22 Bart PolotChanged tree children magement from array to DLL, fixed...
2011-09-21 Bart PolotAdded debug print of tree structure
2011-09-21 Bart PolotFixed double chaining on note reattachment
2011-09-21 Bart PolotFixed memory leaks
2011-09-21 Bart PolotFixed use of uninitialized memory from realloc leading...
2011-09-21 Bart PolotRenamed functions, make valgrind stop complaining about...
2011-09-21 Bart PolotAdded testcase code, fixed minor bugs
2011-09-20 Bart PolotCleaned and fixed refactoring to improve separation...
2011-09-20 Bart PolotRefactored MeshTunnel Trees and Paths in a separate...