aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_peer.c
Commit message (Expand)AuthorAge
* move path destruction to separate task to avoid deep-recursion free-while-in-...Christian Grothoff2017-02-26
* make sure after any transmission succeeds we continue looking for more (previ...Christian Grothoff2017-02-18
* preserve invariants while calling GCP_detatch_path while reorging pathsChristian Grothoff2017-02-01
* path heap could be null here during shutdownChristian Grothoff2017-02-01
* fix peer destruction triggersChristian Grothoff2017-02-01
* stop destroy task if connection goes upChristian Grothoff2017-01-31
* Fix off-by-oneChristian Grothoff2017-01-31
* Save next pointer in case mqm gets freedDavid Barksdale2017-01-29
* add path desirability calculationsChristian Grothoff2017-01-29
* sanitize paths to eliminate loops before using them; fix off-by-one causing a...Christian Grothoff2017-01-29
* optimize mqm_head scans by avoiding constantly scanning over definitively non...Christian Grothoff2017-01-29
* implement route timeouts at 3x keepalive frequencyChristian Grothoff2017-01-29
* 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
* misc bugfixesChristian Grothoff2017-01-22
* logging fixes, notify MQM clients properlyChristian Grothoff2017-01-22
* fix shutdown logicChristian Grothoff2017-01-22
* fix comparissonChristian Grothoff2017-01-22
* nicer loggingChristian Grothoff2017-01-22
* properly launch DHT GETs based on need for pathsChristian Grothoff2017-01-22
* improving loggingChristian Grothoff2017-01-22
* implement get_path_from_routeChristian Grothoff2017-01-21
* more LOG macrosChristian Grothoff2017-01-21
* remaing remaining mandatory functions for basic operationChristian Grothoff2017-01-21
* note on things left to doChristian Grothoff2017-01-19
* much work on connection/route/peer-level queue managementChristian Grothoff2017-01-19
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
* use new shortmap to simplify CADET logic a bitChristian Grothoff2017-01-17
* towards actual routing...Christian Grothoff2017-01-17
* more work on new CADETChristian Grothoff2017-01-17
* finish logic to maintain pathsChristian Grothoff2017-01-16
* more work on peers, paths and tunnelsChristian Grothoff2017-01-16
* more work on peer and paths structuresChristian Grothoff2017-01-16
* design CadetPeerPathEntry data structureChristian Grothoff2017-01-16
* starting re-implementation of CADET serviceChristian Grothoff2017-01-15