Revert "- convince gcc to compile"
[oweals/gnunet.git] / src / cadet /
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
2014-07-03 Bart Polot- fix connection pending counter
2014-07-03 Bart Polot- debug info for buildbot reports
2014-07-03 Bart PolotSince we started using ECC, peer identities ARE public...
2014-07-02 Bart Polot- trigger an immediate rekey if a peer's ephemeral...
2014-07-02 Bart Polot- dont destroy in-progress kx
2014-07-02 Bart Polot- destroy kx_ctx created on receipt of an ephemeral...
2014-07-02 Bart Polot- refactor
2014-07-02 Bart Polot- fix #3479
2014-07-02 Bart Polot- fix error condition
2014-07-02 Bart Polot- don't warn when connection is being established
2014-07-02 Bart Polot- don't update ACK based on queued and yet undelivered...
2014-07-02 Bart Polot- fix log
2014-06-30 Bart Polot- debug
2014-06-25 Bart Polot- log
2014-06-24 Bart Polot- adjust test's log levels
2014-06-24 Bart Polot- debug info for #3425
2014-06-24 Bart Polot- update m2s for non-payload
2014-06-24 Bart Polot- don't use payload_type on non-payload messages
2014-06-24 Bart Polot- more verbose warning message
2014-06-24 Bart Polot- remove debug info used to fix #3405
2014-06-24 Bart Polot- check return values from GCC_send_prebuilt_message
2014-06-24 Bart Polot- don't try update info on NULL connections, avoid...
2014-06-24 Bart Polot- more info API
2014-06-24 Bart Polot- use same loglevel as connect
2014-06-24 Bart Polot- doxygen
2014-06-24 Bart Polot- use setter, imporve logs
2014-06-24 Bart Polot- attempt to fix #3405
2014-06-24 Bart Polot- refactor peer debug
2014-06-24 Bart Polot- fix peer debug null deref
2014-06-24 Bart Polot- more debug for #3405
2014-06-24 Bart Polot- use setter
2014-06-24 Bart Polot- add last contact, DHT handle to peer debug info,...
2014-06-24 Bart Polot- fix params
2014-06-24 Bart Polot- add debug function about a peer for #3405
2014-06-24 Bart Polot- add a peer debug function
2014-06-23 Bart Polot- fix ERROR log
2014-06-18 Bart Polot- fix NULL connection on queue_send
2014-06-18 Bart PolotAdd a debug "dump to stderr" feature to cadet
2014-06-17 Christian Grothoff-fix memory leak for 0==p->length
2014-06-17 Bart Polot- make sure the keepalive test generates more than...
2014-06-17 Bart Polot- fix crash on unexpected malformed PING
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- fix KX for very short rekey periods (seconds)
2014-06-17 Bart Polot- refactor kx ctx creation, add debug
2014-06-17 Bart Polot- fixes, renaming
2014-06-17 Bart Polot- refactor key selection, hmac calculation
2014-06-17 Bart Polot- add 2s for new state, reduce buffer
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- send 1000 messages to force re-key testing
2014-06-17 Bart Polot- check message size to avoid infinite loop
2014-06-17 Bart PolotIMPORTANT FIX: use return value for integrity check
2014-06-17 Bart PolotAllow to send traffic with the new key when the rekey...
2014-06-17 Bart Polot- add rekey state
2014-06-17 Bart Polot- only create keys on new ephemeral info
2014-06-17 Bart Polot- limit queued messages on tunnel level when tunnel...
2014-06-17 Bart Polot- Allow two GC_2s calls in one line (limited reentrant...
2014-06-17 Bart Polot- test and log for bug #0003423
2014-06-17 Bart Polot- verbose tunnel debug in error cases
next