61ed50baad
Merge pull request #2574 from ipfs/fix/go-fuse-version-dep
...
clean up unused incfusever code
2016-04-16 10:56:14 -07:00
7ac1f5da5c
remove incfusever dead-code
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-04-16 00:02:45 -07:00
72e0781277
Merge pull request #2569 from ipfs/init-without-logs
...
repo: don't create logs directory, not used any longer
2016-04-15 14:53:29 -07:00
f7230b0480
repo: don't create logs directory, not used any longer
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-15 13:50:46 -07:00
9f16fa4fb8
Merge pull request #2559 from eminence/makefile_help
...
Adds 'toolkit_upgrade' to the makefile help target
2016-04-13 21:05:52 -07:00
0dea50be68
Adds 'toolkit_upgrade' to the makefile help target
...
License: MIT
Signed-off-by: Andrew Chin <achin@eminence32.net>
2016-04-13 17:18:57 -04:00
44f126bf59
Merge pull request #2557 from ipfs/feat/i-am-why-deleter-of-code
...
remove a ton of unused godeps
2016-04-13 13:21:31 -07:00
94a53ac728
Merge pull request #2283 from Kubuxu/fix/resolve-norec
...
Make non recursive resolve print the result
2016-04-13 12:35:54 -07:00
e79e1d31e9
remove a ton of unused godeps
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-13 11:23:10 -07:00
e8a49d94a6
Make non recursive resolve print the result
...
Currently it prints out error message but should just print
the intermediate result as it is what we expect.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
2016-04-13 19:49:48 +02:00
b0a613fd71
Merge pull request #1892 from MichaelMure/blockstore_log
...
Add log events when blocks are added/removed to/from the blockstore
2016-04-12 18:59:20 -07:00
185a3a6be9
Merge pull request #2523 from ipfs/clean-all-bins
...
sharness/Makefile: clean all BINS when cleaning
2016-04-12 18:57:06 -07:00
c11118fb07
Merge pull request #2481 from ipfs/feature/add-wrap-long-desc
...
Added a long description to add
2016-04-12 18:10:43 -07:00
e99066a1a2
Merge pull request #2475 from ipfs/feature/object-patch-set-data-docs
...
Edited object patch set-data doc
2016-04-12 18:09:48 -07:00
70af4ddb55
Merge pull request #2555 from noffle/1925test
...
Adds tests to make sure 'object patch' writes.
2016-04-12 17:57:59 -07:00
a94f9dab6d
Added a long description to add
...
This explains mostly what the wrap option does, because it was not entirely clear
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-12 17:25:08 -07:00
6d25aca9ed
Adds tests to make sure 'object patch' writes.
...
Tests to ensure that object patching writes to the block store.
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-04-12 17:22:06 -07:00
568e5087e1
Edited object patch set-data doc
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-12 16:12:38 -07:00
ca50f0d8bf
Merge pull request #2497 from noffle/init_check
...
Makes repo existance check more sensitive.
2016-04-12 13:00:27 -07:00
6c8bebbedd
Merge pull request #2257 from ipfs/feat/promise-fail
...
allow promises to fail
2016-04-12 11:52:13 -07:00
5a0b6e593a
small sharness test for promise failure checking
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-04-12 11:21:34 -07:00
cf7f5da426
don't fail promises that already succeeded
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-12 10:43:23 -07:00
8d7117f55a
Merge pull request #2549 from ipfs/datastore-config
...
repo: properly init Datastore config, and leave it be
2016-04-12 10:41:20 -07:00
53c94ef7b4
Merge pull request #2356 from ipfs/prometheus2
...
metrics: rework prometheus integration
2016-04-12 10:31:43 -07:00
0e906466e7
godeps: remove prometheus and deps
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-11 19:37:06 -07:00
caec086c28
metrics: add prometheus back
...
With a proper IpfsCollector object and tests, this time.
The collector object makes it easy to add further metrics,
like e.g. bitswap wants/provs.
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-11 19:33:16 -07:00
a79907b7c1
repo: properly init Datastore config, and leave it be
...
We didn't previously initialize the Datastore config section.
The respective function exists, but was dead code up until now.
This lead to weird decisions like the GC code deciding on defaults,
and writing these to the config file. Don't want GC to touch the config.
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-11 16:21:14 -07:00
daaa69e276
Merge pull request #2548 from ipfs/fix/libp2p-listen-hang
...
update libp2p dep to fix hanging listeners problem
2016-04-11 16:21:43 -04:00
bdc5456d52
update libp2p dep to fix hanging listeners problem
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-11 12:52:54 -07:00
a957b4b9c1
Merge pull request #2541 from ipfs/feat/roadmap
...
add roadmap.md
2016-04-08 16:06:32 -07:00
831a695930
add roadmap.md
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 16:05:32 -07:00
ab8879c433
Merge pull request #2538 from ipfs/feat/config-cleanup
...
clean up dead code and config fields
2016-04-08 15:09:45 -07:00
38b21e4296
remove test for removed dead config version fields
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 13:54:12 -07:00
74fad48e4b
clean up dead code and config fields
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 13:11:30 -07:00
8784e606b2
Merge pull request #2537 from noffle/files-api-help
...
Adds Files API cmd to helptext
2016-04-08 12:35:08 -07:00
c89723d316
Adds files api cmd to helptext
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-04-08 12:33:00 -07:00
016f18c89c
Merge pull request #2340 from ipfs/fix/key-escape
...
fix dht command key escaping
2016-04-08 12:20:06 -07:00
e7dfd778af
Merge pull request #2536 from ipfs/dev-version-bump-0.4.1
...
bump ipfs dev version to 0.4.1
2016-04-08 11:46:51 -07:00
1b90fab38f
bump ipfs dev version to 0.4.1
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 11:31:45 -07:00
d84dfafe69
allow promises to fail
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 11:26:21 -07:00
00e4472dff
Remove debug log
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 11:23:21 -07:00
c5b2e09708
test for the dht key escaping
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 11:23:21 -07:00
65c66fd09b
fix dht command key escaping
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-08 11:23:21 -07:00
600c95eb53
version bump to 0.4.0
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.0
2016-04-07 16:22:41 -07:00
a164fc958f
Ipfs v0.4.0 changelog
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-07 16:22:21 -07:00
8a0bd6ce67
Merge pull request #2532 from ipfs/deps/libp2p/msscrypto
...
switch to new libp2p with mss crypto
2016-04-07 15:55:33 -07:00
e9edd2d884
use nc -w instead of -q because osx is slow
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-07 15:55:41 -07:00
42455d27b3
multistream tests use data from file
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-07 15:55:41 -07:00
3148f4c34f
fix tests that check swarm port knocking
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-07 15:55:41 -07:00
8f3a51ac42
switch to new libp2p with mss crypto
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-07 15:55:41 -07:00