add statistics for packets dropped by cadet due to full buffer
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_tunnels.c
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffintroduce concept of unverified_kx, as a step towards...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffpass only CadetTunnelAxolotl if it suffices, preparatio...
2017-01-27 Christian Grothofftrying to make KX logic slightly more readable
2017-01-27 Christian Grothoffimplement tie-breaking in case both peers establish...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-26 Christian Grothoffuse 'futures' bitfield in ACKs properly, revisit unbuff...
2017-01-26 Christian Grothoffimplement random packet drop option, fix retransmission...
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffimplement keepalives
2017-01-25 Christian Grothoffpreparations for keepalives
2017-01-25 Christian Grothoffnicer logging
2017-01-23 Christian Grothoffavoid cmp pointers, cmp ccn instead, as client may...
2017-01-23 Christian Grothofffix log invocation
2017-01-23 Christian Grothofffix log invocation
2017-01-23 Christian Grothofffix shutdown sequence, start to handle loopback
2017-01-22 Christian Grothoffcorrectly handle assignment of cid during channel open...
2017-01-22 Christian Grothofffixing misc cleanup issues
2017-01-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothoffpass correct closure
2017-01-22 Christian Grothofflogging fixes, notify MQM clients properly
2017-01-22 Christian Grothofffix shutdown logic
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothoffmust delay iteration over paths until later, as we...
2017-01-22 Christian Grothoffimproving logging
2017-01-22 Christian Grothofffix startup interaction between channel and tunnel...
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-21 Christian Grothofffixing leaks
2017-01-21 Christian Grothoffat least NULL the task handle in the unimplemented...
2017-01-21 Christian Grothoffensure tunnels are shutdown at the right time during...
2017-01-21 Christian Grothoffinitialize ephemeral keys
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
2017-01-21 Christian Grothoffsome renaming, some code general code cleanup, some...
2017-01-21 Christian Grothoffremaing remaining mandatory functions for basic operation
2017-01-20 Christian Grothoffmore work on new tunnel logic
2017-01-20 Christian Grothoffpass messages from tunnel to channel
2017-01-20 Christian Grothoffmore work on channel/tunnel logic
2017-01-19 Christian Grothoffmuch work on connection/route/peer-level queue management
2017-01-19 Christian Grothoffbaby steps towards KX
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-17 Christian Grothoffadd logic to properly decode and dispatch decrypted...
2017-01-17 Christian Grothofftowards decrypting traffic in new CADET
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothoffimporting KX logic, integrating encryption logic
2017-01-17 Christian Grothoffmore work on new CADET
2017-01-16 Christian Grothoffmore work on peers, paths and tunnels
2017-01-15 Christian Grothoffstarting re-implementation of CADET service