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
d5f0476c1c
implement diagnostics command
2014-10-10 13:18:19 -07:00
280c7e7e06
implement diagnostics service
2014-10-10 13:18:19 -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
910a76e220
updated multiaddr use across codebase
2014-10-06 04:13:43 -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
41bc355be3
/rpcaddr should be storing a multiaddr
...
client expects a multiaddr. server was writing a bsaddr
2014-10-02 03:42:19 -07:00
381824477e
Bugfix: daemon wg sync
2014-10-02 00:12:36 -07:00
6080944af9
writing files inside ipns works now! also implemented resolve cli command
2014-10-01 00:41:29 -07:00
375a38c5f7
add basic publish command, needs polish
2014-10-01 00:39:57 -07:00
17f147eff8
vendor go-logging + camlistore/lock
2014-09-30 03:33:51 -07:00
6aa15ddb94
fixed close sync issue
2014-09-30 03:24:57 -07:00
d0380b739d
const for lock file, + fix unreachable Close
2014-09-30 03:24:57 -07:00
9c221719f9
switch over to using a lock file for daemon connections
2014-09-30 03:20:15 -07:00
1653304129
adjusted what Address means in config
...
There are (so far) two sorts of addresses that peers care about:
- peer network addresses, local to listen, saved to bootstrap.
`config.Identity.Address`
- peer RPC network address, local RPC tcp endpoint
`config.RPCAddress`
@whyrusleeping @perfmode
2014-09-22 04:06:17 -07:00
b55a5078a8
refactor daemon code, moved commands to core/commands
2014-09-12 21:29:54 +00:00
ec40a29b3d
change ExecuteCommand to return an error
2014-09-12 19:11:54 +00:00
80dc4b3531
gofmt-d and golint-d
2014-09-10 13:31:40 -07:00
07bfa3baf2
fixed uppercase
2014-09-10 12:42:01 -07:00
4f7856a414
refactoring naming conventions
2014-09-10 12:31:19 -07:00
976fe94d4d
some more tweaks to the daemon code
2014-09-10 06:22:13 +00:00
b2a218816d
initial hack at turning ipfs into a daemon, just implemented simple rpc at this point
2014-09-09 05:11:56 +00:00
05e457e197
create daemon listener for listening for user commands
2014-09-08 18:21:18 +00:00