Fix testcase
[oweals/gnunet.git] / src / mesh / mesh_tunnel_tree.c
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...