aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* - add some assertions to make sure the poll mechanism is saneBart Polot2015-10-20
* When cancelling polls cancel pending messages as well, as the message willBart Polot2015-10-20
* -do not suggest twiceChristian Grothoff2015-10-18
* -stop active offer before starting another oneChristian Grothoff2015-10-18
* use ATS connectivity suggestion instead of deprecated GNUNET_TRANSPORT_try_co...Christian Grothoff2015-10-18
* -track hello offer handle while it is activeChristian Grothoff2015-10-18
* -fix doxygen warningsChristian Grothoff2015-10-16
* Always force queue local messages when the client was pre-authorized to send....Bart Polot2015-10-13
* - only request reply if no key is knownBart Polot2015-10-08
* -fix indentChristian Grothoff2015-10-08
* - fix script to work with barebone versions of shBart Polot2015-10-06
* - ignore confirmation of connections that are being destroyed (tunnel shuttin...Bart Polot2015-10-06
* - remove unused variableBart Polot2015-10-06
* - refactor test dropping, reduce test loadBart Polot2015-10-06
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
* - don't show WARNINGs on duplicate trafficBart Polot2015-10-02
* - only break for cadet errorsBart Polot2015-10-02
* - remove debugBart Polot2015-10-02
* - adjust loggingBart Polot2015-10-02
* - find the correct stored key, not always the first oneBart Polot2015-10-02
* Don't reset axolotl state on receipt of a pseudo-duplicate AX key exchange.Bart Polot2015-10-02
* Fix try_old_keys, in order to use it for data with the same Header key but ou...Bart Polot2015-10-02
* - added hexdump-like function to write binary data to logBart Polot2015-10-02
* - typo in variable nameBart Polot2015-10-02
* - use correct message number in the logsBart Polot2015-10-02
* - cancel all transmissions so core_api doesn't complainBart Polot2015-10-02
* - log shutdownBart Polot2015-10-02
* - removed false breakBart Polot2015-10-02
* Fixed usage of known broken paths. If a connection was destroyedBart Polot2015-10-02
* - cancel transmit requests before destroying channels, warn API users if notBart Polot2015-10-02
* - don't connect twice on core_connect, as it may cause problems since connect...Bart Polot2015-10-02
* - fix processing of messages with no payload (keepalives)Bart Polot2015-10-02
* - fix logBart Polot2015-10-02
* - additional testBart Polot2015-10-02
* - never invalidate direct paths, show warning insteadBart Polot2015-10-02
* - use better variable namesBart Polot2015-10-02
* - don't try to connect to peers that are neighbors alreadyBart Polot2015-10-02
* - connect if there are less connections than the minimum, not moreBart Polot2015-10-02
* - don't leave freed memory on the peer's path list, signal error and remove a...Bart Polot2015-10-02
* - fix loggingBart Polot2015-10-02
* - use proper connection states for a tunnelBart Polot2015-10-02
* - reduce log levelBart Polot2015-10-02
* - compiler warningBart Polot2015-10-02
* - use correct hash typeBart Polot2015-10-02
* - style, change roundsBart Polot2015-10-02
* - don't stop looking for connections as long as the tunnel existsBart Polot2015-10-02
* - indicate retransmitted packets on conn logBart Polot2015-10-02
* - unify logging formatBart Polot2015-10-02
* - don't call core if there is no trafficBart Polot2015-10-02
* - formatBart Polot2015-09-03