- add PID getter
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_connection.h
2014-05-07 Bart Polot- add PID getter
2014-04-11 Bart Polot- more info in log about payload
2014-04-10 Bart Polot- don't free connections in the middle of being build.
2014-04-07 Bart Polot- rename 256 bit mesh hash type
2014-03-10 Bart Polot- use MeshHash in connection code
2014-03-10 Bart Polot- use MeshHash
2013-12-17 Bart Polot- log fixes, limit kx to live tunnels
2013-11-29 Bart Polot- use force flag to avoid connections dropping channel...
2013-11-27 Bart Polot- dont try to send data on connections that are going...
2013-11-15 Bart Polot- doc
2013-11-15 Bart Polot- dont use a cancel handle if cont is NULL, fix potenti...
2013-11-08 Bart Polot- allow to cancel connection messages
2013-11-06 Bart Polot- refactoring
2013-11-05 Bart Polot- change key exchange messages to own encapsulation
2013-10-24 Bart Polot- fix leaks
2013-10-21 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-17 Bart Polot- multiple fixes
2013-10-11 Bart Polot- mesh builds again
2013-10-11 Bart Polot- backport
2013-10-11 Bart Polot- fix "broken connection" notifications
2013-10-11 Bart Polot- fixes in DHT handling
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- add polling API to connection
2013-10-10 Bart Polot- expose appropriate functions in API
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- fixes
2013-10-09 Christian Grothoff-fix header inclusion
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- cleanup
2013-10-09 Bart Polot- fixed _tunnel
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- export core handlers from connection: all p2p message...
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-02 Bart Polot- more refactoring
2013-10-01 Bart Polot- too much uncommited work