This probably fixes #3944
[oweals/gnunet.git] / src / dht /
2015-08-03 Christian Grothoff-use simpler, modern scheduler API
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-06-02 Christian Grothoff-noinst-ing non-functional binaries/libraries that...
2015-05-01 Christian Grothoff-handle response message
2015-05-01 Christian Grothoff-pass trail paths to callbacks
2015-05-01 Christian Grothoff-fix FIXME
2015-05-01 Christian Grothoff-fix doxygen
2015-05-01 Christian Grothoff-fix doxygen
2015-05-01 Christian Grothoff-fixing cleanup issues
2015-05-01 Christian Grothoff-fix leak
2015-05-01 Christian Grothoffuse NBO for expiration time in xvine
2015-05-01 Christian Grothoff-select random
2015-05-01 Arthur DewarumezAdding a function pick_random_friend ()
2015-04-30 Arthur DewarumezAdding function GDS_NEIGHBOURS_send_get_result()
2015-04-30 Christian Grothoff-more stuff
2015-04-30 Christian Grothoff-more stuff
2015-04-30 Christian Grothoff-fix ftbfs
2015-04-30 Arthur DewarumezAdding the handle_dht_p2p_trail_destroy function.
2015-04-30 Christian Grothoff-implementing trail timeout handling
2015-04-30 Christian Grothoff-towards tracking paths and trails via datacache in...
2015-04-30 Christian Grothoff-more datacache integration work
2015-04-30 Christian Grothoff-fixing 'delete_trail()'
2015-04-30 Arthur DewarumezAdd delete_trail function.
2015-04-30 Christian Grothoff-towards an API for the successor set
2015-04-29 Christian Grothoff-major wdht hacking / refactoring -- still not finished
2015-04-29 Christian Grothoff-fix ftbfs issues
2015-04-29 Arthur DewarumezStart implementation of some functions.
2015-04-29 Christian Grothoff-doxygen
2015-04-29 Christian Grothoffadding API to get random key from datacache
2015-04-29 Christian Grothoff-doxygen
2015-04-28 Christian Grothoff-sending messages / starting random walks
2015-04-28 Arthur DewarumezAdd some comments in the handler functions.
2015-04-27 Christian Grothoff-work around ftbfs
2015-04-27 Arthur DewarumezFinish the create of the handler for every message.
2015-04-27 Christian Grothoff-dead decl removal
2015-04-27 Arthur DewarumezAdding some function in the handler
2015-04-27 Christian Grothoff-fix FTBFS from wdht
2015-04-27 Christian Grothoff-reducing to required parts of skeleton
2015-04-27 Christian Grothoff-also don't need xdht routing subsystem for wdht
2015-04-27 Christian Grothoffeliminating dead HELLO logic, not needed for x-vine...
2015-04-27 Christian Grothoffstarting with whanu
2015-04-27 Arthur DewarumezAdding files for whanau.
2015-03-08 Christian Grothoffdo not do cryptographic verification for results from...
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
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-20 Christian Grothoff-clarify logic
2014-12-19 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-check RV
2014-12-16 Christian Grothoff-simplify tools test
2014-12-16 Christian Grothoff-simplify tools test
2014-12-13 Christian Grothoff-doxygen, one more statistic
2014-12-12 Christian Grothoff-fix leak
2014-12-12 Christian Grothoff-fix leak
2014-12-12 Christian Grothoff-bad alloc, just leaks
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-10-05 Christian Grothoff-actually enable logic to drop part of path to fit...
2014-10-05 Christian Grothoff-add assertion
2014-10-05 Christian Grothoff-fix leak
2014-10-05 Christian Grothoff-remove superflous semicolon, causing logic to be execu...
2014-10-05 Christian Grothoff-remove superflous semicolon causing branch to be alway...
2014-10-05 Christian Grothoff-avoid leaking trail by avoiding allocation in the...
2014-10-05 Christian Grothoff-fix i/j indexing confusion, resulting in array index...
2014-09-22 Supriti Singhxvine: better log prints
2014-09-22 Supriti Singhxvine: remove warnings
2014-09-22 Supriti SinghX-Vine: Fixes
2014-09-22 Supriti Singh- Act malicious API complete
2014-09-17 Supriti SinghRemoving trail compression message
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-09-05 Supriti SinghRemoving r5n profiler, using the same profiler for...
2014-08-28 Supriti SinghReadding trail compression to check if it can reduce...
2014-08-28 Supriti SinghExponential backoff for find finger trail task
2014-08-27 Supriti SinghReset the successor send time in notify confirmation...
2014-08-27 Supriti SinghExponential backoff
2014-08-26 Supriti SinghIf 0 max search, use r5n dht
2014-08-26 Supriti SinghChecking for GNUNET_CONSTANTS_MAX_ENCRYPTED_MESSAGE_SIZ...
2014-08-26 Sree Harsha TotakuraWait for Bandwidth statistics to be collected.
2014-08-25 Supriti Singh- Adding r5n profiler.
2014-08-24 Supriti SinghChanging delay_put and delay_get
2014-08-24 Supriti SinghRandomized PUT/GET delay interval.
2014-08-24 Supriti SinghCode refactoring
2014-08-24 Supriti SinghFix
2014-08-24 Supriti SinghFix
2014-08-24 Supriti SinghFix
2014-08-24 Supriti SinghFixing bug causing cancelling of unscheduled task in...
2014-08-23 Supriti SinghCode refactoring
2014-08-23 Supriti SinghChange in put/get logic
2014-08-22 Supriti SinghModified logic for notify successor
2014-08-22 Supriti SinghFixme
2014-08-22 Supriti SinghCheck if task is dead
2014-08-22 Supriti SinghWaiting for verify successor result and timing out...
2014-08-22 Supriti SinghAdding a new message type, GNUNET_MESSAGE_TYPE_XDHT_P2P...
2014-08-22 Sree Harsha TotakuraDo not continue if we are going to shutdown.
2014-08-22 Sree Harsha TotakuraTeardown DHT connection after clearing up the ActiveContext
2014-08-22 Sree Harsha TotakuraMake the delays to start PUTs and GETs configurable...
2014-08-22 Sree Harsha TotakuraDo not realloc as this will render the pointers to...
2014-08-22 Sree Harsha TotakuraAfter completing DHT PUT operations teardown the servic...
next