aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
Commit message (Expand)AuthorAge
* - show WARNINGs for bad handshakesBart Polot2013-12-18
* - 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
* - respond to data on unknown channels with destroy (avoids retransmissions)Bart 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
* - debug infoBart Polot2013-12-17
* - missing message type (accidental deletion?)Bart Polot2013-12-16
* - debug infoBart Polot2013-12-16
* - debugBart 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
* - remove connection from tunnel when no longer usableBart Polot2013-12-16
* - stop kx on empty tunnelsBart Polot2013-12-16
* - debug infoBart Polot2013-12-16
* - logBart Polot2013-12-16
* - small refactorBart Polot2013-12-16
* - don't loop on the same invalid pathBart Polot2013-12-16
* - signal shutdown, don't create new connections, fix 3214Bart Polot2013-12-16
* - various minor fixes and breaksBart Polot2013-12-16
* - fix 3163#c7868Bart Polot2013-12-13
* - fix delete loopBart Polot2013-12-12
* - if a kx fails due to reconnect state, don't complain (it'll get retransmitt...Bart Polot2013-12-12
* - don't return on found connection, more checks to goBart Polot2013-12-12
* - return NULL when continuation is NULL, avoid channel:860 breakBart Polot2013-12-12
* - cancel transmission altogether on errorBart Polot2013-12-12
* - react to connection destrutcion in exisitng tunnelBart Polot2013-12-12
* - simplify tunnel delayed queueBart Polot2013-12-12
* - refine assert conditionBart Polot2013-12-10
* - simplify the crazyness of sending tunnel-queued data: avoid going back to c...Bart Polot2013-12-10
* - fix extra iterator stepBart Polot2013-12-10
* - crazyness (see doc)Bart Polot2013-12-09
* - fix handle for tunnel queueing during KXBart Polot2013-12-09
* - relay error to peer, indentationBart Polot2013-12-09
* - dont allow NULL connections in a tunnelBart Polot2013-12-09
* - doxygenBart Polot2013-12-09
* - fix channel numberingBart Polot2013-12-05
* - use cleaner codeBart Polot2013-12-04
* - cleanup tunnel apiBart Polot2013-12-01
* - loopback traffic should not touch tunnel code. Mark as a warning, replace w...Bart Polot2013-12-01
* - use force flag to avoid connections dropping channel management dataBart Polot2013-11-29
* - revamp mesh_common code, minor refactoringBart Polot2013-11-27
* - fix consensus profiler test (multiple channels reusing same tunnel/session)Bart Polot2013-11-27
* - dont update tunnel c-state on dataBart Polot2013-11-27
* - fix case of reconnection during valid handshakeBart Polot2013-11-27