aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_path.c
Commit message (Collapse)AuthorAge
* - reduce INFO level debugBart Polot2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* - don't leave freed memory on the peer's path list, signal error and remove ↵Bart Polot2015-10-02
| | | | anyway
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* - if a path is NULL is not equivalent to any otherBart Polot2015-06-26
|
* - don't try to retrive a peer during a shutdown taskBart Polot2015-06-25
|
* - don't invalidate direct connections unless peer disconnects on core levelBart Polot2015-06-17
|
* - logBart Polot2015-06-17
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - added path_cmpBart Polot2015-01-15
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* - refactorize path checking code, look both waysBart Polot2014-12-15
|
* Never invalidate a direct path. (Like after getting a CONNECTION_BROKEN on a ↵Bart Polot2014-12-15
| | | | direct connection)
* Use optimizaiton of paths on store from DHT as well as on receipt from ↵Bart Polot2014-10-15
| | | | CONN_CREATE
* -fix memory leak for 0==p->lengthChristian Grothoff2014-06-17
|
* - change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)Bart Polot2014-05-14
|
* Renamed directoryBart Polot2014-05-07