aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnel.c
Commit message (Expand)AuthorAge
* - save Header Key for skipped messagesBart Polot2015-09-03
* - logBart Polot2015-09-03
* - use channel debugBart Polot2015-09-03
* - reset message counters on rekeyBart Polot2015-08-19
* - use proper printf type, avoid accessing memory out of scopeBart Polot2015-08-19
* - fix #3928: make sure accessed variables are below size thresholdBart Polot2015-08-19
* - move var declaration to innermost scopeBart Polot2015-08-19
* - mark cancelled task as NULLBart Polot2015-08-19
* This probably fixes #3944David Barksdale2015-08-11
* - logBart Polot2015-08-04
* - cancel pending AX_KX when forced to send a KX by peer, fix #3927Bart Polot2015-08-04
* - only change from uninitialized to sent, to avoid having the tunnel as not r...Bart Polot2015-07-31
* - warn about leftover CHANNEL_DESTROY in tunnel, do not break (connectivity e...Bart Polot2015-07-31
* - fix uninitialized memBart Polot2015-07-31
* - ignore AX KX when we already know the peer's key, not when the state is KEY...Bart Polot2015-07-31
* - logBart Polot2015-07-22
* - log warningBart Polot2015-07-15
* Detailed statisticsBart Polot2015-07-15
* - debug infoBart Polot2015-07-15
* - send payload on AX key receiveBart Polot2015-07-15
* - let one keepalive be queued at shutdownBart Polot2015-07-15
* - don't send KEEPALIVE if the tunnel has traffic queuedBart Polot2015-07-15
* - fix end of kx condition to reception of valid payload onlyBart Polot2015-07-15
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* - use 32 byte castBart Polot2015-06-30
* - fix log formatBart Polot2015-06-26
* - don't log old mesh versions as errorsBart Polot2015-06-26
* - destroy queued messages only after making sure no channels have handles to ...Bart Polot2015-06-25
* - free skipped keys on tunnel Axolotl destroyBart Polot2015-06-24
* - fix memleakBart Polot2015-06-17
* - fix shutdown memleakBart Polot2015-06-17
* - make sure tunnel queues are consistentBart Polot2015-06-17
* - fix returned buffer amount, to make sure channel bugs don't affect connectionsBart Polot2015-06-10
* Always allow a connection to receive data in a tunnel, even if all buffers ar...Bart Polot2015-06-10
* -if the rest of the code uses horrible casts, one more hardly mattersChristian Grothoff2015-06-08
* -fix use of uninit memoryChristian Grothoff2015-06-08
* -assertion also does not hold, messy codeChristian Grothoff2015-06-08
* -doxygenChristian Grothoff2015-06-08
* turn 'force_reply' into a bitfield for future extensionsChristian Grothoff2015-06-05
* -simplifying Cadet KX to directly use EdDSA keys for ECDHEChristian Grothoff2015-06-04
* -adding missing const's and a commentChristian Grothoff2015-05-22
* handle case where type is neither ENCRYPTED nor AXChristian Grothoff2015-05-01
* fix traffic stall in case the is more messages queued in the tunnel buffer th...Bart Polot2015-04-30
* - don't queue more than 3 messagesBart Polot2015-04-30
* - remove debugBart Polot2015-04-30
* -doxygenChristian Grothoff2015-04-29
* - critical errorBart Polot2015-04-27
* - refactor storing AX keysBart Polot2015-04-27
* - only modify to key sent before the key derivationBart Polot2015-04-27
* - resend ax kx when lostBart Polot2015-04-27