Juan Batiz-Benet
|
2ed154bd71
|
Merge pull request #178 from cryptix/noCgo
rewrote HOME dir lookup (no cgo)
|
2014-10-15 04:14:50 -07:00 |
|
Henry
|
960996d166
|
simplify TildeExpansion()
|
2014-10-15 13:13:43 +02:00 |
|
Henry
|
320ac339bb
|
checkin github.com/mitchellh/go-homedir"
|
2014-10-15 12:27:53 +02:00 |
|
Henry
|
c9236dd8e1
|
use mitchellh/go-homedir instead of simple HOME lookup
|
2014-10-15 12:21:16 +02:00 |
|
Henry
|
0dd3316c16
|
rewrote HOME dir lookup (no cgo)
|
2014-10-15 11:58:25 +02:00 |
|
Juan Batiz-Benet
|
fc6b0d443d
|
OSX Fuse issue link
|
2014-10-14 15:48:26 -07:00 |
|
Juan Batiz-Benet
|
8f1c12efe0
|
addCmd -> nameCmd
Thanks to @cryptix
|
2014-10-14 03:15:02 -07:00 |
|
Juan Batiz-Benet
|
f12a39cd9c
|
OSX FUSE note.
|
2014-10-14 02:24:01 -07:00 |
|
Juan Batiz-Benet
|
d77f1f35a6
|
CGO install note
|
2014-10-14 02:23:46 -07:00 |
|
Juan Batiz-Benet
|
7366b7f8ac
|
Merge pull request #167 from cryptix/fixServeHttp
fix setupCmdContext() for subcommands
|
2014-10-14 02:11:39 -07:00 |
|
Henry
|
a269e46017
|
fix setupCmdContext() for subcommands (fixes #163)
|
2014-10-14 10:49:01 +02:00 |
|
Juan Batiz-Benet
|
707f7018fc
|
Merge pull request #165 from cryptix/blockCmd
added block cmd
|
2014-10-14 01:20:20 -07:00 |
|
Henry
|
03e42d8ed4
|
added TODO about reading from io.Reader arg
|
2014-10-14 09:57:19 +02:00 |
|
Henry
|
f613af438c
|
updated help for block commands
|
2014-10-14 09:55:14 +02:00 |
|
Juan Batiz-Benet
|
1a4bd39fa9
|
Merge pull request #159 from patcon/patch-1
Add reference to Go +1.2 requirement.
|
2014-10-14 00:54:37 -07:00 |
|
Henry
|
a6630c804f
|
display key if BlockPut is successful
|
2014-10-14 00:39:29 +02:00 |
|
Henry
|
073ec11529
|
fixed BlockGet and cleaned up logging
|
2014-10-14 00:31:34 +02:00 |
|
Henry
|
4abba7bc03
|
put has no key argument (it's derived from the valfile)
|
2014-10-14 00:13:12 +02:00 |
|
Patrick Connolly
|
a5c4771c14
|
Add note about out-of-date pkg mgr packages.
|
2014-10-13 16:19:36 -03:00 |
|
Henry
|
5b635bb9ea
|
removed old examples from block help
|
2014-10-13 20:48:37 +02:00 |
|
Henry
|
f93732a9c5
|
added block get and put commands to daemon
|
2014-10-13 20:47:09 +02:00 |
|
Henry
|
08bb6f149f
|
templates for block commands (updates #138)
|
2014-10-13 20:31:14 +02:00 |
|
Patrick Connolly
|
87553f2f30
|
Add reference to Go +1.2 requirement.
|
2014-10-13 13:21:54 -03:00 |
|
Juan Batiz-Benet
|
8ede898517
|
travis-ci build status badge
|
2014-10-13 05:01:37 -07:00 |
|
Juan Batiz-Benet
|
b204c21d10
|
add plumbing output + logging
Fixes #157
Found #158
|
2014-10-13 02:40:39 -07:00 |
|
Juan Batiz-Benet
|
cb15a437ea
|
broke up log file + logging env
IPFS_LOGGING now takes a logging.Level string
(no more "all") cc @whyrusleeping
|
2014-10-11 04:44:59 -07:00 |
|
Juan Batiz-Benet
|
947d24291e
|
Merge pull request #154 from jbenet/manet
use multiaddr/net
|
2014-10-11 03:32:42 -07:00 |
|
Juan Batiz-Benet
|
0bd64e7f71
|
move net -> multiaddr/net
transition our use of the net package to multiaddr/net
|
2014-10-11 03:24:35 -07:00 |
|
Juan Batiz-Benet
|
917be90437
|
updated multiaddr for net pkg
|
2014-10-11 03:07:36 -07:00 |
|
Juan Batiz-Benet
|
26c4e5004c
|
handler fixes for tests
|
2014-10-10 20:48:20 -07:00 |
|
Juan Batiz-Benet
|
726f53ff41
|
updated multiaddr
|
2014-10-10 20:43:04 -07:00 |
|
Juan Batiz-Benet
|
338b037238
|
clean up and add inet.Network to bitswap
new Service interface
|
2014-10-10 20:43:04 -07:00 |
|
Jeromy
|
da95db3b0c
|
update dht tests to new network interface
|
2014-10-10 14:52:59 -07:00 |
|
Jeromy
|
bb84c232e1
|
make add command use absolute paths and print properly, issue #151
|
2014-10-10 13:46:51 -07:00 |
|
Jeromy
|
26574b5345
|
add net-diag to help message
|
2014-10-10 13:18:20 -07:00 |
|
Jeromy
|
226e7f430e
|
add diagnostic logging
|
2014-10-10 13:18:20 -07:00 |
|
Jeromy
|
a7b69500b1
|
address concerns in PR and make log stuff more fun
|
2014-10-10 13:18:20 -07:00 |
|
Jeromy
|
3732244837
|
actually start the diagnostics service
|
2014-10-10 13:18:20 -07:00 |
|
Jeromy
|
96af2a1f81
|
pretty output
|
2014-10-10 13:18:20 -07:00 |
|
Jeromy
|
808cf9dfc0
|
fail with error when running diagnostic in offline mode
|
2014-10-10 13:18:19 -07:00 |
|
Jeromy
|
5c14df0a13
|
turn logging back off for @jbenet's sanity
|
2014-10-10 13:18:19 -07:00 |
|
Jeromy
|
77cec59083
|
actually put diagCmd into the super command so it can be run
|
2014-10-10 13:18:19 -07:00 |
|
Jeromy
|
d5f0476c1c
|
implement diagnostics command
|
2014-10-10 13:18:19 -07:00 |
|
Jeromy
|
280c7e7e06
|
implement diagnostics service
|
2014-10-10 13:18:19 -07:00 |
|
Juan Batiz-Benet
|
7652f86c6f
|
fixed a parsing bug on Version.CheckPeriod
And refactored a few names/comments
|
2014-10-09 20:31:26 -07:00 |
|
Juan Batiz-Benet
|
16b5345630
|
Merge branch 'dborzov-update-warning'
|
2014-10-09 20:03:14 -07:00 |
|
Juan Batiz-Benet
|
afec2d3d23
|
vendored go-semver
|
2014-10-09 20:01:49 -07:00 |
|
Peter Borzov
|
b60f0d582f
|
Limit update checks to once per configurable time period to avoid HTTP request time delay
|
2014-10-09 19:59:47 -07:00 |
|
Peter Borzov
|
3e40ada0ee
|
Log it when update checking request fails
|
2014-10-09 19:59:38 -07:00 |
|
Peter Borzov
|
8b90071478
|
Clean up error/warning messages for consistency
|
2014-10-09 19:59:32 -07:00 |
|