An IPFS implementation in Go
master
refactor(config): break it apart
Brian Tiger Chow committed over 11 years ago
go-ipfs-config: fix(config): avoid clobbering user-provided key value pairs
Brian Tiger Chow committed over 11 years ago
fix(fsrepo): use "please run ipfs init" message
Brian Tiger Chow committed over 11 years ago
go-ipfs-config: move utility method
Brian Tiger Chow committed over 11 years ago
fix(config): avoid clobbering user-provided key value pairs
Brian Tiger Chow committed over 11 years ago
test(bootstrap, config): ensure user-provided keys are protected
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
fix(fsrepo): add guard to ConfigKey methods
Brian Tiger Chow committed over 11 years ago
refactor(repo): move public methods
Brian Tiger Chow committed over 11 years ago
refactor(repo): privatize serialization methods
Brian Tiger Chow committed over 11 years ago
refactor(config, repo): use repo.Interface to (Get|Set)ConfigKey
Brian Tiger Chow committed over 11 years ago
go-ipfs-config: refactor(config, repo): all writes go through FSRepo. next: privatize these
Brian Tiger Chow committed over 11 years ago
refactor(main): use fsrepo to load config
Brian Tiger Chow committed over 11 years ago
fix(test/sharness/Makefile): remove ipfs binary when cleaning
Brian Tiger Chow committed over 11 years ago
refactor(repo): all config writes must go through repo
Brian Tiger Chow committed over 11 years ago
refactor(config, repo): all writes go through FSRepo. next: privatize these
Brian Tiger Chow committed over 11 years ago
refactor(init, repo): init logs in fsrepo
Brian Tiger Chow committed over 11 years ago
check datastore directory when opening the repo for use
Brian Tiger Chow committed over 11 years ago
feat(init): remove datastore path override
Brian Tiger Chow committed over 11 years ago