aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
...
* - make sure own_id is a correct NULL-terminated stringBart Polot2015-09-03
* Fix #3929: cancel poll towards disconnected neighborBart Polot2015-09-03
* - return NULL when handle is NULLBart Polot2015-09-03
* - handle case if ports == NULLBart Polot2015-09-03
* - dump client info on requestBart Polot2015-09-03
* - unregister from client on destroyBart Polot2015-09-03
* - refactor client handlingBart Polot2015-09-03
* - minor fixesBart Polot2015-09-03
* - cancel transmission on shutdownBart Polot2015-09-03
* - save Header Key for skipped messagesBart Polot2015-09-03
* - logBart Polot2015-09-03
* - simplify loglevelBart Polot2015-09-03
* - use NBOBart Polot2015-09-03
* - use transmit handles in cadet CLIBart Polot2015-09-03
* - logBart Polot2015-09-03
* - use hex channel numbersBart Polot2015-09-03
* - debug framingBart Polot2015-09-03
* - use channel debugBart Polot2015-09-03
* - assert on createBart Polot2015-09-03
* - register conn_destroy on sent_callbackBart Polot2015-09-03
* - reset message counters on rekeyBart Polot2015-08-19
* - use proper printf type, avoid accessing memory out of scopeBart Polot2015-08-19
* - fix #3928: make sure accessed variables are below size thresholdBart Polot2015-08-19
* - move var declaration to innermost scopeBart Polot2015-08-19
* - mark cancelled task as NULLBart Polot2015-08-19
* This probably fixes #3944David Barksdale2015-08-11
* - resolve duplicate connection handlingBart Polot2015-08-04
* - logBart Polot2015-08-04
* - logBart Polot2015-08-04
* - cancel pending AX_KX when forced to send a KX by peer, fix #3927Bart Polot2015-08-04
* - more descriptive tunnel statusesBart Polot2015-08-04
* - only change from uninitialized to sent, to avoid having the tunnel as not r...Bart Polot2015-07-31
* - remove unnecesary includeBart Polot2015-07-31
* - fix CLI netcatBart Polot2015-07-31
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
* - warn about leftover CHANNEL_DESTROY in tunnel, do not break (connectivity e...Bart Polot2015-07-31
* - fix uninitialized memBart Polot2015-07-31
* - ignore AX KX when we already know the peer's key, not when the state is KEY...Bart Polot2015-07-31
* - remove hello loggingBart Polot2015-07-31
* - logBart Polot2015-07-22
* - cancel retry task if all pending messages are freed by bitfield ACKBart Polot2015-07-20
* - code formatting, loggingBart Polot2015-07-20
* -remove stupid assertionChristian Grothoff2015-07-15
* -need to fully unregister from neighbours, as otherwise assertion fails if id...Christian Grothoff2015-07-15
* - better logBart Polot2015-07-15
* - log warningBart Polot2015-07-15
* Detailed statisticsBart Polot2015-07-15
* - debug infoBart Polot2015-07-15
* - docBart Polot2015-07-15
* - send payload on AX key receiveBart Polot2015-07-15