Commit Graph

22 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
7492a708a3 daemon_test: use proper temp dir 2014-09-30 03:24:57 -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
e311ccbf43 respect the lock file, also cpu profile 2014-09-30 03:22:29 -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
5594432236 this import snuck in
wish go-dep warned you about dependency problems.

cc @whyrusleeping
2014-09-29 13:33:57 -07:00
Jeromy
727b6bf9a3 udpated commands and RPC dialing to work with new configuration changes 2014-09-27 16:02:50 -07:00
Juan Batiz-Benet
e6b96b9c75 ammend tests with changes 2014-09-26 02:41:46 -07:00
Brian Tiger Chow
2d2aee1508 fix(daemon) multiaddr in test 2014-09-22 04:23:55 -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
llSourcell
5fafaa42e8 fmt the test 2014-09-18 12:49:57 -07:00
llSourcell
8dd83ee17c clarifying method name 2014-09-18 12:28:56 -07:00
llSourcell
8eb13eb6be tests for Daemon Listener #59
using IDfromPubKey
2014-09-18 11:59:14 -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