Tor Arne Vestbø
d36a9eef2b
Ensure IPFS-BUILD-OPTIONS build dependency is created
...
If the file doesn't exist, make will conclude that the missing
prerequisite should trigger a rebuild of the binaries.
2015-04-07 21:09:45 +02:00
Tor Arne Vestbø
675e2c7f85
Unify shutdown message format string
2015-04-07 14:12:22 +02:00
Tor Arne Vestbø
0bb4df9d3b
Extend logging when peer handshake detects clashing/same keys
2015-04-07 13:20:46 +02:00
Juan Batiz-Benet
f2aba08c9a
Merge pull request #1024 from ipfs/run_tests_with_race_flag2
...
Run tests with race flag using checkflags script
2015-04-07 04:18:54 -07:00
Jeromy Johnson
447f1efb61
Merge pull request #1009 from ipfs/refactor/taskqueue
...
refactor task queue to have queues per peer
2015-04-06 22:22:32 -07:00
Juan Batiz-Benet
30562679e2
Merge pull request #1027 from ipfs/bench/just-cat
...
Add benchmark for just the time it takes to cat
2015-04-06 21:55:24 -07:00
Jeromy
8450a8d4d8
address comments from CR
2015-04-06 21:49:14 -07:00
Jeromy
76e879c9e0
fix some logic
2015-04-06 21:49:14 -07:00
Jeromy
738db201d9
some code cleanup and commenting
2015-04-06 21:49:14 -07:00
Jeromy
d765c14e8f
refactor task queue to have queues per peer
2015-04-06 21:49:14 -07:00
Jeromy
7727309e89
disable archive test
2015-04-06 21:37:48 -07:00
Jeromy
8540f2da80
Add benchmark for just the time it takes to cat
2015-04-06 16:57:52 -07:00
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
Christian Couder
dbf91a19a1
test/sharness: add GOFLAGS variable and race target
...
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>
2015-04-06 18:06:24 +02:00
Christian Couder
61550d08be
test: add IPFS-BUILD-OPTIONS to .gitignore
...
...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>
2015-04-06 18:06:24 +02:00
Christian Couder
3edd3227fe
test: add test_race target to Makefile
...
This builds go binaries using the -race flag
and then runs all the tests.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-06 18:06:24 +02:00
Christian Couder
7edfc784ac
test: add GOFLAGS variable to the Makefile
...
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>
2015-04-06 18:05:47 +02:00
Christian Couder
a2c41e650d
test/bin: add checkflags to detect flag changes
...
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>
2015-04-06 17:59:49 +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