aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
Commit message (Collapse)AuthorAge
* - rename 256 bit mesh hash typeBart Polot2014-04-07
|
* - use MeshHash in connection codeBart Polot2014-03-10
|
* - use MeshHashBart Polot2014-03-10
|
* - log fixes, limit kx to live tunnelsBart Polot2013-12-17
|
* - use force flag to avoid connections dropping channel management dataBart Polot2013-11-29
| | | | | | - multiple bugfixes with channel shutdown
* - dont try to send data on connections that are going to be destroyedBart Polot2013-11-27
|
* - docBart Polot2013-11-15
| | | | | - use tunnel queues on channel retransmit
* - dont use a cancel handle if cont is NULL, fix potential memleakBart Polot2013-11-15
|
* - allow to cancel connection messagesBart Polot2013-11-08
| | | | | - change poll/ack mechanism
* - refactoringBart Polot2013-11-06
| | | | | | - fixes - doxygen
* - change key exchange messages to own encapsulationBart Polot2013-11-05
|
* - fix leaksBart Polot2013-10-24
| | | | | - refactor to simplify APIs
* - doxygenBart Polot2013-10-21
|
* - doxygenBart Polot2013-10-18
|
* - flow control changes and fixesBart Polot2013-10-18
|
* - multiple fixesBart Polot2013-10-17
|
* - mesh builds againBart Polot2013-10-11
|
* - backportBart Polot2013-10-11
|
* - fix "broken connection" notificationsBart Polot2013-10-11
|
* - fixes in DHT handlingBart Polot2013-10-11
|
* - fix queueing Bart Polot2013-10-10
|
* - add polling API to connectionBart Polot2013-10-10
|
* - expose appropriate functions in APIBart Polot2013-10-10
|
* - fixesBart Polot2013-10-10
|
* - fixesBart Polot2013-10-10
|
* -fix header inclusionChristian Grothoff2013-10-09
|
* - syncBart Polot2013-10-09
|
* - cleanupBart Polot2013-10-09
|
* - fixed _tunnelBart Polot2013-10-09
| | | | | - solved data struct visibility
* - use public channel handlersBart Polot2013-10-08
|
* - move connection initialization to GMC_newBart Polot2013-10-08
| | | | | - fix core references
* - export core handlers from connection: all p2p messages are connection ↵Bart Polot2013-10-08
| | | | related but core is connected to peers
* - move all core/PeerIdentity interacting code to _peer, remove ↵Bart Polot2013-10-08
| | | | GNUNET_PeerIdentity from _connection
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - more refactoringBart Polot2013-10-02
|
* - too much uncommited workBart Polot2013-10-01