Henry
6350cff7c0
pollEndpoint: improve error output
2015-03-22 14:28:17 +01:00
Juan Batiz-Benet
039526b93c
Merge pull request #953 from jbenet/t0090_add_offline_tests
...
t0090: test ipfs get offline as well as online
2015-03-21 17:50:15 -07:00
Juan Batiz-Benet
3edf4a2f5a
Merge pull request #954 from jbenet/add_test_readme_with_coverage
...
test: add README with sharness test command coverage
2015-03-21 17:34:45 -07:00
Christian Couder
32a2403908
test: add README with sharness test command coverage
...
See issue #906 (sharness test command coverage) that
discussed this.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-03-21 09:30:45 +01:00
Christian Couder
c60163183a
t0090: test ipfs get offline as well as online
...
To do that the current tests are move inside a
test_get_cmd() function. This function is then first
called before running the daemon for offline tests
and then after starting the daemon for online tests.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-03-21 09:14:24 +01:00
Juan Batiz-Benet
1f5aa5d606
Merge pull request #951 from jbenet/feat/lsHeaders
...
Feat/ls headers
2015-03-20 16:17:45 -07:00
Henry
07008042f1
ipfs ls: added --headers option
...
- added tests for 'ipfs ls --headers'
- comments from CR (opts)
- sharness: fix ls test whitespace
2015-03-20 15:34:56 -07:00
Juan Batiz-Benet
c0f74b92f9
Merge pull request #946 from kkoroviev/t0060-daemon
...
t0060-daemon.sh: Add 1 test
2015-03-20 12:25:19 -07:00
Konstantin Koroviev
d70912fff1
t0060-daemon.sh: Add 1 test
2015-03-19 16:38:22 +02:00
Juan Batiz-Benet
59f2f2fe8d
Merge pull request #944 from jbenet/dht-bootstrap-tone-down
...
dht: tone down dht bootstrap
2015-03-19 04:27:44 -07:00
Juan Batiz-Benet
60b18d3ad1
dht: tone down dht bootstrap
...
move to a less aggressive period. 5m instead of 20s
2015-03-19 04:02:00 -07:00
Juan Batiz-Benet
415aa2c661
Merge pull request #942 from jbenet/fix/pin-init
...
fix for weird repo init issue
2015-03-18 22:50:18 -07:00
Jeromy
3bf7d5c27e
test for pinning semantics
2015-03-18 22:38:57 -07:00
Jeromy
6bf341302c
fix for weird repo init issue
2015-03-18 16:11:47 -07:00
Juan Batiz-Benet
e9ee1a36e6
Merge pull request #941 from jbenet/travis-multi-os
...
travis: enable osx
2015-03-18 02:25:44 -07:00
Juan Batiz-Benet
5b4f4328fd
3nodetest: dont fail because of logs
2015-03-18 02:11:45 -07:00
Juan Batiz-Benet
76451fd9ed
travis: enable osx
2015-03-18 01:44:37 -07:00
Juan Batiz-Benet
8a3db7cbc4
testing: nofuse testing (for osx travis)
2015-03-18 01:44:36 -07:00
Juan Batiz-Benet
06801a0e3a
Merge pull request #940 from jbenet/goprocess-bugfix
...
updated goprocess -- bugfixes
2015-03-18 01:26:02 -07:00
Juan Batiz-Benet
7777a231f0
updated goprocess -- bugfixes
2015-03-18 01:14:41 -07:00
Juan Batiz-Benet
c5fbc6673a
Merge pull request #923 from jbenet/ipns/ipnsfs
...
ipnsfs
2015-03-17 22:12:03 -07:00
Jeromy
7ad8dd8523
ignore bootstrap failures in namesys initialization
2015-03-17 21:57:57 -07:00
Jeromy
d588636ce8
remove 'Open' from ipnsfs
2015-03-17 20:57:21 -07:00
Jeromy
f679127d83
comments! and cleanup
2015-03-17 20:57:21 -07:00
Jeromy
0ee7091cbc
code cleanup
2015-03-17 20:57:21 -07:00
Jeromy
0718bd73a7
fix locking
2015-03-17 20:57:21 -07:00
Jeromy
eb228eb615
remove addCloser
2015-03-17 20:57:21 -07:00
Jeromy
dc80116d76
fix locking and race conditions throughout ipnsfs and the pinner
2015-03-17 20:57:21 -07:00
Jeromy
4f76e473d0
a bit of cleanup
2015-03-17 20:57:20 -07:00
Jeromy
9ab59e44ad
implement in memory model for ipns filesystem, to be used as backing for ipns fuse interface
2015-03-17 20:57:20 -07:00
Juan Batiz-Benet
1884768b74
Merge pull request #935 from jbenet/fix-webui-test
...
sharness/t0110-gateway: fix /s fail on osx
2015-03-17 20:41:42 -07:00
Juan Batiz-Benet
2d67531236
Merge pull request #938 from jbenet/refactor/keyspace
...
Refactor/keyspace
2015-03-17 16:31:22 -07:00
Jeromy
c100b1be04
move keyspace init function into namesys
2015-03-17 16:19:39 -07:00
Juan Batiz-Benet
b036439623
Merge pull request #937 from jbenet/fix/pinning-locks
...
fix locking in the pinner
2015-03-17 15:39:31 -07:00
Jeromy
8d81a8b8d9
fix locking in the pinner
2015-03-17 14:51:26 -07:00
Juan Batiz-Benet
edbca27019
sharness/t0110-gateway: fix /s fail on osx
...
the test cases were failing for me on osx. Removing /s fixes them.
It should be fine not to check the /s.
2015-03-17 06:06:00 -07:00
Juan Batiz-Benet
8fa9252fb1
Merge pull request #913 from vitzli/master
...
add /dev/crypto-notes.md
2015-03-17 05:22:00 -07:00
Juan Batiz-Benet
d20926f4f6
Merge pull request #932 from andyleap/gateway404
...
Fixes issue #924
2015-03-17 05:21:07 -07:00
Juan Batiz-Benet
bcc8880a67
Merge pull request #931 from jbenet/fix_continueyn
...
test/bin: fix continueyn on Linux
2015-03-17 04:16:22 -07:00
Andy Leap
512171aa98
Fixing test failure(issue with looking for exact text)
2015-03-16 16:27:34 -04:00
Andy Leap
89ca37d1d1
Fixes issue #924
2015-03-16 16:08:45 -04:00
Christian Couder
6cc0a6b1de
test/bin: fix continueyn on Linux
...
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>
2015-03-16 20:02:02 +01:00
Juan Batiz-Benet
36e6286560
Merge pull request #929 from jbenet/t0051_fix_indentation
...
t0051: fix indentation
2015-03-16 01:30:10 -07:00
Juan Batiz-Benet
bd357d934e
Merge pull request #925 from jbenet/fsrepo-cleanup
...
Fsrepo cleanup
2015-03-15 23:41:16 -07:00
Christian Couder
ef85f67610
t0051: fix indentation
...
Fix indentation and use > instead of >> to create
an expected file.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-03-15 17:00:09 +01:00
Tommi Virtanen
03bc2ccb9d
Take FSRepo lock way earlier
...
There is no way this was safe before.
Be careful to unlock on the error paths.
2015-03-13 20:29:02 -07:00
Tommi Virtanen
55228dae11
Simplify FSRepo life cycle, it's either open or closed
2015-03-13 20:29:02 -07:00
Tommi Virtanen
384ca525b4
Clean up fsrepo path handling
2015-03-13 20:29:02 -07:00
Tommi Virtanen
431cf1c902
Remove fsrepo refcounting
...
No code attempts to open the same repo multiple times.
Error handling is still buggy, but it's starting to get clearer.
2015-03-13 20:28:51 -07:00
Tommi Virtanen
543adf91f1
Move fsrepo lockfile from global map to struct field
2015-03-13 20:26:42 -07:00