|
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 |
|
|
947d24291e
|
Merge pull request #154 from jbenet/manet
use multiaddr/net
|
2014-10-11 03:32:42 -07:00 |
|
|
0bd64e7f71
|
move net -> multiaddr/net
transition our use of the net package to multiaddr/net
|
2014-10-11 03:24:35 -07:00 |
|
|
917be90437
|
updated multiaddr for net pkg
|
2014-10-11 03:07:36 -07:00 |
|
|
26c4e5004c
|
handler fixes for tests
|
2014-10-10 20:48:20 -07:00 |
|
|
726f53ff41
|
updated multiaddr
|
2014-10-10 20:43:04 -07:00 |
|
|
338b037238
|
clean up and add inet.Network to bitswap
new Service interface
|
2014-10-10 20:43:04 -07:00 |
|
|
da95db3b0c
|
update dht tests to new network interface
|
2014-10-10 14:52:59 -07:00 |
|
|
bb84c232e1
|
make add command use absolute paths and print properly, issue #151
|
2014-10-10 13:46:51 -07:00 |
|
|
26574b5345
|
add net-diag to help message
|
2014-10-10 13:18:20 -07:00 |
|
|
226e7f430e
|
add diagnostic logging
|
2014-10-10 13:18:20 -07:00 |
|
|
a7b69500b1
|
address concerns in PR and make log stuff more fun
|
2014-10-10 13:18:20 -07:00 |
|
|
3732244837
|
actually start the diagnostics service
|
2014-10-10 13:18:20 -07:00 |
|
|
96af2a1f81
|
pretty output
|
2014-10-10 13:18:20 -07:00 |
|
|
808cf9dfc0
|
fail with error when running diagnostic in offline mode
|
2014-10-10 13:18:19 -07:00 |
|
|
5c14df0a13
|
turn logging back off for @jbenet's sanity
|
2014-10-10 13:18:19 -07:00 |
|
|
77cec59083
|
actually put diagCmd into the super command so it can be run
|
2014-10-10 13:18:19 -07:00 |
|
|
d5f0476c1c
|
implement diagnostics command
|
2014-10-10 13:18:19 -07:00 |
|
|
280c7e7e06
|
implement diagnostics service
|
2014-10-10 13:18:19 -07:00 |
|
|
7652f86c6f
|
fixed a parsing bug on Version.CheckPeriod
And refactored a few names/comments
|
2014-10-09 20:31:26 -07:00 |
|
|
16b5345630
|
Merge branch 'dborzov-update-warning'
|
2014-10-09 20:03:14 -07:00 |
|
|
afec2d3d23
|
vendored go-semver
|
2014-10-09 20:01:49 -07:00 |
|
|
b60f0d582f
|
Limit update checks to once per configurable time period to avoid HTTP request time delay
|
2014-10-09 19:59:47 -07:00 |
|
|
3e40ada0ee
|
Log it when update checking request fails
|
2014-10-09 19:59:38 -07:00 |
|
|
8b90071478
|
Clean up error/warning messages for consistency
|
2014-10-09 19:59:32 -07:00 |
|
|
98ba0be060
|
Move versioning/updates stuff to a separate package
|
2014-10-09 19:59:15 -07:00 |
|
|
9f7dc48201
|
Add supported Version.Check values as consts
|
2014-10-09 19:58:51 -07:00 |
|
|
4c167a42e2
|
Rename config.Updates to config.Version
|
2014-10-09 19:58:51 -07:00 |
|
|
bd9142f042
|
Turn on update checker for local nodes
|
2014-10-09 19:58:19 -07:00 |
|
|
f6650b0289
|
Check for updates:if github releases with higher tag semvers exist
|
2014-10-09 19:57:59 -07:00 |
|
|
c8678666e3
|
Save ipfs version used to initialize config
|
2014-10-09 19:57:59 -07:00 |
|
|
6f033dd7a1
|
Initialize Updates.check config setting
|
2014-10-09 19:57:59 -07:00 |
|
|
ecd6f3b00c
|
Add Updates.Check field to Config
|
2014-10-09 19:57:58 -07:00 |
|
|
555bc871fc
|
bugfixes to prev commit
|
2014-10-09 04:53:02 -07:00 |
|
|
972c0f7b4b
|
u.DOut -> log.Debug
and other logging switches. I kept the u.PErr and u.POut in cli
commands, as those do need to write raw output directly.
|
2014-10-09 04:50:22 -07:00 |
|
|
c6ffaa4a77
|
Merge pull request #45 from jbenet/ipns
Ipns name resolution
|
2014-10-09 04:05:56 -07:00 |
|
|
a53813c8fa
|
fixed resolver test
|
2014-10-09 03:50:52 -07:00 |
|
|
ab83c52431
|
Merge branch 'master' into ipns
Conflicts:
cmd/ipfs/ipfs.go
|
2014-10-09 03:46:35 -07:00 |
|
|
2fa43ce46c
|
ipfs name cmd improvements
- cleaned up cmd help
- ipfs name publish [<name>] <ref>
- ipfs name resolve [<name>]
- publish validates <ref>
- both validate n args
|
2014-10-09 03:39:47 -07:00 |
|
|
6ac1170209
|
Skip ipns_test.TestMultiWrite in darwin
|
2014-10-09 03:03:57 -07:00 |
|
|
c565309a21
|
skip ipns fuse tests in travis
|
2014-10-09 02:59:56 -07:00 |
|
|
38177b489d
|
add another test to try and reproduce data loss issue
|
2014-10-08 22:38:33 +00:00 |
|
|
4d7b87df31
|
Merge branch 'ipns' of github.com:jbenet/go-ipfs into ipns
|
2014-10-08 21:55:58 +00:00 |
|
|
1aafd285b5
|
add in some extra debug logging, and increase routing table latencies
|
2014-10-08 21:55:50 +00:00 |
|
|
31cc605c3a
|
comment out debug msg
|
2014-10-08 14:49:21 -07:00 |
|
|
dc6fdd39c5
|
use encoded (pretty) keys only on fs ds
|
2014-10-08 14:49:04 -07:00 |
|
|
0ffc20384e
|
make vendor is your friend
cc @whyrusleeping
|
2014-10-08 14:48:34 -07:00 |
|
|
9ebf3ae640
|
keytransform ds
|
2014-10-08 14:33:31 -07:00 |
|
|
093c8fb04d
|
Rework package structure for unixfs and subpackage
cc @jbenet
|
2014-10-08 21:14:18 +00:00 |
|
|
15a4701003
|
update error handling in ipns
|
2014-10-08 17:29:46 +00:00 |
|