- add separate encryption enabled mesh to avoid breakage during developement
[oweals/gnunet.git] / src / mesh / mesh_protocol.h
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-07-23 Bart Polot- dead code
2013-07-19 Bart Polot- major refactoring, implement bi-directional keepalive...
2013-07-15 Bart Polot- change MID to 32bits, allow overflow (fixes lost...
2013-07-15 Bart Polot- use fitting data type
2013-07-13 Bart Polot- use message ID for end-to-end ACKs
2013-07-10 Bart Polot- don't use deltas, send last PID in POLL message instead
2013-07-08 Bart PolotAdded mesh reliable tunnels
2013-06-28 Bart PolotReplace mesh with new version
2012-10-05 Bart Polot- fix #2580
2012-10-04 Bart Polot- New mesh message
2012-09-07 Bart PolotAdded explicit keepalive to mesh
2012-08-09 Bart Polot- wip bck ack
2012-08-08 Bart Polot- typo
2012-07-23 Bart Polot- ack function
2012-07-23 Bart Polot- message format for flow control info
2012-07-23 Bart Polot- use configuration file, use statistics, bugfixes...
2012-07-20 Bart Polot- fixes, new message
2012-07-20 Bart Polot- add packet ID to both multicast and unicast
2012-07-20 Bart Polot- partial change, broken build system on laptop
2012-06-27 Bart Polot- move mesh regex block code to a lib
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-11-10 Bart PolotAdded TTL and packet ID to multicast packets, to avoid...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-24 Bart PolotAdded connection broken p2p notifications
2011-10-18 Bart PolotWiP
2011-08-30 Bart Polotindent
2011-08-15 Christian Grothoffindentation
2011-08-05 Bart PolotChange client <-> service traffic
2011-08-04 Bart PolotAdded handler for Path ACK messages
2011-08-03 Bart PolotAdded real ACK for path acknowledgement
2011-06-22 Bart PolotWiP
2011-06-15 Bart PolotChanged PeerInfo / Path structure
2011-05-12 Bart PolotWiP
2011-05-05 Bart PolotSeparated structs used in network protocol into new...