more chat code from Mantis #1657
[oweals/gnunet.git] / src / dht /
2011-02-05 Nathan S. Evansconfigurable connect options
2011-02-05 Nathan S. Evanscomparing wrong data
2011-02-05 Nathan S. Evansfix for block libraries so they don't need to understan...
2011-02-02 Nathan S. Evansdoxygen
2011-02-02 Nathan S. EvansAlter config files to use hostkeys from file instead...
2011-02-02 Nathan S. Evanstopology for multipeer test
2011-02-02 Nathan S. Evansmakefile was broken
2011-02-02 Nathan S. Evanstestcase using hostkeys from file
2011-02-02 Nathan S. Evanspath tracking commit, hopefully a fix for dht_api conne...
2011-02-01 Nathan S. Evansinitial route path recording, not yet what dht api...
2011-01-31 Nathan S. Evansremove debug message
2011-01-31 Nathan S. Evansreport connection per second information
2011-01-31 Nathan S. Evansoption to always forward until a closest peer is found...
2011-01-31 Nathan S. Evansreduce messages from dht service
2011-01-25 Nathan S. Evansbloom size fix
2011-01-25 Nathan S. Evansadjust bloomfilter size based on number of malicious...
2011-01-24 Nathan S. Evanslarger bloom filter
2011-01-23 Nathan S. Evansmalicious even when settle time = 0 and malicious_after...
2011-01-23 Nathan S. Evansmalicious even when settle time = 0 and malicious_after...
2011-01-22 Nathan S. Evansdon't wait 90 seconds
2011-01-21 Nathan S. Evanslog topology when extended logging is enabled
2011-01-21 Nathan S. Evansallow 0 settle time
2011-01-14 Nathan S. Evansall peers match bloom filter. inexplicable.
2011-01-14 Nathan S. Evansprintf debugging
2011-01-14 Nathan S. Evansloop forever
2011-01-14 Nathan S. Evanscompile warning
2011-01-14 Nathan S. Evansdo not print pointer
2011-01-14 Nathan S. Evanschange how peers are filtered (peer id gets freed somehow?)
2011-01-14 Nathan S. Evansunknown issue
2011-01-13 Nathan S. Evansreduce verbosity
2011-01-12 Christian Grothofffix
2011-01-10 Nathan S. Evansallow to build without malicious code
2011-01-09 Nathan S. Evansimplement sybil attack for testing
2011-01-05 Nathan S. EvansCheck for missing type, set to TEST block type if so...
2010-12-28 Nathan S. Evansasynchronous malicious peer setup, fix for timing issues
2010-12-23 Nathan S. Evansis sparc problem a timeout issue?
2010-12-23 Christian Grothofffix
2010-12-23 Nathan S. EvansRegression test fix.
2010-12-23 Matthias Wachsdoxygen
2010-12-21 Nathan S. Evansdoxygen comments, last commit of bugfixes (hopefully)
2010-12-21 Nathan S. Evanscodesonar fix
2010-12-21 Nathan S. Evanscore connect change, forgotten dht driver change
2010-12-21 Nathan S. Evansremove impossible condition check
2010-12-21 Nathan S. Evanscoverity fix
2010-12-20 Nathan S. Evansfix for bad fail condition
2010-12-18 Philipp TölkePatch by Marenz: Allow parallel build (make -j 2)
2010-12-15 Nathan S. Evansi am a dumb dummy
2010-12-15 Nathan S. Evansdifferent indentation, somewhat cleaner
2010-12-08 Nathan S. EvansAlways log local request starts, even if malicious
2010-12-07 Nathan S. Evansoff by one, should remove churn code at some point...
2010-11-29 Nathan S. Evanstracking down strange routing behavior
2010-11-29 Nathan S. Evansgreater or equal cutoff
2010-11-29 Nathan S. Evansmore efficient malicious behavior (discard messages...
2010-11-26 Nathan S. Evansuse remainder from forward_count
2010-11-26 Nathan S. Evansrestrict replies to one per request (use block library)
2010-11-26 Nathan S. Evanssend multiple messages to peer if possible
2010-11-26 Nathan S. Evanscount number of messages queued vs. number sent out
2010-11-26 Nathan S. Evansare core_notify_transmit_ready calls failing?
2010-11-26 Nathan S. Evansare messages getting dropped, or is logging not finding...
2010-11-24 Nathan S. Evansallow bucket size, kademlia replication to be set by...
2010-11-23 Nathan S. Evansbad ordering for config values
2010-11-23 Nathan S. Evansspecify total connections desired after find peer reque...
2010-11-20 Nathan S. Evansonly free when necessary (double free bug)
2010-11-19 Nathan S. Evansmemory leaks, forgetting to GNUNET_CONTAINER_bloomfilte...
2010-11-19 Nathan S. Evansmemory leak
2010-11-19 Nathan S. EvansFix missing notify_cancel in dht service, dhtlog_dummy...
2010-11-19 Nathan S. Evansdont try to send to more peers that exist
2010-11-19 Nathan S. Evansdont try to send to more peers that exist
2010-11-17 Nathan S. Evansreport failed connection attempts in driver, use a...
2010-11-17 Nathan S. Evansbetter forward_count implementation, only timeout forwa...
2010-11-16 Nathan S. Evansannoying those with email notifications of commits
2010-11-16 Nathan S. Evansbad free
2010-11-16 Nathan S. Evanschange section for converge_modifier to make sense
2010-11-16 Nathan S. EvansTesting changes required to work with new core api...
2010-11-13 Christian Grothoffthe big core API/protocol change, breaks all testcases...
2010-11-12 Nathan S. Evanstesting if flushing files corrects a problem
2010-11-12 Nathan S. Evansbug fix
2010-11-12 Nathan S. Evanscoverity fixes
2010-11-11 Nathan S. EvansLog topology information with less verbose logging...
2010-11-11 Nathan S. Evansdecrease error verbosity
2010-11-11 Nathan S. Evansread put and get replication from config when testing
2010-11-11 Nathan S. EvansCount message splits
2010-11-11 Nathan S. EvansAdding replication parameter for initiating GET and...
2010-11-11 Christian Grothoffadding argument to GNUNET_CORE_connect -- not yet imple...
2010-11-10 Nathan S. Evanscodesonar fixes
2010-11-08 Christian Grothoffless creative use of types
2010-11-08 Christian Grothoffuseless
2010-11-08 Christian Grothoffallow not compiling malicious code
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-11-05 Nathan S. Evansmemory leak fix (may cause segfaults on exit)
2010-11-05 Nathan S. Evanspossible fix for dht testcase segfault
2010-11-03 Christian Grothoffstyle improvments wrt Mantis 1614 patch
2010-11-03 Christian Grothofforiginal patch from Mantis 1614
2010-11-03 Christian GrothoffMantis 1613
2010-11-01 Christian Grothofffixes from LRN for DEBUG code
2010-10-29 Matthias Wachsremoval proposed by LRN
2010-10-27 Matthias Wachsfixed problems with GNUNET_time_relative
2010-10-27 Matthias WachsRefactoring gnunet time
2010-10-26 Nathan S. Evansbinary converge option in dht, make find peer requests...
2010-10-21 Nathan S. Evansoops
next