Commit Graph

13 Commits

Author SHA1 Message Date
Juan Batiz-Benet
17f147eff8 vendor go-logging + camlistore/lock 2014-09-30 03:33:51 -07:00
Juan Batiz-Benet
6aa15ddb94 fixed close sync issue 2014-09-30 03:24:57 -07:00
Juan Batiz-Benet
d0380b739d const for lock file, + fix unreachable Close 2014-09-30 03:24:57 -07:00
Jeromy
9c221719f9 switch over to using a lock file for daemon connections 2014-09-30 03:20:15 -07:00
Juan Batiz-Benet
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
Jeromy
b55a5078a8 refactor daemon code, moved commands to core/commands 2014-09-12 21:29:54 +00:00
Jeromy
ec40a29b3d change ExecuteCommand to return an error 2014-09-12 19:11:54 +00:00
Siraj Ravel
80dc4b3531 gofmt-d and golint-d 2014-09-10 13:31:40 -07:00
Siraj Ravel
07bfa3baf2 fixed uppercase 2014-09-10 12:42:01 -07:00
Siraj Ravel
4f7856a414 refactoring naming conventions 2014-09-10 12:31:19 -07:00
Jeromy
976fe94d4d some more tweaks to the daemon code 2014-09-10 06:22:13 +00:00
Jeromy
b2a218816d initial hack at turning ipfs into a daemon, just implemented simple rpc at this point 2014-09-09 05:11:56 +00:00
Jeromy
05e457e197 create daemon listener for listening for user commands 2014-09-08 18:21:18 +00:00