rename all_known_peers to all_connected_peers
[oweals/gnunet.git] / src / dht / gnunet-service-dht_neighbours.c
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
2013-03-01 Bart Polot- fix in monitoring, style
2013-03-01 Bart Polot- fix in monitoring, documentation, style
2012-11-18 Gabor X Tothconfigurable hello expiration
2012-11-14 Bart Polot- save xquery for neighbors
2012-11-14 Christian Grothoff-back to sane logging
2012-11-14 Christian Grothofffixing crash of mesh service -- reproduced by regex...
2012-11-14 Christian Grothoff-extra logging, minor code cleanup
2012-11-09 Matthias Wachschanges to transport api
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-09-02 Christian Grothoffadding DHT option to disable calls to try connect
2012-06-12 Christian Grothoff-fixing #2420
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-09 Christian Grothoff-simplifying core API (#2400)
2012-05-27 Christian Grothoff-more uniform statistics naming
2012-04-23 Christian Grothoff-fix
2012-04-22 Christian Grothoff-improve debug statement
2012-04-22 Christian Grothoff-eliminating legacy DEBUG ifdefs
2012-04-20 Bart Polot- Rewritten DHT monitoring
2012-04-19 Bart Polot- Add local DHT request to the monitoring results
2012-01-05 Bart Polot- Use correct message types
2012-01-04 Bart PolotNew DHT-monitor functionality
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-25 Christian Grothoffob1
2011-10-25 Christian Grothofffix loop bounds
2011-10-25 Christian Grothoffput ifdefs around DEBUG logs
2011-10-22 Christian Grothoffreplacing 0-terminated atsi-array with array+length...
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-13 Christian Grothoffadapting code to new ATS APIs
2011-10-13 Christian Grothoffnew ATS API -- code won't compile
2011-10-12 Christian Grothoffleak
2011-10-12 Christian Grothoffleak
2011-10-10 Christian Grothoffanother core API simplification due to ATS introduction
2011-10-10 Christian Grothoffrenaming in code to use new ATS pref/reservation API
2011-10-07 Christian Grothofffirst round of simplification to change preference API
2011-10-07 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-05 Christian Grothofftell transport to connect, not core
2011-10-04 Christian Grothoffadd statistic
2011-10-04 Christian Grothoffadd a few assertions
2011-10-04 Christian Grothofffixing memory leak (#1809)
2011-10-04 Christian GrothoffLRN's big logging rewrite (#1805):
2011-09-30 Christian Grothofffixing bloomfilter code, fixing testcase
2011-09-30 Matthias Wachsadded assertion to find https://gnunet.org/bugs/view...
2011-09-30 Christian Grothofffix
2011-09-30 Christian Grothoffre-add logging, move BF add operations to the latest...
2011-09-29 Christian Grothoffremoving excessive logging, adding missing decrement...
2011-09-29 Christian Grothoffdo not add 1 twice -- callee also added 1, resulting...
2011-09-29 Christian Grothofflog more details for debugging
2011-09-29 Christian Grothoffcleaning up testcase, debugging
2011-09-29 Christian Grothoffnicer
2011-09-29 Christian Grothofffixing 1804
2011-09-28 Christian Grothofffixes
2011-09-28 Christian Grothoffstuff
2011-09-27 Christian Grothoffnonews
next