- cancel SYNACK retry task when forced to SYNACK by an incoming SYN
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_peer.h
2014-03-22 Bart Polot- eliminate broken paths
2014-03-21 Bart Polot- add message pop from transmission queue
2014-02-05 Bart Polot- use HELLOs from DHT to try_connect on TRANSPORT level
2014-02-04 Bart Polot- copy hellos since parameter is const
2014-02-04 Bart PolotUse stored hellos to try to establish direct connection...
2014-02-04 Bart Polot- add hello messages to peers
2014-01-30 Bart Polot- service-side implementation of peer queries
2013-12-16 Bart Polot- small refactor
2013-12-16 Bart Polot- don't loop on the same invalid path
2013-11-08 Bart Polot- allow to cancel connection messages
2013-11-06 Bart Polot- refactoring
2013-10-24 Bart Polot- fix leaks
2013-10-21 Bart Polot- document possible 'hidden' frees
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-11 Bart Polot- fixes in DHT handling
2013-10-11 Bart Polot- sync
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- move connection message accounting
2013-10-10 Bart Polot- change queueing API, adapt connections
2013-10-10 Bart Polot- expose appropriate functions in API
2013-10-10 Bart Polot- use const for peer IDs
2013-10-10 Bart Polot- fix connection.c
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- move path manipulation to API
2013-10-10 Bart Polot- move queue canceling to peer.c
2013-10-10 Bart Polot- connection fixing
2013-10-10 Bart PolotCalculate outgoing connection performance
2013-10-09 Bart Polot- add callback when we give a message to CORE
2013-10-09 Christian Grothoff-fix header inclusion
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- add peer's tunnel setter
2013-10-08 Bart Polot- move connection initialization to GMC_new
2013-10-08 Bart Polot- MOve peer2s to peer section
2013-10-08 Bart Polot- finished coarse refactoring
2013-10-02 Bart Polot- more refactoring