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
/
dht
/
gnunet-service-dht_neighbours.c
Age
Commit message (
Expand
)
Author
2018-06-12
ensure DHT never accepts or passes along expired blocks
Christian Grothoff
2018-06-07
paragraph for gnunet devs that don't know how to use the web
psyc://loupsycedyglgamf.onion/~lynX
2018-06-07
glitch in the license text detected by hyazinthe, thank you!
psyc://loupsycedyglgamf.onion/~lynX
2018-06-05
first batch of license fixes (boring)
psyc://loupsycedyglgamf.onion/~lynX
2018-06-03
proper datacache expiration by proximity first
Christian Grothoff
2018-05-30
add proximity considerations to datacache
Christian Grothoff
2017-03-17
more renamings relating to 'new' service now just being the 'normal' service
Christian Grothoff
2017-02-26
make sure DHT does not pass around cyclic paths
Christian Grothoff
2017-02-22
eliminate dead argument
Christian Grothoff
2017-02-22
fix bug introduced with BLOCK change where we would eval a local reply twice ...
Christian Grothoff
2017-02-22
no log macro in here
Christian Grothoff
2017-02-22
strcmp instead of memcmp
Christian Grothoff
2017-02-22
enable RR option for HELLO gets in DHT
Christian Grothoff
2017-02-22
fix test_dht_montior abortion, fix crash on NULL HELLO
Christian Grothoff
2017-02-22
support BF size adjustments in other plugins
Christian Grothoff
2017-02-22
try to fix BF size mess created by original BLOCK API change
Christian Grothoff
2017-02-22
clean up new block logic, avoid direct linkage against blockgroup lib from DH...
Christian Grothoff
2017-02-20
completed big block refactoring in preparation for SET-BLOCK integration
Christian Grothoff
2017-02-02
have sanity checks for DHT path construction
Christian Grothoff
2017-01-10
rename connecT -> connect now that the old API is dead
Christian Grothoff
2017-01-09
cosmetics
Christian Grothoff
2016-09-26
porting xdht to new service API, major code de-duplication effort
Christian Grothoff
2016-09-26
refactor DHT for new service API
Christian Grothoff
2016-08-18
Use statement exprs instead of local function
David Barksdale
2016-08-08
eliminate constantly hashing PIDs by storing and caching the result
Christian Grothoff
2016-08-01
-migrate to new core MQ API
Christian Grothoff
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-07-08
migrate transport_core API to MQ
Christian Grothoff
2016-06-27
-do not crash if disable_try_connect is set
Christian Grothoff
2016-06-27
-misc fixes to DHT tests
Christian Grothoff
2016-06-19
-assert on task
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-18
-fix
Christian Grothoff
2015-10-18
-install entry in DHT
Christian Grothoff
2015-10-18
transition from TRANSPORT_try_connect to modern ATS connectivity API
Christian Grothoff
2015-10-18
rename all_known_peers to all_connected_peers
Christian Grothoff
2015-10-18
-cosmetics, and preparations for try_connect change
Christian Grothoff
2015-07-18
work around bogus cc warning -- for some C compilers...
Christian Grothoff
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-06-16
-remove dead/unused fenv.h include (as suggested by Daniel Golle)
Christian Grothoff
2015-02-28
-extend block API to allow specifying flags, use this to allow reducing check...
Christian Grothoff
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2014-12-24
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...
Christian Grothoff
2014-12-13
-doxygen, one more statistic
Christian Grothoff
2014-10-05
-actually enable logic to drop part of path to fit message size, check agains...
Christian Grothoff
2014-05-27
enable DHT monitors to distinguish routing requests from requests that termin...
Christian Grothoff
2014-03-28
Framework for put/get/monitor
Supriti Singh
2014-02-17
1.Modified struct PeerTrailSetupMessage and PeerTrailSetupResultMessage.
Supriti Singh
[next]