aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
...
* 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
* indentationChristian Grothoff2011-09-14
* Fixed compiler warningsBart Polot2011-09-13
* Fixed broken assertions on abortBart Polot2011-09-09
* Added testcase for explicit case of DHT not finding apptypeBart Polot2011-09-09
* Fixed test local to pass at least when DHT is not used Bart Polot2011-09-09
* Fixed doxygen warningsBart Polot2011-09-09
* Changed mesh service's storage to multihashmap, fixed bugsBart Polot2011-09-09
* Extended test case, fixed bugs, refactored code and connection packet format....Bart Polot2011-09-08
* Simplified own ID handling in mesh serviceBart Polot2011-09-08
* More test codeBart Polot2011-09-07
* Fixed compiler whining about testBart Polot2011-09-07
* Changed documentation, type names and code formattingBart Polot2011-09-07
* Added new test for multiple clients on one peerBart Polot2011-09-07
* Fixed bugsBart Polot2011-09-07
* Added cancellation of least priority packet on notify transmit readyBart Polot2011-09-06
* fixing it one more time!Matthias Wachs2011-09-06
* Merged changes to destroy_tunnel, removed data pointer in th struct, cancel p...Bart Polot2011-09-06
* WiPBart Polot2011-09-05