aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* - logBart Polot2013-11-30
* - fix segfaultBart Polot2013-11-30
* - use queue/task mechanism for SYNACKsBart Polot2013-11-30
* - refactor mesg sentBart Polot2013-11-30
* - refactorBart Polot2013-11-30
* - legibilityBart Polot2013-11-30
* - initialize timersBart Polot2013-11-30
* - retransmit channel create based on separate timeout tasksBart Polot2013-11-30
* - code cleanupBart Polot2013-11-30
* - docBart Polot2013-11-29
* - fix super-fast (< 20ms) retransmission behavior when the RTT is smaller tha...Bart Polot2013-11-29
* - fix messed scheduler management in data ack handlingBart Polot2013-11-29
* - only complain if mid is BIGGER than expected, because sender sent unauthori...Bart Polot2013-11-29
* - wipBart Polot2013-11-29
* - initialize timing info with real round trip time if availableBart Polot2013-11-29
* - do not count channel management traffic as payloadBart Polot2013-11-29
* - process channel destroy notifications properlyBart Polot2013-11-29
* - docBart Polot2013-11-29
* - use force flag to avoid connections dropping channel management dataBart Polot2013-11-29
* - use callback awareness to cancel unneeded trafficBart Polot2013-11-28
* - remove deprecated testsBart Polot2013-11-28
* - warning--Bart Polot2013-11-28
* - use new keepalive message typeBart Polot2013-11-28
* - send conncetion ack before kex exchange -> cleaner state maintenanceBart Polot2013-11-28
* - typos, indentBart Polot2013-11-28
* - logBart Polot2013-11-28
* - revamp mesh_common code, minor refactoringBart Polot2013-11-27
* - update message typesBart Polot2013-11-27
* - use only once KEEPALIVE messageBart Polot2013-11-27
* - remove old dead code / message typesBart Polot2013-11-27
* - supress compilation warningsBart Polot2013-11-27
* - plug leakBart Polot2013-11-27
* - logBart Polot2013-11-27
* - dont send anything to clients shutting downBart 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
* - dont try to send data on connections that are going to be destroyedBart Polot2013-11-27
* - logBart Polot2013-11-27
* - dont send ACK on dying connectionsBart Polot2013-11-26
* - dont resend useless channel_destroy messagesBart Polot2013-11-26
* - logBart Polot2013-11-26
* - fix port manglingBart Polot2013-11-26
* - allow for destruction of channel inside inbound handlerBart Polot2013-11-26
* - fix crash on GMC_create (3131, 3123)Bart Polot2013-11-26
* - fix 2966: destroy all channels on service crash/disconnectBart Polot2013-11-26
* - fix #3114: add feedback from _local to _channel on who is requesting the ch...Bart Polot2013-11-26
* - testcase for #3114Bart Polot2013-11-26