- 14 3月, 2015 10 次提交
-
-
There is no way this was safe before. Be careful to unlock on the error paths.
由 Tommi Virtanen 提交于 -
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
No code attempts to open the same repo multiple times. Error handling is still buggy, but it's starting to get clearer.
由 Tommi Virtanen 提交于 -
由 Tommi Virtanen 提交于
-
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 4 次提交
-
-
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 提交于
-