- various minor fixes and breaks
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_tunnel.c
2013-12-16 Bart Polot- various minor fixes and breaks
2013-12-13 Bart Polot- fix 3163#c7868
2013-12-12 Bart Polot- fix delete loop
2013-12-12 Bart Polot- if a kx fails due to reconnect state, don't complain...
2013-12-12 Bart Polot- don't return on found connection, more checks to go
2013-12-12 Bart Polot- return NULL when continuation is NULL, avoid channel...
2013-12-12 Bart Polot- cancel transmission altogether on error
2013-12-12 Bart Polot- react to connection destrutcion in exisitng tunnel
2013-12-12 Bart Polot- simplify tunnel delayed queue
2013-12-10 Bart Polot- refine assert condition
2013-12-10 Bart Polot- simplify the crazyness of sending tunnel-queued data...
2013-12-10 Bart Polot- fix extra iterator step
2013-12-09 Bart Polot- crazyness (see doc)
2013-12-09 Bart Polot- fix handle for tunnel queueing during KX
2013-12-09 Bart Polot- relay error to peer, indentation
2013-12-09 Bart Polot- dont allow NULL connections in a tunnel
2013-12-09 Bart Polot- doxygen
2013-12-05 Bart Polot- fix channel numbering
2013-12-04 Bart Polot- use cleaner code
2013-12-01 Bart Polot- cleanup tunnel api
2013-12-01 Bart Polot- loopback traffic should not touch tunnel code. Mark...
2013-11-29 Bart Polot- use force flag to avoid connections dropping channel...
2013-11-27 Bart Polot- revamp mesh_common code, minor refactoring
2013-11-27 Bart Polot- fix consensus profiler test (multiple channels reusin...
2013-11-27 Bart Polot- dont update tunnel c-state on data
2013-11-27 Bart Polot- fix case of reconnection during valid handshake
2013-11-27 Bart Polot- tunnels need separate connectivity state and encrypti...
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
next