|
bf22aeec0a
|
Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs
- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
|
2015-03-31 12:52:25 -07:00 |
|
|
5aaa45db9a
|
transitioned ipfs2 -> ipfs
|
2014-11-18 06:15:00 -08:00 |
|
|
ad3f3e003f
|
removed old commands files
https://www.youtube.com/watch?v=kyFyAqLtHq8
|
2014-11-18 06:15:00 -08:00 |
|
|
7510ef2081
|
feat(cmd/ipfs1) add mem profiling in debug mode
TODO add memory profiling to ipfs2
|
2014-10-29 18:24:32 -07:00 |
|
|
1e847059bc
|
style(cmd/ipfs/pprof) move defer close to initialization
|
2014-10-29 18:24:32 -07:00 |
|
|
6f7bab389e
|
tour: command
|
2014-10-26 08:32:08 -07:00 |
|
|
d8eb8b1191
|
ipfs cmd help now shows update
+ reorder of plumbing
|
2014-10-22 15:22:01 -07:00 |
|
|
0a0c38fb91
|
using @jbenet's industrial lipstick to clean this up
|
2014-10-22 11:25:30 +02:00 |
|
|
0115d1e0de
|
respect cfg.Version.Check
|
2014-10-22 11:25:30 +02:00 |
|
|
cb73ea7ba4
|
removed duplicate logic
|
2014-10-22 11:25:30 +02:00 |
|
|
81f84d6cea
|
updated error messages and explicit import names
|
2014-10-22 11:25:30 +02:00 |
|
|
8d41021b89
|
check AutoUpdate settings and apply
|
2014-10-22 11:25:30 +02:00 |
|
|
5fa3053e19
|
added command stubs
|
2014-10-22 11:24:34 +02:00 |
|
|
2806260f5c
|
use inconshreveable's go-update to check for updates
|
2014-10-22 11:24:34 +02:00 |
|
|
31b0ff0307
|
add testing for pins
|
2014-10-22 00:28:41 -07:00 |
|
|
9e3bfa28bb
|
Merge pull request #185 from cryptix/cmdObjects
object plumbing commands
|
2014-10-19 16:58:47 -07:00 |
|
|
d2671afd66
|
command help spacing
|
2014-10-18 04:28:23 -07:00 |
|
|
02659c68b6
|
fix IPFS_DEBUG (was set after SetupLogging)
|
2014-10-18 12:03:47 +02:00 |
|
|
e735addbb2
|
object plumbing commands
|
2014-10-18 04:35:12 +02:00 |
|
|
0631a39492
|
cleaned up SetupLogging()
|
2014-10-15 14:23:54 +02:00 |
|
|
ea76b66b7f
|
output these errors directly to the user
|
2014-10-15 14:00:03 +02:00 |
|
|
3455846b35
|
add log command
|
2014-10-15 13:18:00 +02:00 |
|
|
c98b0e83b4
|
use log.Error() config.PathRoot() and CmdIpfs.Dispatch() err
|
2014-10-15 13:18:00 +02:00 |
|
|
a269e46017
|
fix setupCmdContext() for subcommands (fixes #163)
|
2014-10-14 10:49:01 +02:00 |
|
|
08bb6f149f
|
templates for block commands (updates #138)
|
2014-10-13 20:31:14 +02:00 |
|
|
26574b5345
|
add net-diag to help message
|
2014-10-10 13:18:20 -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 |
|
|
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 |
|
|
b60f0d582f
|
Limit update checks to once per configurable time period to avoid HTTP request time delay
|
2014-10-09 19:59:47 -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 |
|
|
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 |
|
|
ab83c52431
|
Merge branch 'master' into ipns
Conflicts:
cmd/ipfs/ipfs.go
|
2014-10-09 03:46:35 -07:00 |
|
|
ffe2bdceef
|
init SetupLoggers
this is useful so that loggers are all setup during tests
|
2014-10-08 02:50:42 -07:00 |
|
|
091f6f8516
|
added getConfig
|
2014-10-05 17:46:44 -07:00 |
|
|
a2c2c48773
|
Implement ipfs bootstrap command.
This set of commits implements the bootstrap commands,
following from the description in #117
|
2014-10-05 17:18:42 -07:00 |
|
|
0c8ae7674e
|
loggers: set level
|
2014-10-04 03:53:21 -07:00 |
|
|
7e1cd59259
|
initialize loggers at ERROR
|
2014-10-04 03:36:30 -07:00 |
|
|
d872e0cce5
|
move publish and resolve under the 'name' subcommand
|
2014-10-02 22:30:50 +00:00 |
|
|
068c0375f9
|
bugfix: get to root cmd for config flag
|
2014-10-02 03:05:05 -07:00 |
|
|
7bf7afb7a9
|
logging on gen
|
2014-10-02 03:04:48 -07:00 |
|
|
2bd843123e
|
added command context initialization
|
2014-10-02 02:49:36 -07:00 |
|
|
aa79f38580
|
cleanup logging setup.
- should not be on init, because need debug flag
|
2014-10-01 02:02:48 -07:00 |
|
|
6080944af9
|
writing files inside ipns works now! also implemented resolve cli command
|
2014-10-01 00:41:29 -07:00 |
|