- log
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_tunnel.c
2013-11-27 Bart Polot- log
2013-11-19 Bart Polot- more shutdown fixes
2013-11-19 Bart Polot- fix shutdown order
2013-11-19 Bart Polot- remove warning
2013-11-19 Bart Polot- api fix
2013-11-19 Bart Polot- delete tunnel from peermap at shutdown
2013-11-18 Bart Polot- destroy channels when tunnels is being destroyed...
2013-11-18 Bart Polot- doc, notes
2013-11-15 Bart Polot- doc
2013-11-15 Bart Polot- add tunnel callback for retransmissions
2013-11-15 Bart Polot- fix NACK handling (related to cov 10832)
2013-11-15 Bart Polot- non-null check always performed before call: not...
2013-11-15 Bart Polot- log
2013-11-14 Bart Polot- fix memleak on KX drop
2013-11-14 Bart Polot- avoid timeout in test_reliable_* if KX message is...
2013-11-14 Bart Polot- remove superfluous tunnel state
2013-11-14 Bart Polot- send ping on rekey timeout
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-08 Bart Polot- allow to cancel connection messages
2013-11-08 Bart Polot- fix polling
2013-11-08 Bart Polot- fix kx
2013-11-07 Bart Polot- debug
2013-11-07 Bart Polot- move connection set code to connection.c
2013-11-07 Bart Polot- fix create handler when port is closed
2013-11-07 Bart Polot- fix #3091
2013-11-07 Bart Polot- remove all possible ambiguous 'fwd' parameters in...
2013-11-07 Bart Polot- fix loopback channel create
2013-11-07 Bart Polot- internal api change: add channel direction autodetect...
2013-11-07 Bart Polot- clean up API
2013-11-07 Bart Polot- fix mixed-direction connections on tunnel
2013-11-07 Bart Polot- use explicit kx send function, avoid many ugly hacks
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