optimize mqm_head scans by avoiding constantly scanning over definitively non-ready...
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_peer.c
2017-01-29 Christian Grothoffoptimize mqm_head scans by avoiding constantly scanning...
2017-01-29 Christian Grothoffimplement route timeouts at 3x keepalive frequency
2017-01-29 Christian Grothoffimplement route timeouts at 3x keepalive frequency
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-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothofflogging fixes, notify MQM clients properly
2017-01-22 Christian Grothofffix shutdown logic
2017-01-22 Christian Grothofffix comparisson
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothoffproperly launch DHT GETs based on need for paths
2017-01-22 Christian Grothoffimproving logging
2017-01-21 Christian Grothoffimplement get_path_from_route
2017-01-21 Christian Grothoffmore LOG macros
2017-01-21 Christian Grothoffremaing remaining mandatory functions for basic operation
2017-01-19 Christian Grothoffnote on things left to do
2017-01-19 Christian Grothoffmuch work on connection/route/peer-level queue management
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothofftowards actual routing...
2017-01-17 Christian Grothoffmore work on new CADET
2017-01-16 Christian Grothofffinish logic to maintain paths
2017-01-16 Christian Grothoffmore work on peers, paths and tunnels
2017-01-16 Christian Grothoffmore work on peer and paths structures
2017-01-16 Christian Grothoffdesign CadetPeerPathEntry data structure
2017-01-15 Christian Grothoffstarting re-implementation of CADET service