1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-15 19:37:28 +08:00

19 Commits

Author SHA1 Message Date
a76f6af1df remove old cat 2014-10-02 03:33:20 -07:00
330ee8c79f added command struct for makeCommand 2014-10-02 02:50:33 -07:00
9c221719f9 switch over to using a lock file for daemon connections 2014-09-30 03:20:15 -07:00
727b6bf9a3 udpated commands and RPC dialing to work with new configuration changes 2014-09-27 16:02:50 -07:00
2607bee4d6 Change config flag to accept config dir instead of file path 2014-09-17 06:03:58 +00:00
9e4b8586a9 Add config flag to cmd line interface 2014-09-17 02:49:36 +00:00
0ec9dce19c Merge branch 'master' of github.com:jbenet/go-ipfs into daemon
Conflicts:
	core/core.go
2014-09-14 04:22:05 +00:00
35a87e9d07 expand path names for add command, and pass errors up even more 2014-09-13 04:42:48 +00:00
b55a5078a8 refactor daemon code, moved commands to core/commands 2014-09-12 21:29:54 +00:00
ec40a29b3d change ExecuteCommand to return an error 2014-09-12 19:11:54 +00:00
8dfb119fa6 Merge branch 'master' of github.com:jbenet/go-ipfs
Conflicts:
	cmd/ipfs/add.go
	cmd/ipfs/cat.go
	cmd/ipfs/ls.go
	cmd/ipfs/mount_unix.go
2014-09-10 06:28:15 +00: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
b2a218816d initial hack at turning ipfs into a daemon, just implemented simple rpc at this point 2014-09-09 05:11:56 +00:00
275b03f814 rework dagreader to have a dagservice for node resolution 2014-09-06 22:11:44 +00:00
dad9751754 implement a basic data format for data inside dag nodes 2014-09-05 20:47:55 +00:00
eeab5f9bd9 fix issue with blocks not actually being stored via dagservice 2014-09-04 03:37:29 +00:00
c2cc4b1d70 a little cleanup, ipfs 'works' for basic file adds and cats 2014-08-29 17:22:40 -07:00
668a90f6b6 use Printf in cat 2014-08-20 18:27:42 -07:00
6626e6791b cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00