- doxygen
[oweals/gnunet.git] / src / cadet /
2014-12-15 Bart Polot- doxygen
2014-12-15 Bart Polot- doxygen
2014-12-15 Bart Polot- fix resetting of key cleaner task
2014-12-15 Bart Polot- log
2014-12-15 Bart Polot- use proper STDIO
2014-12-15 Bart Polot- avoid usage of direct stdio sprintf
2014-12-14 Christian Grothoff-do forcestart for gns; doxygen fixes
2014-12-11 Christian Grothoff-indentation, doxygen, style
2014-12-11 Bart Polot- proper CADET overhead
2014-12-11 Bart PolotAdd maximum message size
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-12-07 Christian Grothoff-style
2014-10-15 Bart Polot- debug key clearing
2014-10-15 Bart Polot- fix logging of key material
2014-10-15 Bart Polot- only try to pop messages if there are any, otherwise...
2014-10-15 Bart Polot- fix connection.c:972 assertion, mark tunnel as WAITIN...
2014-10-15 Bart Polot- fix assertion during single-connection timeout, updat...
2014-10-15 Bart Polot- log
2014-10-15 Bart Polot- test all log files (except .log)
2014-10-15 Bart Polot- wrong condition, random paths removed instead of...
2014-10-15 Bart Polot- signal when dht path is not correct, style
2014-10-15 Bart Polot- off by one: add own ID to ID array when creating...
2014-10-15 Bart PolotUse optimizaiton of paths on store from DHT as well...
2014-10-15 Bart Polot- fix false assert trigger when message #0 is lost
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-09-05 Bart Polot- remove dead code
2014-09-05 Bart Polot- check path length, simplify error conditions
2014-09-05 Bart Polot- free memory on error, coverity #13058
2014-09-05 Bart Polot- remove dead code, coverity #13008
2014-08-31 Bart Polot- remove duplicate/incorrect API call
2014-08-31 Bruno CabralFix infinite loop ( grothoff, please check !)
2014-07-30 Bart Polot- log
2014-07-30 Bart Polot- debug info on queued messages when popping
2014-07-30 Bart Polot- remove unencrypted keepalive sending
2014-07-30 Bart Polot- show tunnel info on error
2014-07-30 Bart Polot- don't try to salvage traffic if no payload is queued
2014-07-30 Bart Polot- don't show error messages if tunnel's state is WAITING
2014-07-30 Bart Polot- better feedback to users about duplicated messages
2014-07-30 Bart Polot- don't break on old errors, check for ERROR level...
2014-07-29 Bart Polot- mark connections as to be destroyed by the _sent...
2014-07-29 Bart Polot- more info on buildbot errors
2014-07-29 Bart Polot- dump keys to STRERR on debug, if flag is on
2014-07-28 Bart Polot- don't revive dead tunnels
2014-07-28 Bart Polot- missing cstate2s
2014-07-28 Bart Polot- fix trim-after-free
2014-07-28 Bart Polot- dont complain about tunnels in search of a path
2014-07-28 Bart PolotResend traffic queued on connections that time-out...
2014-07-28 Bart Polot- use WAITING if some connections are in progress
2014-07-28 Bart Polot- set tunnel cstate to SEARCH when 0 connections are...
2014-07-25 Bart Polot- fix error condition
2014-07-25 Bart Polot- fix handling of SYNACK corner case
2014-07-25 Bart Polot- if an "old_key" is not valid (for instance, at tunnel...
2014-07-25 Bart Polot- inform about dropped messages
2014-07-25 Bart Polot- debug info on error
2014-07-24 Bart Polot- don't send keepalives if traffic is queued
2014-07-24 Bart Polot- restore long tests
2014-07-24 Bart Polot- in ACK tests, the initializer message is part of...
2014-07-24 Bart Polot- revamp almost all cadet tests, keep track of messages...
2014-07-23 Bart Polot- send ack AFTER removing message from queue, otherwise...
2014-07-23 Bart Polot- count a MIMD as received only after sending it to...
2014-07-23 Bart Polot- send past messages to client, as they are ordered...
2014-07-23 Bart Polot- log payload of dropped data
2014-07-23 Bart Polot- correct data feedback
2014-07-23 Bart Polot- make sure head of pending messages is > expected...
2014-07-23 Bart Polot- clear ready flag on send
2014-07-23 Bart Polot- fix logging
2014-07-22 Bart Polot- make sure connection is destroyed and no use-after...
2014-07-22 Bart Polot- only an error if counter was wrong
2014-07-22 Bart Polot- Keepalives should NOT be transmitted in the clear
2014-07-22 Bart Polot- add connection state BROKEN for connections destroyed...
2014-07-21 Bart Polot- more debug info on buildbots
2014-07-21 Bart PolotForce sending of KX messages even when connection queue...
2014-07-21 Bart Polot- fix
2014-07-21 Bart Polot- fix tunnel state management after connection failure<
2014-07-21 Bart Polot- debug info for tunnel status mismatch
2014-07-21 Bart Polot- schedule next keepalive even if tunnel is still in...
2014-07-21 Bart Polot- debug INFO for missing keepalive in BCK
2014-07-21 Bart Polot- On a new EPHM, do a immediate rekey
2014-07-21 Bart Polot- notify about deleted messages when popping messages...
2014-07-21 Bart Polot- doxygen, code formatting
2014-07-21 Bart Polot- as connecton_pop destroys many message type wihtout...
2014-07-21 Bart Polot- don't dereference c in connection pop, c might be...
2014-07-21 Bart Polot- more debug info on received ACK, doxygen
2014-07-21 Bart Polot- show queued messages when allowing client to send...
2014-07-21 Bart Polot- don't re-encrypt data queued in a broken connection
2014-07-21 Bart Polot- save old logfiles
2014-07-21 Bart Polot- simplify loopcheck
2014-07-21 Bart Polot- check that the connection belongs to a tunnel when...
2014-07-21 Bart Polot- cancel any rekey tasks when calling it directly
2014-07-21 Bart Polot- test for coredumps and assertions on loopcheck
2014-07-21 Bart Polot- warn when test goes wrong
2014-07-21 Bart Polot- when a connection is broken, remove it from tunnel...
2014-07-21 Bart Polot- allow to run specific checks in a loop
2014-07-09 Bart Polot- include NULL guards in debug
2014-07-09 Bart Polot- fix variable log level, add connection debug function
2014-07-09 Bart Polot- include order upsets kdevelop
2014-07-05 Bart Polot- document code, small sanity checks
2014-07-04 Bart Polot- fix #3483
2014-07-04 Bart Polot- verbose debug
2014-07-04 Bart Polot- dont use pointer after free
next