aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
Commit message (Expand)AuthorAge
...
* - 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
* - tunnels need separate connectivity state and encryption/handshake statesBart Polot2013-11-27
* - logBart Polot2013-11-27
* - more shutdown fixesBart Polot2013-11-19
* - fix shutdown orderBart Polot2013-11-19
* - remove warningBart Polot2013-11-19
* - api fixBart Polot2013-11-19
* - delete tunnel from peermap at shutdownBart Polot2013-11-19
* - destroy channels when tunnels is being destroyed (but complain: channels sh...Bart Polot2013-11-18
* - doc, notesBart Polot2013-11-18
* - docBart Polot2013-11-15
* - add tunnel callback for retransmissionsBart Polot2013-11-15
* - fix NACK handling (related to cov 10832)Bart Polot2013-11-15
* - non-null check always performed before call: not needed in the function (co...Bart Polot2013-11-15
* - logBart Polot2013-11-15
* - fix memleak on KX dropBart Polot2013-11-14