- add underlay api implementation
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_tunnel.h
2013-12-10 Bart Polot- simplify the crazyness of sending tunnel-queued data...
2013-12-09 Bart Polot- doxygen
2013-12-01 Bart Polot- cleanup tunnel api
2013-11-29 Bart Polot- use force flag to avoid connections dropping channel...
2013-11-27 Bart Polot- tunnels need separate connectivity state and encrypti...
2013-11-15 Bart Polot- doc
2013-11-15 Bart Polot- add tunnel callback for retransmissions
2013-11-14 Bart Polot- remove superfluous tunnel state
2013-11-14 Bart Polot- fix channel flow control in corner cases
2013-11-07 Bart Polot- remove all possible ambiguous 'fwd' parameters in...
2013-11-07 Bart Polot- internal api change: add channel direction autodetect...
2013-11-07 Bart Polot- clean up API
2013-11-06 Bart Polot- refactoring
2013-11-06 Bart Polot- fixes
2013-11-05 Bart Polot- doc
2013-11-05 Bart Polot- header
2013-11-05 Bart Polot- change key exchange messages to own encapsulation
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-11 Bart Polot- mesh builds again
2013-10-11 Bart Polot- fix encryption/decryption visisbility
2013-10-10 Bart Polot- fix peer
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- expose appropriate functions in API
2013-10-10 Bart Polot- fix connection.c
2013-10-10 Bart Polot- fixes
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-10 Bart Polot- use different enum to prevent collisions
2013-10-10 Bart Polot- connection fixing
2013-10-09 Bart Polot- fixing channel functions
2013-10-09 Christian Grothoff-fix header inclusion
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-08 Bart Polot- fix main mesh file
2013-10-08 Bart Polot- finished coarse refactoring