Juan Batiz-Benet
594c1bfa2a
Merge pull request #1405 from ipfs/daemon-shutdown
...
close channels and allow daemon to shutdown
2015-06-19 23:03:51 -07:00
Jeromy
6211ee46c2
close channels and allow daemon to shutdown
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-19 22:40:38 -07:00
Jeromy Johnson
7d254aef20
Merge pull request #1404 from ipfs/feat/patch-path
...
allow patch add-link to add at a path
2015-06-19 22:01:57 -07:00
Jeromy
d585e20ebc
allow patch add-link to add at a path
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-19 20:45:20 -07:00
Juan Batiz-Benet
09f16003d8
Merge pull request #1402 from dylanPowers/object-put-example
...
Object put examples in help text
2015-06-19 20:34:38 -07:00
Juan Batiz-Benet
9b89a3dd43
Merge pull request #1398 from ipfs/tk/publish-local-peer-id
...
core/commands/publish: Allow explicit local node ID
2015-06-19 20:18:01 -07:00
Juan Batiz-Benet
ed5374dad4
Merge pull request #1397 from ipfs/tk/public-name-commands
...
core/commands: Make IpnsCmd and PublishCmd public
2015-06-19 20:17:21 -07:00
Dylan Powers
2f6f0f91c8
Examples for object put
...
License: MIT
Signed-off-by: Dylan Powers <dylan.kyle.powers@gmail.com>
2015-06-19 17:12:20 -07:00
Juan Batiz-Benet
36a5281106
Merge pull request #1395 from ipfs/fix-nil-conn-bug
...
update go-multiaddr-net with a nil check
2015-06-19 13:24:57 -07:00
W. Trevor King
e700c02cbd
core/commands/publish: Allow explicit local node ID
...
Instead of raising "keychains not yet implemented" whenever we have an
explicit node ID, only raise the error when the given node ID isn't
the local node. This allows folks to use the more-general
explicit-node-ID form in scripts and such now, as long as they use the
local node name when calling those scripts.
Also add a test for this case, and update the comment for the
one-argument case to match the current syntax for extracting a
multihash name string.
License: MIT
Signed-off-by: W. Trevor King <wking@tremily.us>
2015-06-19 04:08:43 -07:00
W. Trevor King
40c6ffd4fe
core/commands: Make IpnsCmd and PublishCmd public
...
ipfs-shell [1] accesses the Command objects directly to construct
requests for an external IPFS daemon API. This isn't a terribly
robust approach, because it doesn't handle version differences between
the version of go-ipfs used to build the daemon and the version used
to build the ipfs-shell-consuming application. But for cases where
you can get those APIs to match it works well. Making these two
commands public allows us to write ipfs-shell wrappers for them.
Until we figure out how to get ipfs-shell working without access to
core/commands, I think the best approach is to make future command
objects and their returned structures public, and to go back and
expose existing commands/structures on an as-needed basis.
In this case, I need the public PublishCmd for the Docker-registry
storage driver, and I made the IpnsCmd public at the same time to stay
consistent for both 'ipfs name ...' sub-commands.
[1]: https://github.com/whyrusleeping/ipfs-shell
License: MIT
Signed-off-by: W. Trevor King <wking@tremily.us>
2015-06-19 02:44:03 -07:00
Juan Batiz-Benet
1c972fed0f
updated go-multiaddr-net with tests
...
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-19 00:15:10 -07:00
Juan Batiz-Benet
1363790f70
remove duplicate Godeps.json entry
...
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 18:19:42 -07:00
Juan Batiz-Benet
6bbe575500
update go-multiaddr-net with a nil check
...
works around off nil conn failure:
- https://travis-ci.org/ipfs/go-ipfs/jobs/67385491
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 18:15:35 -07:00
Juan Batiz-Benet
370df8fc0c
Merge pull request #1382 from ipfs/http-eventlog
...
move eventlogs to an http endpoint
2015-06-18 16:06:17 -07:00
Jeromy
96e98a8e13
add sharness test for log endpoint
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-18 12:44:02 -07:00
Jeromy
89cb430326
fix mirrorWriter write
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-18 12:44:02 -07:00
Jeromy
67be6bbd57
skip logs when no writers connected
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-18 12:44:01 -07:00
Jeromy
90896f283f
clean up unused log options
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-18 12:44:01 -07:00
Jeromy
a676b5a8ac
move eventlogs to an http endpoint
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-18 12:44:01 -07:00
Juan Batiz-Benet
152247dff2
Merge pull request #1359 from rht/cleanup-logging
...
Cleanup logging 1
2015-06-18 04:47:34 -07:00
Juan Batiz-Benet
e2601ebc28
Merge pull request #1392 from ipfs/update-goprocess-dep
...
update goprocess godep
2015-06-18 02:23:08 -07:00
Juan Batiz-Benet
c274a3f6e1
update goprocess dep
...
Learned proc.SetTeardown()
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 02:11:08 -07:00
Juan Batiz-Benet
c8abef059c
godeps hack: chriscool/go-sleep remains vendored
...
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 02:10:54 -07:00
Juan Batiz-Benet
41b7f6d327
Merge pull request #1391 from ipfs/fix-fuse-err
...
fix fuse mount error in linux
2015-06-18 02:05:15 -07:00
Juan Batiz-Benet
bc85a6384b
fix fuse mount error in linux
...
There has been a regression such that ./t0030-mount.sh fails on
'ipfs mount' fails when there is no mount dir
The issue was a change in how fuse errors are reported to the client
process. We have introduced an optimistic categorization that hides
the obscure fusermount error and replaces it with something a bit
more helpful.
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 01:52:57 -07:00
rht
18f5fcea28
golint util/, thirdparty/
...
and exchange/bitswap/testutils.go
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
rht
2e9ec3deb8
Remove github.com/whyrusleeping/go-logging Godeps
...
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
rht
9ceca9896c
Decimate go-logging & replace with logrus backend
...
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
rht
84f974ef8b
Add panic as loglevel in log config
...
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
rht
4b086eff5a
Remove Notice{,f} logging interface
...
And substitute the lines using Notice{,f} with Info{,f}
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
rht
78b6cc5f2d
Replace Critical{,f} with Error{,f}
...
Except when there is an explicit os.Exit(1) after the Critical line,
then replace with Fatal{,f}.
golang's log and logrus already call os.Exit(1) by default with Fatal.
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
rht
6bc9086b4c
Decimate prefixlog
...
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
Jeromy Johnson
b46712bdcb
Merge pull request #1379 from dylanPowers/use-trickle-dag
...
Wired up the trickle dag flag for the add command
2015-06-17 10:36:24 -07:00
Juan Batiz-Benet
c73d0e0b56
Merge pull request #1346 from ipfs/tk/ls-trailing-tabs
...
core/commands/ls: Remove trailing tabs
2015-06-16 16:42:13 -07:00
Dylan Powers
600e1523e4
Wired up the trickle dag flag for the add command
...
License: MIT
Signed-off-by: Dylan Powers <dylan.kyle.powers@gmail.com>
2015-06-16 15:40:26 -07:00
Jeromy
fa23022bcd
version bump to 0.3.5
2015-06-15 15:35:04 -07:00
Juan Batiz-Benet
125717e9d6
Merge pull request #1377 from lgierth/remove-bootstrapd-and-routingd
...
cmd: remove dead ipfs_routingd and ipfs_bootstrapd
2015-06-15 13:31:49 -07:00
Lars Gierth
8d05fa47e8
cmd: remove dead ipfs_routingd and ipfs_bootstrapd
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-06-15 22:18:00 +02:00
Juan Batiz-Benet
7d434daecf
Merge pull request #1372 from Luzifer/gobuilder
...
Added nofuse tag for windows builds
2015-06-14 15:30:29 -07:00
Knut Ahlers
a7adb9b2d3
Added nofuse tag for windows builds
...
This configuration is supported since GoBuilder 1.16.0 so now we should be able to build windows binaries in GoBuilder
License: MIT
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2015-06-14 16:21:12 +02:00
Juan Batiz-Benet
8c26eff1ca
Merge pull request #1371 from ipfs/use-sharness-test-seq
...
ipfs-test-lib: use test_seq from sharness
2015-06-14 04:58:22 -07:00
Christian Couder
408a818b4a
ipfs-test-lib: use test_seq from sharness
...
As Sharness now includes test_seq we can remove
our implementation.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-06-14 11:21:32 +02:00
Juan Batiz-Benet
8b81793c7d
Merge pull request #1370 from ipfs/update-sharness
...
Update sharness
2015-06-13 15:59:33 -07:00
Christian Couder
0befe2bf88
install-sharness.sh: update sharness
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-06-13 22:40:34 +02:00
Christian Couder
ac9f441f1f
sharness/Makefile: force sharness version check
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-06-13 22:39:37 +02:00
Christian Couder
3101df56fa
install-sharness.sh: implement updates
...
We want to be able to update Sharness to benefit from
new features.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-06-13 22:36:47 +02:00
Juan Batiz-Benet
848502de1b
Merge pull request #1367 from ipfs/wantmanager-cleanup
...
select with context when sending on channels
2015-06-12 15:14:09 -07:00
Jeromy
b12cc09f64
select with context when sending on channels
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-06-12 11:32:06 -07:00
Juan Batiz-Benet
41785f3b59
Merge pull request #1356 from ipfs/fix/bitswap-leak
...
prevent wantmanager from leaking goroutines (and memory)
2015-06-11 20:39:08 -07:00