- 22 May, 2015 1 commit
-
-
Jeromy authored
-
- 20 May, 2015 1 commit
-
-
Jeromy authored
-
- 20 Apr, 2015 2 commits
-
-
Juan Batiz-Benet authored
The "daemon.lock" was really a repo.lock, as the cli also took it and the purpose was any process mutex. This is part of the 1-to-2 migration, and has already been handled in https://github.com/ipfs/fs-repo-migrations/tree/master/ipfs-1-to-2
-
Juan Batiz-Benet authored
We now consider debugerrors harmful: we've run into cases where debugerror.Wrap() hid valuable error information (err == io.EOF?). I've removed them from the main code, but left them in some tests. Go errors are lacking, but unfortunately, this isn't the solution. It is possible that debugerros.New or debugerrors.Errorf should remain still (i.e. only remove debugerrors.Wrap) but we don't use these errors often enough to keep.
-
- 31 Mar, 2015 1 commit
-
-
Ho-Sheng Hsiao authored
- 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)
-
- 14 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
NB: daemon is one spot the repo lock is typically acquired
-
- 18 Nov, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
@jbenet License: MIT Signed-off-by:
Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
@jbenet @whyrusleeping @mappum very helpful for tracking down errors. the stack traces are only shown when debug mode is visible. They function best when caught at the source. I propose we use this errors package as a drop-in replacement for fmt.Errorf and errors.New in all of our code, and use errors.Wrap for external errors as they emerge from others' libraries. License: MIT Signed-off-by:
Brian Tiger Chow <brian@perfmode.com> Signed-off-by:
Brian Tiger Chow <brian.holderchow@gmail.com>
-
- 17 Nov, 2014 1 commit
-
-
Brian Tiger Chow authored
@mappum @jbenet LGTU? License: MIT Signed-off-by:
Brian Tiger Chow <brian@perfmode.com>
-
- 14 Nov, 2014 4 commits
-
-
Brian Tiger Chow authored
-
Matt Bell authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 30 Oct, 2014 1 commit
-
-
Brian Tiger Chow authored
-
- 25 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
- distinguish log.Error and log.Errorf functions - Initialize structs with field names - A bit of unreachable code (defers)
-
- 22 Oct, 2014 3 commits
- 15 Oct, 2014 2 commits
- 13 Oct, 2014 1 commit
-
-
Henry authored
-
- 11 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
transition our use of the net package to multiaddr/net
-
Juan Batiz-Benet authored
-
- 10 Oct, 2014 2 commits
- 09 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
and other logging switches. I kept the u.PErr and u.POut in cli commands, as those do need to write raw output directly.
-
- 06 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 04 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 02 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
client expects a multiaddr. server was writing a bsaddr
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 01 Oct, 2014 2 commits
- 30 Sep, 2014 4 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Jeromy authored
-
- 22 Sep, 2014 1 commit
-
-
Juan Batiz-Benet authored
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
-