- 18 Mar, 2015 5 commits
-
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
sharness/t0110-gateway: fix /s fail on osx
-
- 17 Mar, 2015 8 commits
-
-
Juan Batiz-Benet authored
Refactor/keyspace
-
Jeromy authored
-
Juan Batiz-Benet authored
fix locking in the pinner
-
Jeromy authored
-
Juan Batiz-Benet authored
the test cases were failing for me on osx. Removing /s fixes them. It should be fine not to check the /s.
-
Juan Batiz-Benet authored
add /dev/crypto-notes.md
-
Juan Batiz-Benet authored
Fixes issue #924
-
Juan Batiz-Benet authored
test/bin: fix continueyn on Linux
-
- 16 Mar, 2015 5 commits
-
-
Andy Leap authored
-
Andy Leap authored
-
Christian Couder authored
It looks like there were two problems: - "read" command probably needs the name of the variable it reads into - [[ didn't work This might be because on Linux /bin/sh is sometimes not bash. For example on Ubuntu it is a symlink to dash. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
t0051: fix indentation
-
Juan Batiz-Benet authored
Fsrepo cleanup
-
- 15 Mar, 2015 1 commit
-
-
Christian Couder authored
Fix indentation and use > instead of >> to create an expected file. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 14 Mar, 2015 10 commits
-
-
Tommi Virtanen authored
There is no way this was safe before. Be careful to unlock on the error paths.
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
Tommi Virtanen authored
No code attempts to open the same repo multiple times. Error handling is still buggy, but it's starting to get clearer.
-
Tommi Virtanen authored
-
Tommi Virtanen authored
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 authored
This will replace the elaborate refcounting in fsrepo, to make it easier to maintain.
-
Tommi Virtanen authored
Nobody calls At without immediately calling Open. First step, a mechanical transformation. Cleanups will follow.
-
Tommi Virtanen authored
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 authored
The only caller is `ipfs init`, which at that time does not hold a repository open, and refuses to run on existing repos anyway.
-
- 12 Mar, 2015 11 commits
-
-
Juan Batiz-Benet authored
Dead code cleanup
-
Juan Batiz-Benet authored
rm util.NewByteChanReader()
-
Henry authored
-
vitzli authored
-
Juan Batiz-Benet authored
Dirty hack to fix race conditions in the daemon
-
Konstantin Koroviev authored
-
Konstantin Koroviev authored
-
Juan Batiz-Benet authored
Ipns/refactor dagmod
-
Tommi Virtanen authored
Nothing uses it.
-
Tommi Virtanen authored
Nothing uses it, and offset+limit is a bad query mechanism for mutating data.
-
Tommi Virtanen authored
The version actually used is in fsrepo, and belongs there as it knows about fsrepo file layout.
-