- 18 Mar, 2015 18 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
travis: enable osx
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
updated goprocess -- bugfixes
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
ipnsfs
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
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 8 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.
-