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

20 Commits

Author SHA1 Message Date
5ba2efc2b8 make tests pass 2014-10-08 04:25:51 +00:00
bc0769e370 ipfs + ipns mounts with flags + config 2014-10-02 03:05:49 -07:00
ee1ba164d0 fix arg bug 2014-10-02 00:09:32 -07:00
b6a59c90cf add flag for ipfs mountpoint 2014-10-02 06:14:38 +00:00
9b0c578fc0 better cleanup of ipfs on program exit 2014-10-01 00:41:30 -07:00
16aa636273 allow ipns to be mounted by mount command 2014-10-01 00:38:32 -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
193aebc4c0 config: rename addresses
WARNING: change breaks old configs.
@whyrusleeping @perfmode

This commit changes the way addresses are stored in config files.
It lumps Identity.Address and RPCAddress into Addresses. This
commit also fixes several golint issues.
2014-09-24 05:28:35 -07:00
7bc4fbfa5d turn logging on by default, also make Provide not fail when no peers connected 2014-09-22 19:22:04 -07:00
81b4b38140 RPC Address init + checks 2014-09-22 04:06:17 -07:00
1653304129 adjusted what Address means in config
There are (so far) two sorts of addresses that peers care about:

- peer network addresses, local to listen, saved to bootstrap.
  `config.Identity.Address`

- peer RPC network address, local RPC tcp endpoint
  `config.RPCAddress`

@whyrusleeping @perfmode
2014-09-22 04:06:17 -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
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
c2cc4b1d70 a little cleanup, ipfs 'works' for basic file adds and cats 2014-08-29 17:22:40 -07:00
691d1b36bb integrate bitswap and blockservice into the core package 2014-08-29 11:34:50 -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