aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* Fixed multicast retransmission, fixed memory managemenet at path creationBart Polot2011-09-29
* WiPBart Polot2011-09-29
* Added multicast route keepliveBart Polot2011-09-28
* DHT api switch adjustmentsChristian Grothoff2011-09-27
* WiPBart Polot2011-09-27
* Fixed compiler warning, otherwise WiP with multicast retransmissionBart Polot2011-09-27
* Fixed updating status of peer on ACKBart Polot2011-09-26
* Adapted service API handling to new tree APIBart Polot2011-09-26
* Minor fix, commentsBart Polot2011-09-26
* Added new api in the tree module to handle core or remote disconnectionsBart Polot2011-09-26
* Fixed double destroyBart Polot2011-09-23
* 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 notification when peers go offline during a path changeBart Polot2011-09-21
* 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
* Updated testcaseBart Polot2011-09-21
* we do not want to crash if somebody leaves the netPhilipp Tölke2011-09-21
* Added testcase code, fixed minor bugsBart Polot2011-09-21
* Cleaned and fixed refactoring to improve separation, only 3 structs are now s...Bart Polot2011-09-20
* Added path testcaseBart Polot2011-09-20
* Refactored MeshTunnel Trees and Paths in a separate file to allow testing, si...Bart Polot2011-09-20
* Fixed memory leakBart Polot2011-09-19
* Fixed many bugs, test local 2 now passes, but with memory leaksBart Polot2011-09-19
* Fixed use before initializationBart Polot2011-09-19
* Changed own id handlingBart Polot2011-09-19
* Added debug code, fixed minor bugBart Polot2011-09-19
* limit mesh tests -- mark as experimentalChristian Grothoff2011-09-19
* cleanup doxygen-errorsPhilipp Tölke2011-09-18
* Fixed creation and destrucion of trees with parent tunnelBart Polot2011-09-16
* Fixed reconnectBart Polot2011-09-16
* Added code to create siglne paths from treesBart Polot2011-09-16
* Delayed end of test to expose problems on slow machines (like a Core 2 Duo 94...Bart Polot2011-09-16
* Trying to make gnu indent's braindead indentation of comments *somehow* readableBart Polot2011-09-16
* Ran indent scriptBart Polot2011-09-16
* Fixed send data to origin to work with the new data structuresBart Polot2011-09-16
* Added notification of client that peers disconnected from tunnelBart Polot2011-09-16
* Fixed adding path to tunnel, deleting old path and replugging node under new oneBart Polot2011-09-16
* Fixed a use after freeBart Polot2011-09-16
* c3238Christian Grothoff2011-09-16
* c3267Christian Grothoff2011-09-16
* c3310Christian Grothoff2011-09-16
* Deleted old path to peer in tunnel tree before adding new one, conserving the...Bart Polot2011-09-16
* Changed path managementBart Polot2011-09-16
* WiPBart Polot2011-09-14
* Fixed compiler warning in testsBart Polot2011-09-14
* Fixed typoBart Polot2011-09-14