- 01 May, 2015 8 commits
-
-
Juan Batiz-Benet authored
Add an OSX LaunchAgent plist
-
Juan Batiz-Benet authored
Fix/dial error hiding
-
Stephen Sugden authored
`launchd` doesn't allow you to *use* environment variables. Nor does it support tilde-expansion of program names & arguments after OSX 10.10. To work around this, I've made the plist file a template and included a small install script that will interpolate the correct values.
-
Stephen Sugden authored
I found this useful to have, and figured it might save somebody else a few minutes of re-inventing the wheel.
-
Juan Batiz-Benet authored
advertise multiple addresses over mdns
-
Juan Batiz-Benet authored
use => Use
-
Juan Batiz-Benet authored
Eventlog: revert lumberjack fork
-
Dylan Powers authored
Fixes https://github.com/ipfs/ipfs/issues/67
-
- 30 Apr, 2015 5 commits
-
-
Jeromy Johnson authored
hotfix: dont use nodes context because it might not be set yet
-
Jeromy authored
-
Jeromy Johnson authored
-
Henry authored
eventlog: buffer writes before pushing them to lumberjack - same effect, no upstream changes. Thx @natefinch!
-
- 29 Apr, 2015 8 commits
-
-
Juan Batiz-Benet authored
Godeps maintenance
-
Juan Batiz-Benet authored
use forked lumberjack (buffers writes)
-
Henry authored
-
Juan Batiz-Benet authored
Change ipfs root path volume mount to /data/ipfs
-
Stephan Seidt authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
add a benchmark for our hash function
-
- 28 Apr, 2015 19 commits
-
-
Juan Batiz-Benet authored
Fix docker $ipfs_data mount path in README
-
Juan Batiz-Benet authored
blocks: Don't re-Put blocks we already have
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
Tommi Virtanen authored
Commit 1192be19 tried to do this, but had a simple mistake. Functions returning `bool, error` pretty much never return `true, anError`, so that branch was never taken. Also fix the partial sentence in the
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
core/commands: pin ls: display types by default
-
Vitor Baptista authored
If you want to get only the hashes (i.e. the previous behaviour), you can use the `--quiet` flag.
-
Stephan Seidt authored
-
Henry authored
the godep tool is toying with me...
-
Henry authored
-
Henry authored
I want to follow this up with a thorough execution of my x/tool/cmd/eg experiments (https://github.com/ipfs/go-ipfs/compare/errRampage)
-
Henry authored
-
Henry authored
-
Juan Batiz-Benet authored
let wantlist command show other peers wantlists
-
Juan Batiz-Benet authored
only warn about io.EOF from mux.ReaderHeaders (fixes #1143)
-
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
-
Jeromy authored
-