An IPFS implementation in Go
master
Tommi Virtanen committed over 11 years ago
Tommi Virtanen committed over 11 years ago
Move fsrepo lockfile from global map to struct field
Tommi Virtanen committed over 11 years ago
Remove fsrepo Datastore refcounting
Tommi Virtanen committed over 11 years ago
repo.OnlyOne tracks open Repos and reuses them
Tommi Virtanen committed over 11 years ago
Remove fsrepo.At, make Open a constructor function
Tommi Virtanen committed over 11 years ago
fsrepo.LockedByOtherProcess no longer checks for local opens
Tommi Virtanen committed over 11 years ago
fsrepo.Remove no longer checks for concurrently open instances
Tommi Virtanen committed over 11 years ago
Merge pull request #918 from jbenet/repo-dead-code
Juan Batiz-Benet committed over 11 years ago
Merge pull request #921 from jbenet/moreDeadCode
Juan Batiz-Benet committed over 11 years ago
Henry committed over 11 years ago
move commentary to issue #911; replace with note
vitzli committed over 11 years ago
Merge pull request #909 from kkoroviev/fix-daemon-races
Juan Batiz-Benet committed over 11 years ago
Kill the daemon during its startup
Konstantin Koroviev committed over 11 years ago
Rename `ContextIsReadyToBeClosed` to `InitDone`
Konstantin Koroviev committed over 11 years ago
Merge pull request #889 from jbenet/ipns/refactor-dagmod
Juan Batiz-Benet committed over 11 years ago
Dead code cleanup: remove AllKeys from blockstore
Tommi Virtanen committed over 11 years ago
Dead code cleanup: remove Range support from blockstore
Tommi Virtanen committed over 11 years ago
Dead code cleanup: repo.IsInitialized
Tommi Virtanen committed over 11 years ago
Correct pinning for dagmodifier, and a bunch more tests
Jeromy committed over 11 years ago