- 01 Oct, 2014 13 commits
-
-
Juan Batiz-Benet authored
- should not be on init, because need debug flag
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
+ added recursive pinning func
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 30 Sep, 2014 14 commits
-
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
verokarhu authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
See https://github.com/atom/atom/issues/3660
-
- 29 Sep, 2014 5 commits
-
-
Shanti Bouchez-Mongardé authored
-
Shanti Bouchez-Mongardé authored
-
Shanti Bouchez-Mongardé authored
-
Shanti Bouchez-Mongardé authored
Removed config.Filename and replace it with config.GetConfigFilePath that takes a configuration directory as argument instead. Makes code simpler. ipfs.getConfigDir now also return the default configuration dir instead of an empty string in some cases.
-
Shanti Bouchez-Mongardé authored
-
- 28 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 27 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 24 Sep, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
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.
-
- 23 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 22 Sep, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
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
-
Juan Batiz-Benet authored
In the future, let's have a (signed) list of bootstrap nodes. Ideally just a list of ipfs multiaddrs (with node.ID)
-