aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
...
* Debug statementsBart Polot2011-09-30
* Commented out DHT code, removed DHT-dependent test from run set.Bart Polot2011-09-30
* Added send path create on new peer with direct connection, added resource lib...Bart Polot2011-09-30
* 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
* Renamed functions, make valgrind stop complaining about memory leaks by expli...Bart Polot2011-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
* 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
* Fixed creation and destrucion of trees with parent tunnelBart Polot2011-09-16
* Added code to create siglne paths from treesBart 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
* 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
* indentationChristian Grothoff2011-09-14
* 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
* Changed documentation, type names and code formattingBart Polot2011-09-07
* Added new test for multiple clients on one peerBart Polot2011-09-07
* Merged changes to destroy_tunnel, removed data pointer in th struct, cancel p...Bart Polot2011-09-06
* Changes in API, adapted code and testfiles, improved client reconnect, new do...Bart Polot2011-09-02
* Added tunnel destroy, changed message types in client <-> service protocolBart Polot2011-09-02