aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
Commit message (Collapse)AuthorAge
* use new transport API, minor core API changeChristian Grothoff2011-06-05
|
* betterChristian Grothoff2011-05-12
|
* fixChristian Grothoff2011-05-09
|
* clean upChristian Grothoff2011-05-07
|
* SHUTDOWNMatthias Wachs2011-04-20
|
* communicate res delay in capiChristian Grothoff2011-03-27
|
* changing heap remove node api to not pass heap; more fs hackingChristian Grothoff2011-03-11
|
* add cork option to core api:Christian Grothoff2011-03-11
|
* memory leak in dht service (small)Nathan S. Evans2011-03-10
|
* api change for malicious peer bug when running distributed tests, stop arm ↵Nathan S. Evans2011-03-08
| | | | from repeatedly trying to bind to blank unixpath
* Testing and core related changes.Nathan S. Evans2011-02-22
|
* fixNathan S. Evans2011-02-17
|
* fixNathan S. Evans2011-02-14
|
* reduce logging under normal (non-debugging) circumstancesNathan S. Evans2011-02-11
|
* fix for block libraries so they don't need to understand dht structNathan S. Evans2011-02-05
|
* doxygenNathan S. Evans2011-02-02
|
* path tracking commit, hopefully a fix for dht_api connect bug, needs testedNathan S. Evans2011-02-02
|
* initial route path recording, not yet what dht api expectsNathan S. Evans2011-02-01
|
* remove debug messageNathan S. Evans2011-01-31
|
* option to always forward until a closest peer is found, exact formula as ↵Nathan S. Evans2011-01-31
| | | | described in paper
* reduce messages from dht serviceNathan S. Evans2011-01-31
|
* fixChristian Grothoff2011-01-12
|
* doxygenMatthias Wachs2010-12-23
|
* doxygen comments, last commit of bugfixes (hopefully)Nathan S. Evans2010-12-21
|
* codesonar fixNathan S. Evans2010-12-21
|
* core connect change, forgotten dht driver changeNathan S. Evans2010-12-21
|
* remove impossible condition checkNathan S. Evans2010-12-21
|
* coverity fixNathan S. Evans2010-12-21
|
* different indentation, somewhat cleanerNathan S. Evans2010-12-15
|
* Always log local request starts, even if maliciousNathan S. Evans2010-12-08
|
* tracking down strange routing behaviorNathan S. Evans2010-11-29
|
* greater or equal cutoffNathan S. Evans2010-11-29
|
* more efficient malicious behavior (discard messages earlier)Nathan S. Evans2010-11-29
|
* use remainder from forward_countNathan S. Evans2010-11-26
|
* restrict replies to one per request (use block library)Nathan S. Evans2010-11-26
|
* send multiple messages to peer if possibleNathan S. Evans2010-11-26
|
* count number of messages queued vs. number sent outNathan S. Evans2010-11-26
|
* are core_notify_transmit_ready calls failing?Nathan S. Evans2010-11-26
|
* are messages getting dropped, or is logging not finding all pathsNathan S. Evans2010-11-26
|
* allow bucket size, kademlia replication to be set by configuration, increase ↵Nathan S. Evans2010-11-24
| | | | base replication
* specify total connections desired after find peer requests for dht testing, ↵Nathan S. Evans2010-11-23
| | | | use float for better precision in replication
* only free when necessary (double free bug)Nathan S. Evans2010-11-20
|
* memory leaks, forgetting to GNUNET_CONTAINER_bloomfilter_freeNathan S. Evans2010-11-19
|
* Fix missing notify_cancel in dht service, dhtlog_dummy bad init returnNathan S. Evans2010-11-19
|
* report failed connection attempts in driver, use a queue bigger than 1 in coreNathan S. Evans2010-11-17
|
* better forward_count implementation, only timeout forwards, no limit for ↵Nathan S. Evans2010-11-17
| | | | local requests (only remove on cancel)
* change section for converge_modifier to make senseNathan S. Evans2010-11-16
|
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* testing if flushing files corrects a problemNathan S. Evans2010-11-12
|
* bug fixNathan S. Evans2010-11-12
|