aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Collapse)AuthorAge
...
* - fix AX/KX CID initializationBart Polot2016-10-26
|
* Make a copy of the message on connection level only if it needs to be ↵Bart Polot2016-10-26
| | | | modified (generated by the Tunnel)
* - simplify connection-level processing of messages to be sentBart Polot2016-10-26
|
* - don't allocate message copies on the heapBart Polot2016-10-26
|
* - send connection keepalive if tunnel is unable to send traffic yetBart Polot2016-10-26
|
* - cancel maintenance message if connection is confirmed while a maintenance ↵Bart Polot2016-10-26
| | | | message is queued
* - minor changes, TODO, debug messageBart Polot2016-10-26
|
* - add queue control in peer and connection to cancel MQ_env when those are ↵Bart Polot2016-10-26
| | | | destroyed, since callbacks could dereference freed memory
* - initialize reserved to 0 to avoid valgrind complaintsBart Polot2016-10-26
|
* -use is_fwd to retrieve traffic directionBart Polot2016-09-20
|
* - fix PID accounting without direct queue controlBart Polot2016-09-20
|
* Port CADET to CORE MQ APIBart Polot2016-09-20
|
* putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR ↵Christian Grothoff2016-08-26
| | | | legacy code
* fixed a memleak, a static string free, an access of freed memory etcCarlo von lynX2016-07-29
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* - fix condition on connection timeoutBart Polot2016-03-30
|
* - check return value on send_broken_unknownBart Polot2016-03-30
|
* - refactor, test orderdBart Polot2016-03-30
|
* - use proper setter methodBart Polot2016-03-30
|
* - doxygenBart Polot2016-03-30
|
* - refactor connection destroy handling, fix #4020Bart Polot2016-03-30
|
* - doxygenBart Polot2016-03-30
|
* - typo, comparison orderBart Polot2016-03-30
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* - warn when trying to send traffic to disconnected neighborBart Polot2015-12-09
|
* Another attampt at fixing #4010: mark unavailable neighbors in FlowControl ↵Bart Polot2015-12-09
| | | | struct, test on POLL
* Fix #4020, wrong assertion: if destroy is different from NO, state MUST be ↵Bart Polot2015-12-09
| | | | DESTROYED
* - 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
| | | | trigger a new poll upon sending. Fix #4010.
* -fix doxygen warningsChristian Grothoff2015-10-16
|
* -fix indentChristian Grothoff2015-10-08
|
* - ignore confirmation of connections that are being destroyed (tunnel ↵Bart Polot2015-10-06
| | | | shutting down, for instance)
* - 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
| | | | | while handling a neighbor disconnection, cadet tried to reconnect to peers using paths containing the disconnecting peer.
* - 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 ↵Christian Grothoff2015-07-15
| | | | identical connection is added
* Detailed statisticsBart Polot2015-07-15
|