1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 23:53:19 +08:00

5006 Commits

Author SHA1 Message Date
bade1aa277 tests for kbucket and some code cleanup 2014-08-07 06:21:12 -07:00
35a4086e06 rough kbucket implementation, tests and cleanup to follow 2014-08-07 06:21:12 -07:00
31dc65b96b clean up after listeners on shutdown 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
8d98d4b48d making connections between nodes get closer to working 2014-08-07 06:21:11 -07:00
61f13ea7f7 begin planning of identification process 2014-08-07 06:21:11 -07:00
8203d2c0cf Merge pull request #26 from jbenet/dht-p1
DHT merging part 1
2014-08-07 06:20:35 -07:00
dd08e0ed62 config test: write local file 2014-08-07 06:18:20 -07:00
b12134cd4c fixed tests 2014-08-07 06:18:20 -07:00
2a1ee3ae3a use datastore for local data 2014-08-07 06:18:20 -07:00
87739b3af5 a little more work on message handling stuff 2014-08-07 06:18:20 -07:00
3444d41dce work on framework for dht message handling 2014-08-07 06:18:20 -07:00
061331875c decomp chan creation for listener + bugfix
test failed to compile, as NewSwarm now takes a parm.
2014-08-07 06:18:20 -07:00
74d26449c9 whole project go fmt 2014-08-07 06:18:20 -07:00
550971fba6 equalize sizes 2014-08-07 06:18:20 -07:00
171f96b794 update messages and add some new code around handling/creating messages 2014-08-07 06:18:20 -07:00
8bc80124a4 working on upper level dht implementations, protbuf, etc 2014-08-07 06:18:19 -07:00
73bd91a224 implement listening on swarm object 2014-08-07 06:18:19 -07:00
bc2618df3f dht interface beginnings 2014-08-07 06:18:19 -07:00
41a725c29b Merge pull request #21 from verokarhu/master
disable mount command on windows for now
2014-08-01 02:33:49 -07:00
fef46e44f8 mount command on windows returns an error instead of nil and adjusted unix-only code 2014-08-01 00:51:43 +03:00
dcd0bac8e5 disable mount command on windows for now 2014-07-31 20:04:05 +03:00
639d196a45 linted config 2014-07-31 02:35:17 -07:00
80323ebae8 config: redo to use other serialization functions 2014-07-31 02:32:03 -07:00
bf7cb198ea config: cleaned up ipfs config cmd 2014-07-31 01:08:37 -07:00
20bce47491 ipfs config cmd with git-style get/set
Adds "ipfs config" command designed in git style.
See specific config's values with:

        $ipfs config datastore.path
        ~/.go-ipfs/datastore

Assign a new value with:

        $ipfs config datastore.path ~/.go-ipfs/datastore

Open the config file in your default $EDITOR:

        ipfs config edit
2014-07-31 00:24:41 -07:00
4b1bae8bc8 dev pseudo-roadmap 2014-07-30 02:41:26 -07:00
0ae4d8060d simple contrib guidelines #17 2014-07-30 02:09:43 -07:00
91820087c7 Merge pull request #18 from jbenet/travis-ci
travis ci
2014-07-30 02:00:21 -07:00
7a28323036 1.1 fails with multihash 2014-07-30 01:53:29 -07:00
b784614c21 fixed build errs
netmux got replaced for the most part by swarm.
2014-07-30 01:53:29 -07:00
38f35ecd24 travis ci 2014-07-30 01:51:58 -07:00
a93315422d Merge branch 'master' of https://github.com/jbenet/go-ipfs 2014-07-28 16:33:45 -07:00
334810938f Merge pull request #15 from toqueteos/patch-1
Simplify install + Note for git and hg.
2014-07-27 22:51:57 -07:00
08edee6d84 Simplify install + Note for git and hg. 2014-07-27 14:21:17 +02:00
2ec1701494 ledger and a util function on peerID 2014-07-24 12:53:10 -07:00
27b665f588 stub out dht code to match node repo 2014-07-24 12:30:20 -07:00
c814dd0300 Merge pull request #8 from toqueteos/master
Fix #1 build errors + gofmt
2014-07-24 05:36:25 -07:00
4b06adf7fc gofmt 2014-07-24 14:31:41 +02:00
7d6a58308b Fix #1 build errors. 2014-07-24 14:30:23 +02:00
1fb29a293d Merge pull request #6 from Aaron1011/typo
Fix typo
2014-07-22 14:58:36 -07:00
59ab19e3b6 Fix typo 2014-07-22 17:22:13 -04:00
8f79464eba routing interface 2014-07-22 03:11:08 -07:00
a5d94d3b7f get deps in readme 2014-07-22 02:38:07 -07:00
4fcdb23bd1 cli readme 2014-07-22 02:34:29 -07:00
140317007e use go install 2014-07-22 02:31:10 -07:00
6626e6791b cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
3f97e7e385 goling: PeerId -> ID 2014-07-22 02:28:25 -07:00
f718bd6a92 go lint
link errors left:
- protocol buffers output is not lint-friendly
2014-07-22 02:20:08 -07:00
b5b2e8ae77 using %q 2014-07-21 00:10:29 -07:00