- doxygen
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_tunnel.c
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- fixes
2013-10-18 Bart Polot- fix ACK direction
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-17 Bart Polot- debug
2013-10-17 Bart Polot- unify payload, fixes
2013-10-17 Bart Polot- multiple fixes
2013-10-11 Bart Polot- use server<->client ACKs, not reliable
2013-10-11 Bart Polot- avoid infinite ACK loops when creating loopback channels
2013-10-11 Bart Polot- address FIXMEs
2013-10-11 Bart Polot- fix shutdown
2013-10-11 Bart Polot- debug
2013-10-11 Bart Polot- mesh builds again
2013-10-11 Bart Polot- backport
2013-10-11 Bart Polot- fix wild replace
2013-10-11 Bart Polot- fix encryption/decryption visisbility
2013-10-11 Bart Polot- fix "broken connection" notifications
2013-10-11 Bart Polot- fixes in DHT handling
2013-10-11 Bart Polot- sync
2013-10-10 Bart Polot- fix peer
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- move connection message accounting
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- fixes
2013-10-10 Bart Polot- use different enum to prevent collisions
2013-10-10 Bart Polot- connection fixing
2013-10-09 Bart Polot- local channel id better accounted for per-client
2013-10-09 Bart Polot- fixing channel functions
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- add peer's tunnel setter
2013-10-08 Bart Polot- use public channel handlers
2013-10-08 Bart Polot- move connection initialization to GMC_new
2013-10-08 Bart Polot- fix LOG
2013-10-08 Bart Polot- use per-module logging
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-08 Bart Polot- finished coarse refactoring