- fix use of uninitialized memory
[oweals/gnunet.git] / src / cadet /
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
2015-07-31 Bart Polot- only change from uninitialized to sent, to avoid...
2015-07-31 Bart Polot- remove unnecesary include
2015-07-31 Bart Polot- fix CLI netcat
2015-07-31 Bart Polot- refactor GCP_get_peer, fix get peer info
2015-07-31 Bart Polot- warn about leftover CHANNEL_DESTROY in tunnel, do...
2015-07-31 Bart Polot- fix uninitialized mem
2015-07-31 Bart Polot- ignore AX KX when we already know the peer's key...
2015-07-31 Bart Polot- remove hello logging
2015-07-22 Bart Polot- log
2015-07-20 Bart Polot- cancel retry task if all pending messages are freed...
2015-07-20 Bart Polot- code formatting, logging
2015-07-15 Christian Grothoff-remove stupid assertion
2015-07-15 Christian Grothoff-need to fully unregister from neighbours, as otherwise...
2015-07-15 Bart Polot- better log
2015-07-15 Bart Polot- log warning
2015-07-15 Bart PolotDetailed statistics
2015-07-15 Bart Polot- debug info
2015-07-15 Bart Polot- doc
2015-07-15 Bart Polot- send payload on AX key receive
2015-07-15 Bart Polot- let one keepalive be queued at shutdown
2015-07-15 Bart Polot- don't send KEEPALIVE if the tunnel has traffic queued
2015-07-15 Bart Polot- fix end of kx condition to reception of valid payload...
2015-07-15 Bart Polot- improved logging of payload traffic
2015-07-14 Christian Grothoffthis should fix #3846
2015-07-14 Christian Grothoffcommitting version used to produce 3846:9432
2015-07-13 Christian Grothoffadding moderately expensive instrumentation to track...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-30 Bart Polot- use 32 byte cast
2015-06-26 Bart Polot- if a path is NULL is not equivalent to any other
next