1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 07:57:30 +08:00

729 Commits

Author SHA1 Message Date
a6630c804f display key if BlockPut is successful 2014-10-14 00:39:29 +02:00
073ec11529 fixed BlockGet and cleaned up logging 2014-10-14 00:31:34 +02:00
4abba7bc03 put has no key argument (it's derived from the valfile) 2014-10-14 00:13:12 +02:00
5b635bb9ea removed old examples from block help 2014-10-13 20:48:37 +02:00
f93732a9c5 added block get and put commands to daemon 2014-10-13 20:47:09 +02:00
08bb6f149f templates for block commands (updates #138) 2014-10-13 20:31:14 +02:00
8ede898517 travis-ci build status badge 2014-10-13 05:01:37 -07:00
b204c21d10 add plumbing output + logging
Fixes #157
Found #158
2014-10-13 02:40:39 -07:00
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