- 06 Apr, 2015 9 commits
-
-
Christian Couder authored
The GOFLAGS variable makes it possible to run all sharness tests with go binaries built with some special flags. The "race" target makes it easy run the sharness tests with go binaries built with the -race flag. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
...and remove bin/* stuff from the .gitignore as /test/bin is already in the root .gitignore. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
This builds go binaries using the -race flag and then runs all the tests. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
This makes it possible to build binaries with different flags. The content of the GOFLAGS variable is stored in a IPFS-BUILD-OPTIONS file, so that if GOFLAGS changes a rebuild of the binaries with the new flags is forced. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
This script can be used in a Makefile to detect flag changes and to save the new flags in a file. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
handle error from GetClosestPeers
-
Jeromy authored
-
Juan Batiz-Benet authored
Correct port in quick-start examples
-
theswitch authored
-
- 04 Apr, 2015 3 commits
-
-
Juan Batiz-Benet authored
Test sort cmp
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 03 Apr, 2015 1 commit
-
-
Juan Batiz-Benet authored
Fuse allow options
-
- 02 Apr, 2015 8 commits
-
-
Ho-Sheng Hsiao authored
ipfs config Mounts.FuseAllowOther --bool true ipfs daemon --mount
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
dht-handlers-log-keys
-
Juan Batiz-Benet authored
gobuilder improvements
-
Juan Batiz-Benet authored
test/README: update sharness test coverage
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
- README.md - install.sh script - LICENSE - trigger in main repo
-
Christian Couder authored
-
- 01 Apr, 2015 12 commits
-
-
Juan Batiz-Benet authored
t0060: add tests for version and help commands
-
Christian Couder authored
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>
-
Juan Batiz-Benet authored
t0030-mount.sh: 2 known breakages vanished (2)
-
Konstantin Koroviev authored
-
Juan Batiz-Benet authored
bandwidth metering on streams
-
Jeromy authored
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
-
Jeromy Johnson authored
cache public keys and use better method for fetching
-
Jeromy authored
-
Jeromy authored
-
Jeromy Johnson authored
reduce dht bandwidth consumption
-
Juan Batiz-Benet authored
t0030: replace some expect_failure with expect_success
-
Christian Couder authored
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>
-
- 31 Mar, 2015 3 commits
-
-
Juan Batiz-Benet authored
Reorged from jbenet/go-ipfs to ipfs/go-ipfs
-
Ho-Sheng Hsiao authored
-
Ho-Sheng Hsiao authored
- 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)
-
- 30 Mar, 2015 3 commits
-
-
Juan Batiz-Benet authored
set proper UID and GID on fuse filesystems
-
Jeromy authored
-
Jeromy authored
Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
- 29 Mar, 2015 1 commit
-
-
Juan Batiz-Benet authored
t0051: test ipfs object online as well as offline
-