aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Expand)AuthorAge
* - add some assertions to make sure the poll mechanism is saneBart Polot2015-10-20
* When cancelling polls cancel pending messages as well, as the message willBart Polot2015-10-20
* -fix doxygen warningsChristian Grothoff2015-10-16
* -fix indentChristian Grothoff2015-10-08
* - ignore confirmation of connections that are being destroyed (tunnel shuttin...Bart Polot2015-10-06
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
* - typo in variable nameBart Polot2015-10-02
* - log shutdownBart Polot2015-10-02
* Fixed usage of known broken paths. If a connection was destroyedBart Polot2015-10-02
* - never invalidate direct paths, show warning insteadBart Polot2015-10-02
* - compiler warningBart Polot2015-10-02
* - unify logging formatBart Polot2015-10-02
* Fix #3929: cancel poll towards disconnected neighborBart Polot2015-09-03
* - assert on createBart Polot2015-09-03
* - register conn_destroy on sent_callbackBart Polot2015-09-03
* - resolve duplicate connection handlingBart Polot2015-08-04
* - logBart Polot2015-08-04
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
* -remove stupid assertionChristian Grothoff2015-07-15
* -need to fully unregister from neighbours, as otherwise assertion fails if id...Christian Grothoff2015-07-15
* Detailed statisticsBart Polot2015-07-15
* - don't send KEEPALIVE if the tunnel has traffic queuedBart Polot2015-07-15
* this should fix #3846Christian Grothoff2015-07-14
* committing version used to produce 3846:9432Christian Grothoff2015-07-14
* adding moderately expensive instrumentation to track down invariant violation...Christian Grothoff2015-07-13
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* - first log, then freeBart Polot2015-06-26
* - Fix #3846. When receiving a create request for an invalid path singal that ...Bart Polot2015-06-26
* - If the path was cleared before, connection is not registered with neighbors...Bart Polot2015-06-25
* - documentation, statistics about failuresBart Polot2015-06-25
* - if this happens the code is badly broken, bail outBart Polot2015-06-25
* - free path after unregisterBart Polot2015-06-24
* - always free connection path, fix memory leakBart Polot2015-06-24
* -doxygen fixesChristian Grothoff2015-06-22
* - don't invalidate direct connections unless peer disconnects on core levelBart Polot2015-06-17
* - roll back duplication of peer->connectionsBart Polot2015-06-17
* - compiler fixesBart Polot2015-06-10
* - refactor connection timeout into one implementationBart Polot2015-06-10
* - move break to documentationBart Polot2015-06-10
* - start poll after sendBart Polot2015-06-10
* - fix poll logBart Polot2015-06-10
* note to selfBart Polot2015-06-10
* - improve POLL logging, debug infoBart Polot2015-06-10
* -avoid concurrent modification trouble when handing peer disconnectChristian Grothoff2015-06-09
* -check next and prev are disjointChristian Grothoff2015-06-08
* -run unregister even if path is NULL, do check uniquenessChristian Grothoff2015-06-08
* -adding additional error checking logicChristian Grothoff2015-06-08
* -assertion also does not hold, messy codeChristian Grothoff2015-06-08
* -indentation, doxygen, be a bit pickier about return values to eliminate poss...Christian Grothoff2015-06-08
* - fix debug msgs, mark tripped breakBart Polot2015-04-30