Fix for #4553
[oweals/gnunet.git] / src / cadet /
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-05-03 Bart PolotFix shutdown assertion failure in core_api: avoid doubl...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-30 Bart Polot- free queued messages on peer destroy, fix #4001
2016-03-30 Bart Polot- fix condition on connection timeout
2016-03-30 Bart Polot- check return value on send_broken_unknown
2016-03-30 Bart Polot- refactor, test orderd
2016-03-30 Bart Polot- use proper setter method
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- refactor connection destroy handling, fix #4020
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- indent, clarify messages
2016-03-30 Bart Polot- typo, comparison order
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-09 Bart Polot- warn when trying to send traffic to disconnected...
2015-12-09 Bart PolotAnother attampt at fixing #4010: mark unavailable neigh...
2015-12-09 Bart PolotFix #4020, wrong assertion: if destroy is different...
2015-10-20 Bart Polot- add some assertions to make sure the poll mechanism...
2015-10-20 Bart PolotWhen cancelling polls cancel pending messages as well...
2015-10-18 Christian Grothoff-do not suggest twice
2015-10-18 Christian Grothoff-stop active offer before starting another one
2015-10-18 Christian Grothoffuse ATS connectivity suggestion instead of deprecated...
2015-10-18 Christian Grothoff-track hello offer handle while it is active
2015-10-16 Christian Grothoff-fix doxygen warnings
2015-10-13 Bart PolotAlways force queue local messages when the client was...
2015-10-08 Bart Polot- only request reply if no key is known
2015-10-08 Christian Grothoff-fix indent
2015-10-06 Bart Polot- fix script to work with barebone versions of sh
2015-10-06 Bart Polot- ignore confirmation of connections that are being...
2015-10-06 Bart Polot- remove unused variable
2015-10-06 Bart Polot- refactor test dropping, reduce test load
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- don't show WARNINGs on duplicate traffic
2015-10-02 Bart Polot- only break for cadet errors
2015-10-02 Bart Polot- remove debug
2015-10-02 Bart Polot- adjust logging
2015-10-02 Bart Polot- find the correct stored key, not always the first one
2015-10-02 Bart PolotDon't reset axolotl state on receipt of a pseudo-duplic...
2015-10-02 Bart PolotFix try_old_keys, in order to use it for data with...
2015-10-02 Bart Polot- added hexdump-like function to write binary data...
2015-10-02 Bart Polot- typo in variable name
2015-10-02 Bart Polot- use correct message number in the logs
2015-10-02 Bart Polot- cancel all transmissions so core_api doesn't complain
2015-10-02 Bart Polot- log shutdown
2015-10-02 Bart Polot- removed false break
2015-10-02 Bart PolotFixed usage of known broken paths. If a connection...
2015-10-02 Bart Polot- cancel transmit requests before destroying channels...
2015-10-02 Bart Polot- don't connect twice on core_connect, as it may cause...
2015-10-02 Bart Polot- fix processing of messages with no payload (keepalives)
2015-10-02 Bart Polot- fix log
2015-10-02 Bart Polot- additional test
2015-10-02 Bart Polot- never invalidate direct paths, show warning instead
2015-10-02 Bart Polot- use better variable names
2015-10-02 Bart Polot- don't try to connect to peers that are neighbors...
2015-10-02 Bart Polot- connect if there are less connections than the minimu...
2015-10-02 Bart Polot- don't leave freed memory on the peer's path list...
2015-10-02 Bart Polot- fix logging
2015-10-02 Bart Polot- use proper connection states for a tunnel
2015-10-02 Bart Polot- reduce log level
2015-10-02 Bart Polot- compiler warning
2015-10-02 Bart Polot- use correct hash type
2015-10-02 Bart Polot- style, change rounds
2015-10-02 Bart Polot- don't stop looking for connections as long as the...
2015-10-02 Bart Polot- indicate retransmitted packets on conn log
2015-10-02 Bart Polot- unify logging format
2015-10-02 Bart Polot- don't call core if there is no traffic
2015-09-03 Bart Polot- format
2015-09-03 Bart Polot- make sure own_id is a correct NULL-terminated string
2015-09-03 Bart PolotFix #3929: cancel poll towards disconnected neighbor
2015-09-03 Bart Polot- return NULL when handle is NULL
2015-09-03 Bart Polot- handle case if ports == NULL
2015-09-03 Bart Polot- dump client info on request
2015-09-03 Bart Polot- unregister from client on destroy
2015-09-03 Bart Polot- refactor client handling
2015-09-03 Bart Polot- minor fixes
2015-09-03 Bart Polot- cancel transmission on shutdown
2015-09-03 Bart Polot- save Header Key for skipped messages
2015-09-03 Bart Polot- log
2015-09-03 Bart Polot- simplify loglevel
2015-09-03 Bart Polot- use NBO
2015-09-03 Bart Polot- use transmit handles in cadet CLI
2015-09-03 Bart Polot- log
2015-09-03 Bart Polot- use hex channel numbers
2015-09-03 Bart Polot- debug framing
2015-09-03 Bart Polot- use channel debug
2015-09-03 Bart Polot- assert on create
2015-09-03 Bart Polot- register conn_destroy on sent_callback
2015-08-19 Bart Polot- reset message counters on rekey
2015-08-19 Bart Polot- use proper printf type, avoid accessing memory out...
2015-08-19 Bart Polot- fix #3928: make sure accessed variables are below...
2015-08-19 Bart Polot- move var declaration to innermost scope
2015-08-19 Bart Polot- mark cancelled task as NULL
2015-08-11 David BarksdaleThis probably fixes #3944
2015-08-04 Bart Polot- resolve duplicate connection handling
2015-08-04 Bart Polot- log
2015-08-04 Bart Polot- log
2015-08-04 Bart Polot- cancel pending AX_KX when forced to send a KX by...
2015-08-04 Bart Polot- more descriptive tunnel statuses
next