- minor changes, TODO, debug message
[oweals/gnunet.git] / src / cadet /
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
2015-06-26 Bart Polot- first log, then free
2015-06-26 Bart Polot- fix log format
2015-06-26 Bart Polot- don't log old mesh versions as errors
2015-06-26 Bart Polot- try to retransmit in case of core error
2015-06-26 Bart Polot- explicitly track shutdown status
2015-06-26 Bart Polot- don't torture buildbots with 5000 messages
2015-06-26 Bart PolotMerge branch 'crypto'
2015-06-26 Bart Polot- Fix #3846. When receiving a create request for an...
2015-06-26 Bart Polot- on shutdown it will happen that core will return...
2015-06-25 Bart Polot- don't try to retrive a peer during a shutdown task
2015-06-25 Bart Polot- destroy queued messages only after making sure no...
2015-06-25 Bart Polot- If the path was cleared before, connection is not...
2015-06-25 Bart Polot- documentation, statistics about failures
2015-06-25 Bart Polot- if this happens the code is badly broken, bail out
2015-06-24 Bart Polot- fix error message
2015-06-24 Bart Polot- fix
2015-06-24 Bart Polot- complain about excessive core waiting times
2015-06-24 Bart Polot- check connections on peer destroy
2015-06-24 Bart Polot- free skipped keys on tunnel Axolotl destroy
2015-06-24 Bart Polot- free path after unregister
2015-06-24 Bart Polot- always free connection path, fix memory leak
2015-06-23 David BarksdaleNULL terminate core_handlers[]
2015-06-22 Christian Grothoff-doxygen fixes
2015-06-18 Bart Polot- only log time if core is requested
2015-06-18 Bart Polot- add core timing to peer debug
2015-06-18 Bart Polot- cleanup
2015-06-17 Bart Polot- free hello when destroying peer
2015-06-17 Bart Polot- destroy peers on shutdown
2015-06-17 Bart Polot- fix memleak
2015-06-17 Bart Polot- since the connection->id reduction hashmap puts use...
2015-06-17 Bart Polot- make sure there are no duplicates in the hashmap
2015-06-17 Bart Polot- don't invalidate direct connections unless peer disco...
2015-06-17 Bart Polot- roll back duplication of peer->connections
2015-06-17 Bart Polot- fix shutdown memleak
2015-06-17 Bart Polot- log
2015-06-17 Bart Polot- make sure tunnel queues are consistent
2015-06-10 Bart Polot- compiler fixes
2015-06-10 Bart Polot- refactor connection timeout into one implementation
2015-06-10 Bart Polot- fix returned buffer amount, to make sure channel...
2015-06-10 Bart PolotAlways allow a connection to receive data in a tunnel...
2015-06-10 Bart Polot- move break to documentation
next