increase timeout to give sparc buildbot a chance
[oweals/gnunet.git] / src / dht / gnunet-service-dht.c
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
2010-08-02 Nathan S. Evansdon't try to connect to all peers, but only those advan...
2010-07-30 Nathan S. Evansuninitialized value
2010-07-30 Nathan S. Evanssome dht changes
2010-07-21 Christian Grothoffadd code to enable checking if transport's idea of...
2010-07-21 Christian Grothoffrenaming
2010-07-21 Christian Grothoffrenaming
2010-07-20 Nathan S. Evansadd testcases to run on make check, fix dht a bit
2010-07-20 Nathan S. Evansmissing file
2010-07-20 Christian Grothofffix
2010-07-20 Nathan S. Evansdht testcases and some minor other changes...
2010-07-07 Christian Grothoffhacks from trip
2010-07-02 Nathan S. Evanscodesonar fixes, hopefully doesn't break anything
2010-07-02 Christian Grothoffgpl3
2010-06-30 Nathan S. Evanstwo peer start, connect, ensure core connect message...
2010-06-30 Nathan S. Evanstwopeer dht test, mostly for class
2010-05-12 Christian Grothofffix
2010-04-19 Matthias Wachs(no commit message)
2010-04-19 Nathan S. Evansdht api fixes, it works again (for me)
2010-04-09 Nathan S. Evansinexorably closer to perfection
2010-04-09 Christian Grothoffbreaking DHT code
2010-04-07 Nathan S. Evansmake test case a bit more robust using timeouts and...
2010-04-06 Nathan S. Evanshashing fix
2010-04-06 Nathan S. Evansdebugging fixes
2010-04-05 Nathan S. Evansbasic find peer functionality, added to test_dht_api...
2010-04-05 Nathan S. Evansadd gnunet-dht-get and gnunet-dht-put binaries, changes...
2010-04-04 Nathan S. Evansservice does simple put and get into datacache, test...
2010-04-04 Nathan S. Evansadd find peer to api, went a bit continuation crazy...
2010-04-01 Nathan S. Evansdatacache instead of datastore
2010-03-29 Nathan S. Evanstest case verbosity
2010-03-29 Nathan S. Evansdoxygen cleanup
2010-03-19 Nathan S. Evansadded better continuation behavior to get start, put...
2010-03-18 Nathan S. Evansbasic api to service communication has been hammered...
2010-03-18 Nathan S. Evansgetting dht closer to being this crazy meta dht thing
2010-03-17 Nathan S. Evansbeginning of changes
2010-03-16 Nathan S. Evansdht api, shell dht service, base of future test case...