aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
Commit message (Collapse)AuthorAge
* Changed tree library to be completely detached from mesh, adapted testcasesBart Polot2011-11-02
|
* making the new mesh the defaultChristian Grothoff2011-10-30
|
* Added peer in tunnel deletion, changes to tree managementBart Polot2011-10-19
|
* Updated TODO, docuementation, testcaseBart Polot2011-10-17
|
* Cleaned and fixed refactoring to improve separation, only 3 structs are now ↵Bart Polot2011-09-20
| | | | shared
* Refactored MeshTunnel Trees and Paths in a separate file to allow testing, ↵Bart Polot2011-09-20
| | | | since it's non-trivial code by itself and to allow future separation in a different service.
* Extended test case, fixed bugs, refactored code and connection packet ↵Bart Polot2011-09-08
| | | | format. DHT still does not return results...
* Fixed bugsBart Polot2011-09-07
| | | | | | Added exponential backoff in reconnection Fixed all FIXMEs and TODOs
* Completed incoming tunnel handling, refactored destroy tunnelBart Polot2011-09-05
|
* Changes in API, adapted code and testfiles, improved client reconnect, new ↵Bart Polot2011-09-02
| | | | documentation, small fixes
* Added peer add timeout handling, tunnel connect/disconnect notificationsBart Polot2011-09-01
|
* communicate operation timeoutsChristian Grothoff2011-08-30
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* Change client <-> service trafficBart Polot2011-08-05
|
* WiP (mesh data handling and connection ACKs)Bart Polot2011-06-24
|
* WiP (service rewrite)Bart Polot2011-06-09
|
* WiPBart Polot2011-05-13
|
* Finished basic connect/disconnect testBart Polot2011-05-13
|
* WiPBart Polot2011-05-12
|
* WiPBart Polot2011-05-05
|
* WiPBart Polot2011-05-03
|
* Unnecessary message eliminated, network byte conversion addedBart Polot2011-04-11
|
* Finished an attempt on handle_new_client, changed message types to new APIBart Polot2011-04-08
|
* Work in progress (handle_new_client)Bart Polot2011-04-08
|
* Simplified notification messagesBart Polot2011-04-07
|
* Adaped to new API, documentedBart Polot2011-04-07
|
* New mesh APIBart Polot2011-04-06
|
* Make mesh service compileBart Polot2011-04-05
|
* Added local mesh messagesBart Polot2011-04-05
|
* Changed message declaration location, added api messagesBart Polot2011-03-29
|
* changing heap remove node api to not pass heap; more fs hackingChristian Grothoff2011-03-11
|
* Added more data structures and functions to build the skeleton of meshBart Polot2011-03-11
|
* Added first data structures for the MESH serviceBart Polot2011-03-09