aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
...
* Simplfied base multipeer testcase, removed tests from experimentalBart Polot2011-10-05
* Removed DHT_get restarting, set DEMULTIPLEX_EVERYWHERE on all DHT operationsBart Polot2011-10-05
* Added periodic restart to all DHT get queriesBart Polot2011-10-05
* Moved dht get handles for types into tunnel handlers, added tasks to restart ...Bart Polot2011-10-05
* Adapted path generation to new DHT_RECORD_ROUTE behaviorBart Polot2011-10-05
* Enabled DHT use againBart Polot2011-10-04
* Added local tunnel service numeration handling, added incoming tunnel client ...Bart Polot2011-10-04
* Tweaked test configuration and log messagesBart Polot2011-10-03
* Fixed size request from core on create path and path ack, reformatted call to...Bart Polot2011-10-03
* Fixed a bug in create path handling, extended debug info.Bart Polot2011-10-03
* 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