1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 17:36:38 +08:00

289 Commits

Author SHA1 Message Date
b28343cffe refactor(bitswap) meslistener -> notifications 2014-09-22 04:05:13 -07:00
455c6582f5 refactor(bitswap) leverage third-party pubsub lib
use a third-party pubsub library for internal communications

Insights:
* Within bitswap, the actors don't need anything more than simple pubsub
behavior. Wrapping and unwrapping messages proves unneccessary.

Changes:
* Simplifies the interface for both actors calling GetBlock and actors
receiving blocks on the network
* Leverages a well-tested third-party pubsub library

Design Goals:
* reduce complexity
* extract implementation details (wrapping and unwrapping data, etc)
from bitswap and let bitswap focus on composition of core algorithms
operations
2014-09-22 04:05:13 -07:00
add0f3f935 feat(net:message) get net package from e2430ae4279
fix(net:msg) use vendored imports
2014-09-22 04:05:13 -07:00
c14123397a starting to integrate new net 2014-09-22 04:05:13 -07:00
f71be6e9cc merge wind HoC 2014-09-22 04:05:13 -07:00
5684fa2362 removed old identify 2014-09-22 04:05:13 -07:00
c787adaa65 better handshake for all. 2014-09-22 04:05:13 -07:00
67e76c0acc godeps multiaddr + swarm move. 2014-09-22 04:05:12 -07:00
2b03664ae4 net interface 2014-09-22 04:05:12 -07:00
d6e8e55f00 rmv old swarm 2014-09-22 04:05:12 -07:00
a273a03efc remove handshake for now (need to merge and move) 2014-09-22 04:05:12 -07:00
453a66709f moved stuff 2014-09-22 04:05:12 -07:00
0ac4a2ba93 swarm rewrite, doesnt yet work (tests) 2014-09-22 04:05:12 -07:00
035d600f28 Godeps: use in net + new multiaddr 2014-09-22 04:05:12 -07:00
06b651c454 Service + request 2014-09-22 04:05:12 -07:00
ffad3bb6af removed logging in conn_test 2014-09-22 04:05:12 -07:00
c59125b64c moved conn to own pkg 2014-09-22 04:05:12 -07:00
5c79fc48e2 message pkg 2014-09-22 04:05:12 -07:00
be01dcf172 mux test stop. 2014-09-22 04:05:12 -07:00
161f8158a8 added mux 2014-09-22 04:05:11 -07:00
2563e9204c network.Find -> network.GetPeer 2014-09-22 04:05:11 -07:00
71ec4f91dc Drop -> CloseConnection 2014-09-22 04:05:11 -07:00
d934806eaf panic -> error 2014-09-22 04:05:11 -07:00
f2d2d3991d update readme and dev guide 2014-09-19 05:34:39 +00:00
5fafaa42e8 fmt the test 2014-09-18 12:49:57 -07:00
8dd83ee17c clarifying method name 2014-09-18 12:28:56 -07:00
8eb13eb6be tests for Daemon Listener #59
using IDfromPubKey
2014-09-18 11:59:14 -07:00
d326fc61e4 fix typo that caused test failure in dht_test.go 2014-09-18 18:32:58 +00:00
a2f9099859 Merge branch 'master' of github.com:jbenet/go-ipfs 2014-09-17 06:04:43 +00:00
2607bee4d6 Change config flag to accept config dir instead of file path 2014-09-17 06:03:58 +00:00
2a7dcb06ca Merge pull request #85 from jbenet/feat/blockstore
feat(blockstore): implement blockstore
2014-09-16 21:21:57 -07:00
9e4b8586a9 Add config flag to cmd line interface 2014-09-17 02:49:36 +00:00
697625a9e5 feat(util:testutil) add NewBlockOrFail(t, data) factory method
for use in tests
2014-09-16 04:03:30 -07:00
be835662f2 style(blockstore) move to top-level 2014-09-16 03:53:57 -07:00
c049a5c345 Merge pull request #83 from jbenet/docker
chore(docker) create a basic ipfs image
2014-09-16 03:52:38 -07:00
ee49d0b79f fix(docker) listen on all interfaces 2014-09-16 03:47:31 -07:00
42514f2ed7 feat(blockstore): implement blockstore 2014-09-16 03:37:52 -07:00
8bd381ed32 chore(docker) create a basic ipfs image 2014-09-15 23:13:00 -07:00
b5a1b1c658 improve cleaning up in dht tests. 2014-09-15 20:45:36 +00:00
ab9baf9146 Merge branch 'master' of github.com:jbenet/go-ipfs 2014-09-15 16:19:56 +00:00
8281b4a81d Merge pull request #73 from jbenet/package-docs.go
docs(godoc) add doc.go in project root
2014-09-15 01:36:52 -07:00
854ae2c510 Merge branch 'master' of github.com:llSourcell/go-ipfs 2014-09-15 06:09:51 +00:00
782976f473 add basic test for blocks package #59 (actually add file) 2014-09-15 06:08:49 +00:00
8a21af092a add basic test for blocks package #59 2014-09-15 06:07:03 +00:00
3261ce2dc8 Merge branch 'master' of github.com:jbenet/go-ipfs 2014-09-15 05:58:27 +00:00
fdcd015eed move first data block into top level dag node 2014-09-15 05:35:31 +00:00
0b5447a60a checking returned value 2014-09-14 21:44:19 -07:00
78454884db clean up code, make it have a nicer interface 2014-09-15 04:17:29 +00:00
e6bc0772ed Test for getLocal method in DHT 2014-09-14 20:59:09 -07:00
1a7c083850 implement something like rabin fingerprinting 2014-09-15 02:04:55 +00:00