- use variables to cound ch, conns
[oweals/gnunet.git] / src / mesh / mesh.h
2014-01-13 Bart Polot- various CLI fixes
2014-01-06 Bart Polot- missing cli<->serv messages
2013-12-28 Bart Polot- Add some of the tunnel introscpecion back
2013-11-27 Bart Polot- revamp mesh_common code, minor refactoring
2013-11-16 Christian Grothoff-fix include order
2013-11-14 Bart PolotUse encrypted MESH by default
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Christian Grothoff-fixing FTBFS
2013-07-15 Bart PolotChange get_info API
2013-07-13 Bart Polot- use one tunnelnotification struct
2013-07-13 Bart Polot- update status of client protocol
2013-07-13 Bart Polot- use enum, add out of order option
2013-07-10 Bart Polot- simplified MESH client<->service API as per suggestio...
2013-07-10 Bart Polot- use multihashmap32 instead of own implementation
2013-07-08 Bart PolotAdded mesh reliable tunnels
2013-06-28 Bart PolotReplace mesh with new version
2013-01-18 Bart Polot- cpp guards
2012-12-12 Bart Polot- break regex into multiple messages
2012-11-22 Bart Polot- monitor tunnel inital implementation, WIP
2012-11-17 Bart PolotAdded mesh CLI with basic tunnel listing
2012-10-26 Bart Polot- implementation of configurable regex compression
2012-09-28 Bart Polot- fix mesh fc when buffering is off
2012-09-13 Bart Polot- Update Mesh Client <-> Service API documentation
2012-08-18 Bart Polot- use window size client<->server, x4 faster
2012-08-18 Bart Polot- make api use same window size
2012-08-09 Bart Polot- refactoring
2012-08-09 Bart Polot- add debug functions, refactor, add common code file
2012-08-02 Bart Polot- fixes, more refactoring
2012-08-01 Bart Polot- wip
2012-07-31 Bart Polot- more debug, client side ACK
2012-07-25 Bart PolotEliminated mesh API buffering
2012-07-20 Bart Polot- partial change, broken build system on laptop
2012-06-22 Bart Polot- api part of connect by string
2012-06-14 Bart Polot- document blacklist messages
2012-06-10 Christian Grothoff-queue size is now at most 1
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-11-02 Bart PolotChanged tree library to be completely detached from...
2011-10-30 Christian Grothoffmaking the new mesh the default
2011-10-19 Bart PolotAdded peer in tunnel deletion, changes to tree management
2011-10-17 Bart PolotUpdated TODO, docuementation, testcase
2011-09-20 Bart PolotCleaned and fixed refactoring to improve separation...
2011-09-20 Bart PolotRefactored MeshTunnel Trees and Paths in a separate...
2011-09-08 Bart PolotExtended test case, fixed bugs, refactored code and...
2011-09-07 Bart PolotFixed bugs
2011-09-05 Bart PolotCompleted incoming tunnel handling, refactored destroy...
2011-09-02 Bart PolotChanges in API, adapted code and testfiles, improved...
2011-09-01 Bart PolotAdded peer add timeout handling, tunnel connect/disconn...
2011-08-30 Christian Grothoffcommunicate operation timeouts
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-15 Christian Grothoffindentation
2011-08-05 Bart PolotChange client <-> service traffic
2011-06-24 Bart PolotWiP (mesh data handling and connection ACKs)
2011-06-09 Bart PolotWiP (service rewrite)
2011-05-13 Bart PolotWiP
2011-05-13 Bart PolotFinished basic connect/disconnect test
2011-05-12 Bart PolotWiP
2011-05-05 Bart PolotWiP
2011-05-03 Bart PolotWiP
2011-04-11 Bart PolotUnnecessary message eliminated, network byte conversion...
2011-04-08 Bart PolotFinished an attempt on handle_new_client, changed messa...
2011-04-08 Bart PolotWork in progress (handle_new_client)
2011-04-07 Bart PolotSimplified notification messages
2011-04-07 Bart PolotAdaped to new API, documented
2011-04-06 Bart PolotNew mesh API
2011-04-05 Bart PolotMake mesh service compile
2011-04-05 Bart PolotAdded local mesh messages
2011-03-29 Bart PolotChanged message declaration location, added api messages
2011-03-11 Christian Grothoffchanging heap remove node api to not pass heap; more...
2011-03-11 Bart PolotAdded more data structures and functions to build the...
2011-03-09 Bart PolotAdded first data structures for the MESH service