aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
* -styleChristian Grothoff2014-12-07
|
* - debug key clearingBart Polot2014-10-15
|
* - fix logging of key materialBart Polot2014-10-15
|
* - only try to pop messages if there are any, otherwise directly destory the ↵Bart Polot2014-10-15
| | | | connection
* - fix connection.c:972 assertion, mark tunnel as WAITING when an incoming ↵Bart Polot2014-10-15
| | | | connection is received
* - fix assertion during single-connection timeout, update docsBart Polot2014-10-15
|
* - logBart Polot2014-10-15
|
* - test all log files (except .log)Bart Polot2014-10-15
|
* - wrong condition, random paths removed instead of direct ones, fix #3531Bart Polot2014-10-15
|
* - signal when dht path is not correct, styleBart Polot2014-10-15
|
* - off by one: add own ID to ID array when creating path from DHTBart Polot2014-10-15
|
* Use optimizaiton of paths on store from DHT as well as on receipt from ↵Bart Polot2014-10-15
| | | | CONN_CREATE
* - fix false assert trigger when message #0 is lostBart Polot2014-10-15
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* - remove dead codeBart Polot2014-09-05
|
* - check path length, simplify error conditionsBart Polot2014-09-05
|
* - free memory on error, coverity #13058Bart Polot2014-09-05
|
* - remove dead code, coverity #13008Bart Polot2014-09-05
|
* - 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), ↵Bart Polot2014-07-25
| | | | clear the context ASAP
* - 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 ↵Bart Polot2014-07-23
| | | | assert for sending and ACK of still-existing data
* - 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
|