fix
[oweals/gnunet.git] / src / dht / gnunet-service-dht.c
2011-01-12 Christian Grothofffix
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-15 Nathan S. Evansdifferent indentation, somewhat cleaner
2010-12-08 Nathan S. EvansAlways log local request starts, even if malicious
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. 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. EvansFix missing notify_cancel in dht service, dhtlog_dummy...
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. Evanschange section for converge_modifier to make sense
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. Evansdecrease error verbosity
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 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-10-29 Matthias Wachsremoval proposed by LRN
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
2010-10-21 Nathan S. Evansredeclaration of converge_modifier inside function...
2010-10-15 Nathan S. Evansmissing NO_TASK assignment
2010-10-07 Nathan S. Evansfind peer messages were never getting actually forwarde...
2010-10-07 Nathan S. Evanstypo, continuations for dht operations use continuation...
2010-10-06 Christian GrothoffDHT PUT integration into FS
2010-10-06 Christian Grothoffuse size_t
2010-10-06 Nathan S. Evansreduce verbosity of testcases, minor fix
2010-10-06 Nathan S. Evansmissing route2 call
2010-10-06 Christian Grothofffix
2010-10-06 Nathan S. Evansdht service bug, reduce debug level
2010-10-06 Nathan S. Evanstest case fix, dht bugfix
2010-10-06 Nathan S. Evanstest case fixes...
2010-10-06 Nathan S. Evanstype errors, test case errors, etc.
2010-10-06 Christian Grothoffleak
2010-10-05 Christian Grothoffmess
2010-10-05 Christian Grothofffix
2010-10-04 Christian Grothoffblock library initialization
2010-10-04 Christian Grothoffclient-side path tracking support
2010-10-04 Christian Grothoffpassing bf and xquery from client to service
2010-10-03 Christian Grothoffmaking test_dht_api work
2010-10-01 David BarksdaleFreeBSD 7 does not have log2.
2010-10-01 Nathan S. Evansfix, not removing clients on disconnect
2010-10-01 Nathan S. Evansremoving debug message
2010-09-30 Nathan S. Evansstupid mistake
2010-09-30 Nathan S. Evanslogging at an annoying level
2010-09-30 Nathan S. Evanslogging to figure out whether convergence options are...
2010-09-29 Nathan S. Evansnew routing method, semi-tested
2010-09-29 Christian Grothofffixmes
2010-09-28 Nathan S. Evansbackup previous changes before altering routing algorit...
2010-09-22 Nathan S. Evansmove bit distance function into util
2010-09-21 Nathan S. Evansmissing return
2010-09-21 Nathan S. Evanstry new method for sending find peer requests
2010-09-17 Nathan S. Evanssome fixes, debugging churn nonsense
2010-09-16 Nathan S. Evansmostly options fixes, new convergence formula for testing
2010-09-10 Nathan S. Evanskademlia compromise, add some ifdefs, compile error...
2010-09-08 Nathan S. Evansassert in dht to help track down bug
2010-09-08 Nathan S. Evanscomparison bugfix
2010-09-08 Nathan S. Evanscomparison bugfix
2010-09-08 Nathan S. Evanscommitting so line numbers match
2010-09-07 Nathan S. Evansadd republish support in dht (default once an hour...
2010-09-06 Nathan S. Evansmessages 'hone in' more the higher the number of hops...
2010-09-03 Nathan S. Evanscore request connect in addition to hello, minor driver...
2010-09-02 Nathan S. Evansdht changes, mostly making the driver do find peers...
2010-09-01 Nathan S. Evansklocwork fixes, dht routing changes (hopefully fixes)
2010-08-31 Nathan S. Evansvarious fixes, improvements, fubars, for dht... still...
2010-08-30 Nathan S. Evansassorted dht changes, fixes, etc.
2010-08-20 Nathan S. Evansminor dht alterations
2010-08-19 Nathan S. Evansdht changes i don't want to have only on my machine
2010-08-12 Nathan S. Evansmyriad changes
2010-08-11 Nathan S. Evansfix for kademlia routing
2010-08-11 Nathan S. Evanshopefull stop strict kademlia from being breadth first...
2010-08-11 Nathan S. Evansfinish implementing malicious peer behavior
2010-08-10 Nathan S. Evansapi change to allow client to set DHT malicious, still...
2010-08-10 Nathan S. Evanslots of little things, mainly report statistics at...
2010-08-09 Nathan S. Evansmosgly fixes for memory leaks, misunderstanding of...
2010-08-05 Nathan S. Evansrouting table changes, not stable
2010-08-03 Nathan S. Evanstype warnings
next