aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Expand)AuthorAge
* allow to build without malicious codeNathan S. Evans2011-01-10
* implement sybil attack for testingNathan S. Evans2011-01-09
* Check for missing type, set to TEST block type if so (ANY should not be used)Nathan S. Evans2011-01-05
* asynchronous malicious peer setup, fix for timing issuesNathan S. Evans2010-12-28
* is sparc problem a timeout issue?Nathan S. Evans2010-12-23
* fixChristian Grothoff2010-12-23
* Regression test fix.Nathan S. Evans2010-12-23
* 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
* fix for bad fail conditionNathan S. Evans2010-12-20
* Patch by Marenz: Allow parallel build (make -j 2)Philipp Tölke2010-12-18
* i am a dumb dummyNathan S. Evans2010-12-15
* different indentation, somewhat cleanerNathan S. Evans2010-12-15
* Always log local request starts, even if maliciousNathan S. Evans2010-12-08
* off by one, should remove churn code at some point thoughNathan S. Evans2010-12-07
* 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
* bad ordering for config valuesNathan S. Evans2010-11-23
* specify total connections desired after find peer requests for dht testing, u...Nathan S. Evans2010-11-23
* only free when necessary (double free bug)Nathan S. Evans2010-11-20
* memory leaks, forgetting to GNUNET_CONTAINER_bloomfilter_freeNathan S. Evans2010-11-19
* memory leakNathan S. Evans2010-11-19
* Fix missing notify_cancel in dht service, dhtlog_dummy bad init returnNathan S. Evans2010-11-19
* dont try to send to more peers that existNathan S. Evans2010-11-19
* dont try to send to more peers that existNathan 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 loca...Nathan S. Evans2010-11-17
* annoying those with email notifications of commitsNathan S. Evans2010-11-16
* bad freeNathan S. Evans2010-11-16
* change section for converge_modifier to make senseNathan S. Evans2010-11-16
* Testing changes required to work with new core api. Revert GNUNET_CORE_itera...Nathan S. Evans2010-11-16
* the big core API/protocol change, breaks all testcases using core, since the ...Christian Grothoff2010-11-13
* testing if flushing files corrects a problemNathan S. Evans2010-11-12
* bug fixNathan S. Evans2010-11-12
* coverity fixesNathan S. Evans2010-11-12
* Log topology information with less verbose logging as well.Nathan S. Evans2010-11-11
* decrease error verbosityNathan S. Evans2010-11-11
* read put and get replication from config when testingNathan S. Evans2010-11-11