aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_tunnels.c
Commit message (Expand)AuthorAge
* introduce concept of unverified_kx, as a step towards having KX_AUTH implemen...Christian Grothoff2017-01-27
* pass only CadetTunnelAxolotl if it suffices, preparation for having ambiguous...Christian Grothoff2017-01-27
* trying to make KX logic slightly more readableChristian Grothoff2017-01-27
* implement tie-breaking in case both peers establish a connection to each othe...Christian Grothoff2017-01-27
* use 'futures' bitfield in ACKs properly, revisit unbuffered/out-of-order tran...Christian Grothoff2017-01-26
* implement random packet drop option, fix retransmission logicChristian Grothoff2017-01-26
* implement keepalivesChristian Grothoff2017-01-25
* preparations for keepalivesChristian Grothoff2017-01-25
* nicer loggingChristian Grothoff2017-01-25
* avoid cmp pointers, cmp ccn instead, as client may literally be the sameChristian Grothoff2017-01-23
* fix log invocationChristian Grothoff2017-01-23
* fix log invocationChristian Grothoff2017-01-23
* fix shutdown sequence, start to handle loopbackChristian Grothoff2017-01-23
* correctly handle assignment of cid during channel open, send channel open ack...Christian Grothoff2017-01-22
* fixing misc cleanup issuesChristian Grothoff2017-01-22
* misc bugfixesChristian Grothoff2017-01-22
* pass correct closureChristian Grothoff2017-01-22
* logging fixes, notify MQM clients properlyChristian Grothoff2017-01-22
* fix shutdown logicChristian Grothoff2017-01-22
* nicer loggingChristian Grothoff2017-01-22
* must delay iteration over paths until later, as we may be right now creating ...Christian Grothoff2017-01-22
* improving loggingChristian Grothoff2017-01-22
* fix startup interaction between channel and tunnel to not send CHANNEL_OPEN u...Christian Grothoff2017-01-22
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
* fixing leaksChristian Grothoff2017-01-22
* at least NULL the task handle in the unimplemented taskChristian Grothoff2017-01-22
* ensure tunnels are shutdown at the right time during shutdownChristian Grothoff2017-01-22
* initialize ephemeral keysChristian Grothoff2017-01-22
* more logging, minor bugfixes / renamesChristian Grothoff2017-01-21
* some renaming, some code general code cleanup, some loggingChristian Grothoff2017-01-21
* remaing remaining mandatory functions for basic operationChristian Grothoff2017-01-21
* more work on new tunnel logicChristian Grothoff2017-01-20
* pass messages from tunnel to channelChristian Grothoff2017-01-20
* more work on channel/tunnel logicChristian Grothoff2017-01-20
* much work on connection/route/peer-level queue managementChristian Grothoff2017-01-19
* baby steps towards KXChristian Grothoff2017-01-19
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
* more rename festivitiesChristian Grothoff2017-01-18
* cadet message struct and type rename-festChristian Grothoff2017-01-18
* add logic to properly decode and dispatch decrypted messagesChristian Grothoff2017-01-17
* towards decrypting traffic in new CADETChristian Grothoff2017-01-17
* use new shortmap to simplify CADET logic a bitChristian Grothoff2017-01-17
* importing KX logic, integrating encryption logicChristian Grothoff2017-01-17
* more work on new CADETChristian Grothoff2017-01-17
* more work on peers, paths and tunnelsChristian Grothoff2017-01-16
* starting re-implementation of CADET serviceChristian Grothoff2017-01-15