- loopback traffic redirection
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_tunnel.c
2013-11-07 Bart Polot- loopback traffic redirection
2013-11-07 Bart Polot- don't handshake on loopback tunnels
2013-11-07 Bart Polot- fixed state overwriting
2013-11-06 Bart Polot- refactoring
2013-11-06 Bart Polot- doxygen
2013-11-06 Bart Polot- fixes
2013-11-05 Bart Polot- fixes, doc
2013-11-05 Bart Polot- refactoring, extra checks
2013-11-05 Bart Polot- cleanup
2013-11-05 Bart Polot- change key exchange messages to own encapsulation
2013-10-30 Bart Polot- kx
2013-10-25 Bart Polot- encryption stuff
2013-10-24 Bart Polot- fix double free
2013-10-24 Bart Polot- fix leaks
2013-10-21 Bart Polot- avoid double-adding a channel into the tunnel list...
2013-10-21 Bart Polot- log
2013-10-21 Bart Polot- debug
2013-10-18 Bart Polot- doxygen
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