- 14 3月, 2015 5 次提交
-
-
repo.Once now does refcounts on a whole Repo level, returning the same pointer to multiple Openers. This removes the need for the weird model of separate FSRepo instances pointing to the same underlying storage, and the races caused by that.
由 Tommi Virtanen 提交于 -
This will replace the elaborate refcounting in fsrepo, to make it easier to maintain.
由 Tommi Virtanen 提交于 -
Nobody calls At without immediately calling Open. First step, a mechanical transformation. Cleanups will follow.
由 Tommi Virtanen 提交于 -
This is only called from `ipfs` command line tool well before it opens the repo. The behavior change here causes a false positive if the current process has already opened the repo. That's a bit late to ask this question, anyway, and is not expected to have ever triggered.
由 Tommi Virtanen 提交于 -
The only caller is `ipfs init`, which at that time does not hold a repository open, and refuses to run on existing repos anyway.
由 Tommi Virtanen 提交于
-
- 12 3月, 2015 20 次提交
-
-
Dead code cleanup
由 Juan Batiz-Benet 提交于 -
rm util.NewByteChanReader()
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
Dirty hack to fix race conditions in the daemon
由 Juan Batiz-Benet 提交于 -
由 Konstantin Koroviev 提交于
-
由 Konstantin Koroviev 提交于
-
Ipns/refactor dagmod
由 Juan Batiz-Benet 提交于 -
Nothing uses it.
由 Tommi Virtanen 提交于 -
Nothing uses it, and offset+limit is a bad query mechanism for mutating data.
由 Tommi Virtanen 提交于 -
The version actually used is in fsrepo, and belongs there as it knows about fsrepo file layout.
由 Tommi Virtanen 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
Repo cleanup
由 Juan Batiz-Benet 提交于
-
- 11 3月, 2015 6 次提交
-
-
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
- 10 3月, 2015 9 次提交
-
-
t0060: reactivate daemon tests
由 Juan Batiz-Benet 提交于 -
ipfs object put: return error if object is empty
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
sharness: add function to test curl response
由 Juan Batiz-Benet 提交于 -
Config file is not executable, and must not be world accessible
由 Juan Batiz-Benet 提交于 -
sharness/README: add writing tests and debugging
由 Juan Batiz-Benet 提交于 -
Tests in this script had been deactivated because there was no good way to wait until the daemon was ready. Now that we can use pollEndpoint for that it's time to reactivate the tests. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
Add information from the discussion of PR #891. While at it, suggest using -v and -i options to debug one test. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-