- 06 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
- safer parsing - multiple inputs - add: dup detection - common cfg writing
-
Juan Batiz-Benet authored
-
Siraj Ravel authored
This set of commits implements the bootstrap commands, following from the description in #117
-
- 02 Oct, 2014 1 commit
-
-
Juan Batiz-Benet 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 8 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)
-
Juan Batiz-Benet authored
let's keep this a turn-on for testing sort of thing. (want the outputs of commands like `ipfs add` to be usable as inputs to other programs/scripts). maybe we should consider adding a --debug (not -d), once we figure out adding flags that apply globally :) @whyrusleeping
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
- 17 Sep, 2014 2 commits
- 13 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 12 Sep, 2014 1 commit
-
-
Jeromy authored
-