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