- 06 4月, 2015 9 次提交
-
-
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 提交于 -
...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 提交于 -
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 提交于 -
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 提交于 -
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>
由 Christian Couder 提交于 -
handle error from GetClosestPeers
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
Correct port in quick-start examples
由 Juan Batiz-Benet 提交于 -
由 theswitch 提交于
-
- 04 4月, 2015 3 次提交
-
-
Test sort cmp
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 03 4月, 2015 1 次提交
-
-
Fuse allow options
由 Juan Batiz-Benet 提交于
-
- 02 4月, 2015 8 次提交
-
-
ipfs config Mounts.FuseAllowOther --bool true ipfs daemon --mount由 Ho-Sheng Hsiao 提交于 -
由 Juan Batiz-Benet 提交于
-
dht-handlers-log-keys
由 Juan Batiz-Benet 提交于 -
gobuilder improvements
由 Juan Batiz-Benet 提交于 -
test/README: update sharness test coverage
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
- README.md - install.sh script - LICENSE - trigger in main repo
由 Juan Batiz-Benet 提交于 -
由 Christian Couder 提交于
-
- 01 4月, 2015 12 次提交
-
-
t0060: add tests for version and help commands
由 Juan Batiz-Benet 提交于 -
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>
由 Christian Couder 提交于 -
t0030-mount.sh: 2 known breakages vanished (2)
由 Juan Batiz-Benet 提交于 -
由 Konstantin Koroviev 提交于
-
bandwidth metering on streams
由 Juan Batiz-Benet 提交于 -
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 提交于 -
cache public keys and use better method for fetching
由 Jeromy Johnson 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
reduce dht bandwidth consumption
由 Jeromy Johnson 提交于 -
t0030: replace some expect_failure with expect_success
由 Juan Batiz-Benet 提交于 -
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>
由 Christian Couder 提交于
-
- 31 3月, 2015 3 次提交
-
-
Reorged from jbenet/go-ipfs to ipfs/go-ipfs
由 Juan Batiz-Benet 提交于 -
由 Ho-Sheng Hsiao 提交于
-
- 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)
由 Ho-Sheng Hsiao 提交于
-
- 30 3月, 2015 3 次提交
-
-
set proper UID and GID on fuse filesystems
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 29 3月, 2015 1 次提交
-
-
t0051: test ipfs object online as well as offline
由 Juan Batiz-Benet 提交于
-