aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_paths.c
Commit message (Expand)AuthorAge
* extra assertsChristian Grothoff2017-02-16
* use force when requiredChristian Grothoff2017-02-16
* add assertion that we do not release path that is still used by a connectionChristian Grothoff2017-02-13
* force attachment if connection is still thereChristian Grothoff2017-02-01
* preserve invariants while calling GCP_detatch_path while reorging pathsChristian Grothoff2017-02-01
* fix rung prev injectionChristian Grothoff2017-01-31
* fix loop detection logicChristian Grothoff2017-01-31
* do not recompute off if we can just pass it inChristian Grothoff2017-01-31
* do not test against unset cpath values that we skippedChristian Grothoff2017-01-31
* added path desirability calculationsChristian Grothoff2017-01-29
* add path desirability calculationsChristian Grothoff2017-01-29
* fix shutdown sequenceChristian Grothoff2017-01-29
* sanitize paths to eliminate loops before using them; fix off-by-one causing a...Christian Grothoff2017-01-29
* 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
* make new cadet implementation the default: all tests pass (on my system); how...Christian Grothoff2017-01-25
* towards path desirability calculationsChristian Grothoff2017-01-23
* fix off-by-oneChristian Grothoff2017-01-22
* really fully create path objects before calling even GCP_path_entry_add()Christian Grothoff2017-01-22
* misc bugfixesChristian Grothoff2017-01-22
* initialize new path fully before trying to attach itChristian Grothoff2017-01-22
* fix shutdown logicChristian Grothoff2017-01-22
* nicer loggingChristian Grothoff2017-01-22
* must not move location of -struct CadetPeerPathEntry- in memory when growing ...Christian Grothoff2017-01-22
* fix a few off-by-onesChristian Grothoff2017-01-22
* make GCPP_2s also return static stringChristian Grothoff2017-01-22
* improving loggingChristian Grothoff2017-01-22
* implement get_path_from_routeChristian Grothoff2017-01-21
* more LOG macrosChristian Grothoff2017-01-21
* much work on connection/route/peer-level queue managementChristian Grothoff2017-01-19
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
* 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