1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

2736 Commits

Author SHA1 Message Date
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
c233f8fd60 Merge pull request #5 from sqs/patch-2
add comment '//' before note so that package routing compiles
2014-07-20 23:50:37 -07:00
110394dc67 add comment '//' before note so that package routing compiles 2014-07-20 23:18:05 -07:00
ad983324f6 Merge pull request #3 from sqs/patch-1
add a package header so the package compiles
2014-07-18 19:41:41 -07:00
6d6b82e835 add a package header so the package compiles 2014-07-18 18:29:53 -07:00
dc1a0b83ea rm logs + stress test (1000msgs) 2014-07-12 02:07:52 -07:00
8d68a72685 peer.Key 2014-07-12 01:51:45 -07:00
deb7dd4872 added swarm (fanout/in with peers) 2014-07-12 01:51:32 -07:00
9fd1c3fd50 added MIT license 2014-07-10 12:16:22 -07:00
0750096421 swarm connection using msgio
http://github.com/jbenet/msgio
2014-07-08 15:55:55 -07:00
3588f5ad25 fuse works now 2014-07-06 03:49:31 -07:00
0831928c3d using bazil.org/fuse 2014-07-06 03:22:36 -07:00
e9bc92362b fuse using github.com/hanwen/go-fuse 2014-07-06 02:27:02 -07:00
ac0f9b1e7d readme fix 2014-07-06 02:17:02 -07:00
8a07a62643 added path resolution 2014-07-06 00:07:04 -07:00
7b98bf80f4 cleaned up interface to use DAG 2014-07-05 23:47:26 -07:00
9f542f8797 abstracted merkledag service 2014-07-05 23:45:35 -07:00
ef4545a26d refs 2014-07-05 22:19:54 -07:00
e4ee16fac1 cat and ls multifile 2014-07-05 22:07:20 -07:00
5abf3c2ae9 added ls + recusrive directory adding 2014-07-05 18:19:38 -07:00
56b9b57b75 remove errlogs 2014-07-05 17:35:34 -07:00