aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* - remove duplicate/incorrect API callBart Polot2014-08-31
* Fix infinite loop ( grothoff, please check !)Bruno Cabral2014-08-31
* - logBart Polot2014-07-30
* - debug info on queued messages when poppingBart Polot2014-07-30
* - remove unencrypted keepalive sendingBart Polot2014-07-30
* - show tunnel info on errorBart Polot2014-07-30
* - don't try to salvage traffic if no payload is queuedBart Polot2014-07-30
* - don't show error messages if tunnel's state is WAITINGBart Polot2014-07-30
* - better feedback to users about duplicated messagesBart Polot2014-07-30
* - don't break on old errors, check for ERROR level log messagesBart Polot2014-07-30
* - mark connections as to be destroyed by the _sent continuationBart Polot2014-07-29
* - more info on buildbot errorsBart Polot2014-07-29
* - dump keys to STRERR on debug, if flag is onBart Polot2014-07-29
* - don't revive dead tunnelsBart Polot2014-07-28
* - missing cstate2sBart Polot2014-07-28
* - fix trim-after-freeBart Polot2014-07-28
* - dont complain about tunnels in search of a pathBart Polot2014-07-28
* Resend traffic queued on connections that time-out, if the peer is an endpoint.Bart Polot2014-07-28
* - use WAITING if some connections are in progressBart Polot2014-07-28
* - set tunnel cstate to SEARCH when 0 connections are presentBart Polot2014-07-28
* - fix error conditionBart Polot2014-07-25
* - fix handling of SYNACK corner caseBart Polot2014-07-25
* - if an "old_key" is not valid (for instance, at tunnel establishment), clear...Bart Polot2014-07-25
* - inform about dropped messagesBart Polot2014-07-25
* - debug info on errorBart Polot2014-07-25
* - don't send keepalives if traffic is queuedBart Polot2014-07-24
* - restore long testsBart Polot2014-07-24
* - in ACK tests, the initializer message is part of the data exchangeBart Polot2014-07-24
* - revamp almost all cadet tests, keep track of messages, sizes, acksBart Polot2014-07-24
* - send ack AFTER removing message from queue, otherwise ack triggers an asser...Bart Polot2014-07-23
* - count a MIMD as received only after sending it to clientBart Polot2014-07-23
* - send past messages to client, as they are ordered below ACKBart Polot2014-07-23
* - log payload of dropped dataBart Polot2014-07-23
* - correct data feedbackBart Polot2014-07-23
* - make sure head of pending messages is > expected message, fix integer under...Bart Polot2014-07-23
* - clear ready flag on sendBart Polot2014-07-23
* - fix loggingBart Polot2014-07-23
* - make sure connection is destroyed and no use-after-free happensBart Polot2014-07-22
* - only an error if counter was wrongBart Polot2014-07-22
* - Keepalives should NOT be transmitted in the clearBart Polot2014-07-22
* - add connection state BROKEN for connections destroyed on behalf of intermed...Bart Polot2014-07-22
* - more debug info on buildbotsBart Polot2014-07-21
* Force sending of KX messages even when connection queue is fullBart Polot2014-07-21
* - fixBart Polot2014-07-21
* - fix tunnel state management after connection failure<Bart Polot2014-07-21
* - debug info for tunnel status mismatchBart Polot2014-07-21
* - schedule next keepalive even if tunnel is still in SEARCHINGBart Polot2014-07-21
* - debug INFO for missing keepalive in BCKBart Polot2014-07-21
* - On a new EPHM, do a immediate rekeyBart Polot2014-07-21
* - notify about deleted messages when popping messages from a connection, allo...Bart Polot2014-07-21