Juan Batiz-Benet
9c3f65709e
Merge pull request #1026 from lidel/master
...
fuse.md: Added troubleshooting instructions for #813
2015-04-06 14:35:28 -07:00
Marcin Rataj
6903e63140
fuse.md: Linux-related clarifications
2015-04-06 23:26:52 +02:00
Marcin Rataj
729e50d312
fuse.md: Added troubleshooting instructions for #813
2015-04-06 22:49:47 +02:00
Juan Batiz-Benet
8ad4d5031a
Merge pull request #1020 from ipfs/fix/query-cmd
...
handle error from GetClosestPeers
2015-04-06 02:17:24 -07:00
Jeromy
f10c8282c7
handle error from GetClosestPeers
2015-04-06 00:08:28 -07:00
Juan Batiz-Benet
d5c6b1af6b
Merge pull request #1019 from theswitch/fix-init-docs
...
Correct port in quick-start examples
2015-04-05 21:53:43 -07:00
theswitch
000de03000
Correct port in quick-start examples
2015-04-06 12:39:06 +10:00
Juan Batiz-Benet
07d9cdbd69
Merge pull request #1011 from ipfs/test_sort_cmp
...
Test sort cmp
2015-04-04 05:52:15 -07:00
Christian Couder
c2e9a08098
t0080: use test_sort_cmp()
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-04 07:43:59 +02:00
Christian Couder
1f1507106a
test: implement test_sort_cmp()
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-04 07:37:37 +02:00
Juan Batiz-Benet
64f6a843b8
Merge pull request #997 from ipfs/hosh/fuse-mount-opts
...
Fuse allow options
2015-04-02 17:03:02 -07:00
Ho-Sheng Hsiao
d90ada9b4e
Added fuse allow_other option
...
ipfs config Mounts.FuseAllowOther --bool true
ipfs daemon --mount
2015-04-02 15:11:27 -07:00
Juan Batiz-Benet
b107eb89f8
gobuilder trigger fix
2015-04-02 03:52:05 -07:00
Juan Batiz-Benet
963f72e602
Merge pull request #1003 from ipfs/dht-handlers-log-keys
...
dht-handlers-log-keys
2015-04-02 03:31:06 -07:00
Juan Batiz-Benet
078d8c5938
Merge pull request #1004 from ipfs/gobuilder-improvements
...
gobuilder improvements
2015-04-02 03:04:07 -07:00
Juan Batiz-Benet
6184bb3ed2
Merge pull request #1002 from ipfs/chriscool-patch-1
...
test/README: update sharness test coverage
2015-04-02 03:03:46 -07:00
Juan Batiz-Benet
d749930dfb
dht-handlers-log-keys
2015-04-02 03:02:23 -07:00
Juan Batiz-Benet
20b5f96e6a
gobuilder improvements
...
- README.md
- install.sh script
- LICENSE
- trigger in main repo
2015-04-02 03:00:49 -07:00
Christian Couder
d0d1456ee1
test/README: update sharness test coverage
2015-04-02 11:56:49 +02:00
Juan Batiz-Benet
497580568b
Merge pull request #978 from ipfs/t0060_add_tests_for_version
...
t0060: add tests for version and help commands
2015-04-01 15:13:40 -07:00
Christian Couder
72b20017ca
t0060: add tests for version and help commands
...
As `ipfs version` and `ipfs help` are basic commands
it is ok to test them online in t0060.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-01 14:56:06 +02:00
Juan Batiz-Benet
0ba4a6ffb1
Merge pull request #998 from ipfs/kkoroviev-t0030-mount
...
t0030-mount.sh: 2 known breakages vanished (2)
2015-03-31 23:04:06 -07:00
Konstantin Koroviev
490c88599d
t0030-mount.sh: improve stdout stderr fail tests
2015-03-31 22:55:36 -07:00
Juan Batiz-Benet
178a64d646
Merge pull request #969 from ipfs/feat/bw-meter
...
bandwidth metering on streams
2015-03-31 22:09:17 -07:00
Jeromy
2c8cb9fc75
bandwidth metering on streams
...
humanize bandwidth output
instrument conn.Conn for bandwidth metrics
add poll command for continuous bandwidth reporting
move bandwidth tracking onto multiaddr net connections
another mild refactor of recording locations
address concerns from PR
lower mock nodes in race test due to increased goroutines per connection
2015-03-31 19:58:08 -07:00
Jeromy Johnson
be598ad195
Merge pull request #987 from ipfs/feat/pubkey-cache
...
cache public keys and use better method for fetching
2015-03-31 19:05:25 -07:00
Jeromy
bb1b0d50e0
Address comments from PR
2015-03-31 18:17:58 -07:00
Jeromy
97aeda9ae8
cache public keys and use better method for fetching
2015-03-31 18:17:58 -07:00
Jeromy Johnson
5e3f9f3574
Merge pull request #986 from ipfs/feat/dht-bw-usage
...
reduce dht bandwidth consumption
2015-03-31 18:15:18 -07:00
Juan Batiz-Benet
9d7603eb3e
Merge pull request #926 from ipfs/t0030_remove_expected_failures
...
t0030: replace some expect_failure with expect_success
2015-03-31 17:52:27 -07:00
Christian Couder
e0c4638496
t0030: replace some expect_failure with expect_success
...
It looks like some tests that were expected failures
are now always succeeding, so let's mark them as such.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-03-31 17:26:22 -07:00
Juan Batiz-Benet
79360bbd32
Merge pull request #996 from ipfs/switch-github-repo
...
Reorged from jbenet/go-ipfs to ipfs/go-ipfs
2015-03-31 15:54:55 -07:00
Ho-Sheng Hsiao
1984274b54
[DOC] Added README.md for generating assets
2015-03-31 14:16:55 -07:00
Ho-Sheng Hsiao
bf22aeec0a
Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs
...
- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
2015-03-31 12:52:25 -07:00
Juan Batiz-Benet
a768e5881a
Merge pull request #988 from jbenet/feat/fuse-id
...
set proper UID and GID on fuse filesystems
2015-03-30 15:39:14 -07:00
Jeromy
9715cab58d
set proper UID and GID on fuse filesystems
2015-03-30 14:56:42 -07:00
Jeromy
a437240989
reduce dht bandwidth consumption
...
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-03-30 07:54:17 -07:00
Juan Batiz-Benet
8a533be02f
Merge pull request #977 from jbenet/t0051_add_online_tests
...
t0051: test ipfs object online as well as offline
2015-03-29 14:44:15 -07:00
Juan Batiz-Benet
94b8cd9cc8
Merge pull request #976 from jbenet/t0045_add_online_tests
...
t0045: test ipfs ls online as well as offline
2015-03-29 14:42:58 -07:00
Christian Couder
327c59f7f0
t0051: test ipfs object online as well as offline
...
To do that the current tests are move inside a
test_object_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-29 18:32:51 +02:00
Christian Couder
02dfb9f8ea
t0045: test ipfs ls online as well as offline
...
To do that the current tests are move inside a
test_ls_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-29 17:46:27 +02:00
Juan Batiz-Benet
11dc94b50c
Merge pull request #965 from MichaelMure/patch-1
...
Add a basic command line completion for IPFS
2015-03-25 17:42:50 -07:00
Michael Muré
666f457fec
Mention the shell command completion in the Readme
2015-03-25 23:50:15 +01:00
Michael Muré
a1ac0b55c0
Add a basic command line completion for IPFS
...
Does auto-complete for the ipfs commands, subcommands and parameters.
Reported to works for bash and zfs
The completion could be smarter for some parameters (marked as #TODO)
2015-03-25 22:14:44 +01:00
Juan Batiz-Benet
b4da412b8f
Merge pull request #958 from jbenet/godeps
...
godeps update
2015-03-24 15:39:03 -07:00
Juan Batiz-Benet
ba1b196ddb
Merge pull request #939 from jbenet/ipns/fuse
...
refactor ipns fuse to utilize ipnsfs
2015-03-24 15:20:32 -07:00
Jeromy
5440bb0e6d
fix WriteAt race condition
2015-03-24 12:23:01 -07:00
Jeromy
13c489eca1
fix context respect through fuse reading
2015-03-24 12:23:01 -07:00
Jeromy
d8bc95f43e
invalidate merkledag cache when modifying children
2015-03-24 12:23:01 -07:00
Jeromy
13de031b44
code cleanup and better naming of methods
2015-03-24 12:23:01 -07:00