index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cadet
/
cadet_path.c
Age
Commit message (
Expand
)
Author
2017-03-11
remove old CADET testcases
Christian Grothoff
2016-07-20
- reduce INFO level debug
Bart Polot
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-04-30
implementing new scheduler shutdown semantics
Christian Grothoff
2016-04-09
small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-10-02
- don't leave freed memory on the peer's path list, signal error and remove a...
Bart Polot
2015-07-31
- refactor GCP_get_peer, fix get peer info
Bart Polot
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-06-26
- if a path is NULL is not equivalent to any other
Bart Polot
2015-06-25
- don't try to retrive a peer during a shutdown task
Bart Polot
2015-06-17
- don't invalidate direct connections unless peer disconnects on core level
Bart Polot
2015-06-17
- log
Bart Polot
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-15
- added path_cmp
Bart Polot
2014-12-24
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...
Christian Grothoff
2014-12-15
- refactorize path checking code, look both ways
Bart Polot
2014-12-15
Never invalidate a direct path. (Like after getting a CONNECTION_BROKEN on a ...
Bart Polot
2014-10-15
Use optimizaiton of paths on store from DHT as well as on receipt from CONN_C...
Bart Polot
2014-06-17
-fix memory leak for 0==p->length
Christian Grothoff
2014-05-14
- change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)
Bart Polot
2014-05-07
Renamed directory
Bart Polot