- 23 Jun, 2015 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
- 15 Jun, 2015 1 commit
-
-
Jeromy authored
-
- 26 May, 2015 1 commit
-
-
rht authored
-
- 10 May, 2015 1 commit
-
-
Juan Batiz-Benet authored
(I'll add the changelog later today)
-
- 28 Apr, 2015 1 commit
-
-
Juan Batiz-Benet authored
This patch update fixes various issues, in particular: - windows support (0.3.0 had broken it) - commandline parses spaces correctly. * much improved commandline parsing by @AtnNn * improved dockerfile by @luzifer * add cmd cleanup by @wking * fix flatfs windows support by @tv42 and @gatesvp * test case improvements by @chriscool * ipns resolution timeout bug fix by @whyrusleeping * new cluster tests with iptb by @whyrusleeping * fix log callstack printing bug by @whyrusleeping * document bash completiong by @dylanPowers
-
- 22 Apr, 2015 2 commits
- 21 Apr, 2015 1 commit
-
-
Juan Batiz-Benet authored
This patch update fixes a few bugs: * harden shutdown logic by @torarnv * daemon locking fixes by @travisperson * don't re-add entire dirs by @whyrusleeping * tests now wait for graceful shutdown by @jbenet * default key size is now 2048 by @jbenet (experimenting with using semver)
-
- 20 Apr, 2015 3 commits
-
-
Juan Batiz-Benet authored
This commit includes a poor attempt at a changelog.
-
Christian Couder authored
This changes .go-ipfs to .ipfs everywhere. And by the way this defines a DefaultPathName const for this name. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
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.
-
- 02 Apr, 2015 1 commit
-
-
Ho-Sheng Hsiao authored
ipfs config Mounts.FuseAllowOther --bool true ipfs daemon --mount
-
- 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)
-
- 27 Feb, 2015 2 commits
- 21 Feb, 2015 1 commit
-
-
Jeromy authored
-
- 20 Feb, 2015 1 commit
-
-
Jeromy authored
-
- 15 Feb, 2015 8 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 05 Feb, 2015 1 commit
-
-
Matt Bell authored
-
- 04 Feb, 2015 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 03 Feb, 2015 3 commits
-
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 01 Feb, 2015 1 commit
-
-
Juan Batiz-Benet authored
⚠ this commit makes your current configs unusable, as the default bootstrap peers. You may need to edit your config. Go from: ```js Bootstrap: [ { "Address": "/ip4/104.131.131.82/tcp/4001", "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" } ] ``` To: ```js Bootstrap: [ "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" ] ```
-
- 31 Jan, 2015 2 commits
-
-
Mildred Ki'Lya authored
-
Juan Batiz-Benet authored
updated sharness hashes
-
- 29 Jan, 2015 2 commits
- 28 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
-
- 27 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 24 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
now, eventlogger works wherever the fsrepo is used
-
- 22 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
closes #394 https://github.com/jbenet/go-ipfs/issues/394
-