aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* - fix core_disconnect handler to avoid reusing the direct path being destroyedBart Polot2013-12-17
* - dont destroy a path right away, broken paths can cause long loops with outd...Bart Polot2013-12-17
* - log fixes, limit kx to live tunnelsBart Polot2013-12-17
* - log malformed pingsBart Polot2013-12-17
* - dying connections can drop trafficBart Polot2013-12-17
* - respond to data on unknown channels with destroy (avoids retransmissions)Bart Polot2013-12-17
* - include all message types in switch, complain if unknownBart Polot2013-12-17
* - fix state selectionBart Polot2013-12-17
* - use tunnel encryption state to select decryption keyBart Polot2013-12-17
* -call GMT_sent when canceling tunneled buffered messages before the KX completesBart Polot2013-12-17
* - dont count destroyed connectionsBart Polot2013-12-17
* - fix connection ack direction, revert assert to breakBart Polot2013-12-17
* - restore breakBart Polot2013-12-17
* - always allow sending KX messagesBart Polot2013-12-17
* - fix log msgBart Polot2013-12-17
* - refactor and improve path creationBart Polot2013-12-17
* - debug infoBart Polot2013-12-17
* - register keepalive for destructionBart Polot2013-12-17
* - refine break conditionBart Polot2013-12-17
* - don't always cancel channel's task on confirm: might be a duplicate confirm...Bart Polot2013-12-16
* - missing message type (accidental deletion?)Bart Polot2013-12-16
* - logsBart Polot2013-12-16
* - not a break, can happen if only one path is known and a connection is alrea...Bart Polot2013-12-16
* - not a protocol break, plausible asyc msgBart Polot2013-12-16
* - debug infoBart Polot2013-12-16
* - logBart Polot2013-12-16
* - don't show WARNING/ERROR on wrong connection create, debug+statistics insteadBart Polot2013-12-16
* - debugBart Polot2013-12-16
* - don't keep alive connections that are scheduled to be destroyedBart Polot2013-12-16
* - fixBart Polot2013-12-16
* - fix timing out of connectionsBart Polot2013-12-16
* - debugBart Polot2013-12-16
* - only treat KX as confirmation if connection is not in destroy stateBart Polot2013-12-16
* - duplicate PONG can happen if PING was re-transmitted but first one came thr...Bart Polot2013-12-16
* - fix memleak on tunnel destruction during kxBart Polot2013-12-16
* - don't complain about async PONG messagesBart Polot2013-12-16
* - fix prev commitBart Polot2013-12-16
* - remove connection from tunnel when no longer usableBart Polot2013-12-16
* - loglevelBart Polot2013-12-16
* - stop kx on empty tunnelsBart Polot2013-12-16
* - debug infoBart Polot2013-12-16
* - not a breakBart Polot2013-12-16
* - debugBart Polot2013-12-16
* - fixBart Polot2013-12-16
* - logBart Polot2013-12-16
* - simplify error handlingBart Polot2013-12-16
* - fixesBart Polot2013-12-16
* - small refactorBart Polot2013-12-16
* - avoid double free / use after freeBart Polot2013-12-16
* - fix assertionsBart Polot2013-12-16