1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-11 07:03:32 +08:00

34 Commits

Author SHA1 Message Date
aa29603923 dht tests pass again 2014-09-22 04:06:16 -07:00
afb1d01048 provider testing 2014-09-22 04:06:15 -07:00
043c09e14b fixed get/put 2014-09-22 04:06:12 -07:00
9dd39de491 Fixed connections all over. 2014-09-22 04:06:12 -07:00
9ea715cb10 comment out dht_test for now. 2014-09-22 04:06:10 -07:00
700b6ab99f remove start 2014-09-22 04:05:23 -07:00
29322a24da tests compile 2014-09-22 04:05:21 -07:00
c14123397a starting to integrate new net 2014-09-22 04:05:13 -07:00
67e76c0acc godeps multiaddr + swarm move. 2014-09-22 04:05:12 -07:00
d326fc61e4 fix typo that caused test failure in dht_test.go 2014-09-18 18:32:58 +00:00
b5a1b1c658 improve cleaning up in dht tests. 2014-09-15 20:45:36 +00:00
0b5447a60a checking returned value 2014-09-14 21:44:19 -07:00
e6bc0772ed Test for getLocal method in DHT 2014-09-14 20:59:09 -07:00
b88ee2870a golint cleanup 2014-09-11 12:25:52 -07:00
7968b45e58 vendor dependencies with godep
dependencies are vendored into Godeps/_workspace and commit versions are
recorded in Godeps.json

update datastore to e89f0511
update go.crypto
2014-09-09 22:39:42 -07:00
1fa7c07dc7 clean up merge of bren2010's crypto branch and merge into master 2014-09-08 18:17:57 +00:00
4b97f1f270 create new crypto package and make rest of repo use it 2014-09-03 20:15:10 +00:00
a5d54ea29e fix up tests that started failing after changing identify code 2014-09-01 21:55:59 -07:00
cfdf01d58a bitswap first working commit! 2014-08-26 14:24:51 -07:00
afdac2ca3a add in message type routing to the swarm object. tired, needs cleanup. 2014-08-20 18:42:31 -07:00
a6851fa55b Made routing code pass golint. 2014-08-20 18:36:32 -07:00
87bfdbc599 Made the DHT module pass golint 2014-08-20 18:36:21 -07:00
60d061cb49 fix a few infinitely looping RPCs 2014-08-14 08:32:17 -07:00
4cb2e1e07b add fauxNet to stand in for Swarm in tests to reproduce various network conditions 2014-08-11 09:06:20 -07:00
0a41abdd1d starting a new testing framework 2014-08-10 21:40:17 -07:00
a43886245e more work implementing coral type lookups 2014-08-10 21:02:05 -07:00
67ddab1e4e tiered put/get implemented 2014-08-09 22:28:46 -07:00
1eaeb3ba29 make tests pass a little more reliably by changing a port to not overlap 2014-08-08 19:49:27 -07:00
ae6285e5a3 address issues from code review (issue #25) 2014-08-08 18:09:21 -07:00
e14fb5658e add a unit test for provides functionality 2014-08-07 21:52:11 -07:00
41c124a282 worked on gathering data for diagnostic messages and some other misc cleanup 2014-08-07 06:21:50 -07:00
bd9fc2b782 fix bug in routing table lookups 2014-08-07 06:21:44 -07:00
a85ce3fad3 finish implementation of Put and Get for DHT 2014-08-07 06:21:12 -07:00
92fb51d9a2 finish basic communcations between nodes and add a test of the ping operation 2014-08-07 06:21:11 -07:00