fix bit counting mess
[oweals/gnunet.git] / src / dht / gnunet-service-dht_neighbours.c
2020-05-26 Martin Schanzenbachfix bit counting mess
2019-10-31 Christian Grothofftighten formatting rules
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-04-26 Julius Büngermemcmp() -> GNUNET_memcmp(), first take
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-12 Christian Grothoffensure DHT never accepts or passes along expired blocks
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-06-04 Phil-merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-04 Christian Grothoffmerge benchmark changes
2018-06-03 Christian Grothoffproper datacache expiration by proximity first
2018-05-30 Christian Grothoffadd proximity considerations to datacache
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-26 Christian Grothoffmake sure DHT does not pass around cyclic paths
2017-02-22 Christian Grothoffeliminate dead argument
2017-02-22 Christian Grothofffix bug introduced with BLOCK change where we would...
2017-02-22 Christian Grothoffno log macro in here
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffenable RR option for HELLO gets in DHT
2017-02-22 Christian Grothofffix test_dht_montior abortion, fix crash on NULL HELLO
2017-02-22 Christian Grothoffsupport BF size adjustments in other plugins
2017-02-22 Christian Grothofftry to fix BF size mess created by original BLOCK API...
2017-02-22 Christian Grothoffclean up new block logic, avoid direct linkage against...
2017-02-20 Christian Grothoffcompleted big block refactoring in preparation for...
2017-02-02 Christian Grothoffhave sanity checks for DHT path construction
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-09 Christian Grothoffcosmetics
2016-09-26 Christian Grothoffporting xdht to new service API, major code de-duplicat...
2016-09-26 Christian Grothoffrefactor DHT for new service API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-08 Christian Grothoffeliminate constantly hashing PIDs by storing and cachin...
2016-08-01 Christian Grothoff-migrate to new core MQ API
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-06-27 Christian Grothoff-do not crash if disable_try_connect is set
2016-06-27 Christian Grothoff-misc fixes to DHT tests
2016-06-19 Christian Grothoff-assert on task
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-18 Christian Grothoff-fix
2015-10-18 Christian Grothoff-install entry in DHT
2015-10-18 Christian Grothofftransition from TRANSPORT_try_connect to modern ATS...
2015-10-18 Christian Grothoffrename all_known_peers to all_connected_peers
2015-10-18 Christian Grothoff-cosmetics, and preparations for try_connect change
2015-07-18 Christian Grothoffwork around bogus cc warning -- for some C compilers...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-16 Christian Grothoff-remove dead/unused fenv.h include (as suggested by...
2015-02-28 Christian Grothoff-extend block API to allow specifying flags, use this...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-13 Christian Grothoff-doxygen, one more statistic
2014-10-05 Christian Grothoff-actually enable logic to drop part of path to fit...
2014-05-27 Christian Grothoffenable DHT monitors to distinguish routing requests...
2014-03-28 Supriti SinghFramework for put/get/monitor
2014-02-17 Supriti Singh1.Modified struct PeerTrailSetupMessage and PeerTrailSe...
2014-02-05 Bart Polot- change log info of LOG_TRAFFIC, use R5N to distinguis...
2014-02-05 Bart Polot- log FULL keys on mismatch
2014-01-30 Christian Grothoff-doxygen
2014-01-30 Christian Grothofftowards reviving priorities in core API, this time...
2014-01-21 Supriti Singhincomplete code for finger and friend tables
2013-12-19 LRNmalloc -> new
2013-10-07 Christian Grothoffrename coreAPI to core_api to follow naming conventions...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting dht to compile again (part of #3047)
2013-09-30 Christian Grothoff-getting core, nse, testbed, ats-tool and peerinfo...
2013-09-27 Bart Polot- debug
2013-09-23 Christian Grothoffadd option to cache blocks from result messages as...
2013-09-23 Christian Grothoff-doxygen, style
2013-08-29 Matthias Wachsrename to match api name
2013-08-21 Christian Grothoffremoving deprecated argument in 'init' callback of...
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-05-29 Bart Polot- collect traffic info by default
2013-05-23 Bart Polot- explicitly log requests dropped due to TTL exhaustion
2013-03-26 Matthias Wachsapi change
2013-03-25 Matthias Wachsats api change
2013-03-23 Christian Grothoff-doxygen
2013-03-21 Matthias Wachschange to core pai
2013-03-11 Bart PolotBLOCK_EVALUATE regex PUT messages
2013-03-11 Bart Polot- debug xquery
2013-03-08 Bart Polot- more verbosity in DEBUG
2013-03-08 Christian Grothoff-make DHt routing more sane
2013-03-07 Bart Polot- more debug info
2013-03-06 Bart Polotfix
2013-03-06 Bart Polot- dont #define debug output, use getenv
2013-03-05 Bart Polot- dont even start a FIND_PEER if TRY_CONNECT is disabled
2013-03-05 Bart Polot- dont offer hellos if not going to use them
2013-03-01 Bart PolotRemove CORE corking from DHT traffic
next