Juan Batiz-Benet
6b308292e7
go humanize
2015-01-10 01:11:10 -08:00
Juan Batiz-Benet
5b6c44fd60
Merge pull request #533 from jbenet/fix-osx-mount
...
osxfuse: fix version check
2015-01-10 01:10:38 -08:00
Juan Batiz-Benet
538550f8f8
fix osx mounting version checks
2015-01-10 01:07:43 -08:00
Juan Batiz-Benet
01f9ef3c54
added fuseversion for osxfuse
2015-01-10 01:07:43 -08:00
Juan Batiz-Benet
05a0a944ce
makefile: fix target in sharness tests
2015-01-10 01:07:43 -08:00
Jeromy
0f4f91c2f3
restore ability to ping by ID alone
2015-01-10 08:31:17 +00:00
Jeromy
1561291d61
improve UI of ping
2015-01-10 07:27:49 +00:00
Jeromy
9fc0f86a3a
cleanup from PR
2015-01-10 07:27:49 +00:00
Jeromy
50c8561bdd
add peer info after FindPeer RPC
...
fix ping test
2015-01-10 07:27:49 +00:00
Jeromy
566a86f5d4
Address PR comments and add in more user feedback
2015-01-10 07:27:48 +00:00
Jeromy
0794d5b46a
a little cleanup
2015-01-10 07:27:48 +00:00
Brian Tiger Chow
069966d55a
ping WIP
...
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Conflicts:
core/commands/root.go
begin ping command, WIP
finish initial ping implementation
2015-01-10 07:27:45 +00:00
Juan Batiz-Benet
29071baceb
Merge pull request #528 from jbenet/bench/crypto-sign-verify
...
benchmark Sign and Verify operations
2015-01-09 23:16:53 -08:00
Brian Tiger Chow
d01aaa97c4
test: benchmark Sign and Verify operations
...
BenchmarkSign1B 1000 2406924 ns/op
BenchmarkSign10B 1000 2360527 ns/op
BenchmarkSign100B 1000 2354136 ns/op
BenchmarkSign1000B 500 2361775 ns/op
BenchmarkSign10000B 500 2415993 ns/op
BenchmarkSign100000B 500 2718051 ns/op
BenchmarkVerify1B 30000 52117 ns/op
BenchmarkVerify10B 30000 50968 ns/op
BenchmarkVerify100B 30000 51037 ns/op
BenchmarkVerify1000B 30000 56768 ns/op
BenchmarkVerify10000B 10000 105744 ns/op
BenchmarkVerify100000B 2000 628530 ns/op
2015-01-09 17:24:05 -08:00
Juan Batiz-Benet
f3519cf0e9
Merge pull request #527 from chriscool/sharness_download
...
install-sharness.sh: use git instead of wget and shasum
2015-01-09 15:40:01 -08:00
Christian Couder
9e8fc3826a
install-sharness.sh: use git instead of wget and shasum
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-01-09 23:13:48 +01:00
Juan Batiz-Benet
06299297c5
swarm addr checks
2015-01-09 06:22:27 -08:00
Juan Batiz-Benet
e1a0486e15
updated go-multiaddr-net (disabled utp)
2015-01-09 06:16:29 -08:00
Juan Batiz-Benet
19a5f088d5
updated multiaddr
2015-01-09 06:13:24 -08:00
Juan Batiz-Benet
3bc976c49e
Merge pull request #522 from jbenet/path-ignore-ipfs-prefix
...
path: ignore prefix /ipfs/
2015-01-08 17:06:47 -08:00
Juan Batiz-Benet
670e693a31
path: ignore prefix /ipfs/
2015-01-08 16:52:23 -08:00
Juan Batiz-Benet
b427df39af
Merge pull request #518 from jbenet/gc-conns
...
gc closed conns
2015-01-07 19:07:35 -08:00
Juan Batiz-Benet
84a2a59155
reconnect p2p/ tests
2015-01-07 19:01:11 -08:00
Juan Batiz-Benet
74a2f2b074
conn: close fixes
2015-01-07 19:01:10 -08:00
Juan Batiz-Benet
c88a4b2ccc
peerstream update (gc conns)
2015-01-07 19:01:10 -08:00
Juan Batiz-Benet
04b938b8e1
Merge pull request #513 from chriscool/fix_3nodetest
...
Fix test_docker Makefile target and rename it test_3node
2015-01-07 15:08:26 -08:00
Juan Batiz-Benet
8e562a5af0
Dockerfile: COPY -> ADD
...
```
2015/01/07 21:57:16 COPY has been deprecated. Please use ADD instead
```
Thanks @inconshreveable
2015-01-07 15:06:23 -08:00
Juan Batiz-Benet
8c6dc4f5d3
graphmd: LR orientation
2015-01-07 15:03:49 -08:00
Juan Batiz-Benet
d1bff333a5
refs: log writer error
2015-01-07 13:49:13 -08:00
Juan Batiz-Benet
37c32be10a
bin graphmd for wonderful graphs
2015-01-07 13:44:30 -08:00
Juan Batiz-Benet
180b9b32d3
refs: added --format option
2015-01-07 13:42:06 -08:00
Juan Batiz-Benet
f46120b194
refs edges + stream fix
2015-01-07 12:56:14 -08:00
Christian Couder
bac042536b
Fix test_docker Makefile target and rename it test_3node
...
The dockertest/ directory has been moved into test/ and
it has been renamed 3nodetest/ in commit 28cf220d
(dockertest -> test/3nodetest).
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-01-07 21:54:47 +01:00
Juan Batiz-Benet
cb108f4897
Merge pull request #512 from jbenet/merkledag-traversal
...
merkledag traversal
2015-01-07 11:15:44 -08:00
Juan Batiz-Benet
bcce9ef088
merkledag traversal
2015-01-07 11:04:35 -08:00
Juan Batiz-Benet
0b199dd4b6
Merge pull request #511 from jbenet/test-reorg
...
test reorg
2015-01-07 08:09:07 -08:00
Juan Batiz-Benet
fa3374151d
jenkins: move network-test script to repo
2015-01-07 07:57:22 -08:00
Juan Batiz-Benet
2faafa8478
test/Makefile
2015-01-07 07:57:22 -08:00
Juan Batiz-Benet
28cf220de1
dockertest -> test/3nodetest
2015-01-07 07:57:22 -08:00
Juan Batiz-Benet
b479602b61
moved epictest -> test/epictest
2015-01-07 07:24:21 -08:00
Juan Batiz-Benet
cecfa45745
moved sharness tests to a subdir.
...
kept bin in place
2015-01-07 07:10:17 -08:00
Juan Batiz-Benet
8307572777
ipfs block stat bugfix: cast
2015-01-07 06:26:34 -08:00
Juan Batiz-Benet
ce7ad2e26d
Merge pull request #509 from jbenet/ipfs-object-stat
...
ipfs object learned stat
2015-01-07 02:40:30 -08:00
Juan Batiz-Benet
6b2795338f
ipfs object has learned stat
...
'ipfs object stat' is a plumbing command to print DAG
node statistics. <key> is a base58 encoded multihash.
It outputs to stdout:
NumLinks int number of links in link table
BlockSize int size of the raw, encoded data
LinksSize int size of the links segment
DataSize int size of the data segment
CumulativeSize int cumulative size of object and references
2015-01-07 02:31:29 -08:00
Juan Batiz-Benet
f63d45ca56
merkledag: split off node.go
2015-01-07 02:15:53 -08:00
Juan Batiz-Benet
13e79a05e5
merkledag: add NodeStat object
2015-01-07 02:13:44 -08:00
Juan Batiz-Benet
f862933c9d
Merge pull request #507 from jbenet/ipfs-block-stat
...
ipfs block stat cmd
2015-01-07 01:02:38 -08:00
Juan Batiz-Benet
30359cd238
Merge pull request #504 from jbenet/ignore-profiles
...
Ignore debug profile files in .gitignore
2015-01-07 01:02:00 -08:00
Juan Batiz-Benet
07b923d7a4
ipfs block stat cmd
2015-01-07 00:55:27 -08:00
Matt Bell
74f9bf41c2
Ignore profile files in .gitignore
2015-01-06 17:37:55 -08:00