- 29 Sep, 2014 3 commits
-
-
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 3 commits
-
-
Jeromy authored
-
Jeromy authored
-
Brian Tiger Chow authored
also replace *Datastore with Datastore
-
- 11 Sep, 2014 2 commits
-
-
Matt Bell authored
-
Siraj Ravel authored
-
- 10 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
dependencies are vendored into Godeps/_workspace and commit versions are recorded in Godeps.json update datastore to e89f0511 update go.crypto
-
- 09 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 06 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 05 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 04 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 03 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 02 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 30 Aug, 2014 1 commit
-
-
Jeromy authored
-
- 29 Aug, 2014 1 commit
-
-
Jeromy authored
-
- 21 Aug, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 31 Jul, 2014 6 commits
-
-
verokarhu authored
-
verokarhu authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Peter Borzov authored
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
-