- 02 5月, 2015 2 次提交
-
-
dont create a new ticker each loop
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
- 01 5月, 2015 8 次提交
-
-
Add an OSX LaunchAgent plist
由 Juan Batiz-Benet 提交于 -
Fix/dial error hiding
由 Juan Batiz-Benet 提交于 -
`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 提交于 -
I found this useful to have, and figured it might save somebody else a few minutes of re-inventing the wheel.
由 Stephen Sugden 提交于 -
advertise multiple addresses over mdns
由 Juan Batiz-Benet 提交于 -
use => Use
由 Juan Batiz-Benet 提交于 -
Eventlog: revert lumberjack fork
由 Juan Batiz-Benet 提交于 -
Fixes https://github.com/ipfs/ipfs/issues/67
由 Dylan Powers 提交于
-
- 30 4月, 2015 5 次提交
-
-
hotfix: dont use nodes context because it might not be set yet
由 Jeromy Johnson 提交于 -
由 Jeromy 提交于
-
由 Jeromy Johnson 提交于
-
eventlog: buffer writes before pushing them to lumberjack - same effect, no upstream changes. Thx @natefinch!
由 Henry 提交于
-
- 29 4月, 2015 8 次提交
-
-
Godeps maintenance
由 Juan Batiz-Benet 提交于 -
use forked lumberjack (buffers writes)
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
Change ipfs root path volume mount to /data/ipfs
由 Juan Batiz-Benet 提交于 -
由 Stephan Seidt 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
add a benchmark for our hash function
由 Juan Batiz-Benet 提交于
-
- 28 4月, 2015 17 次提交
-
-
Fix docker $ipfs_data mount path in README
由 Juan Batiz-Benet 提交于 -
blocks: Don't re-Put blocks we already have
由 Juan Batiz-Benet 提交于 -
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
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
由 Tommi Virtanen 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
core/commands: pin ls: display types by default
由 Juan Batiz-Benet 提交于 -
If you want to get only the hashes (i.e. the previous behaviour), you can use the `--quiet` flag.
由 Vitor Baptista 提交于 -
由 Stephan Seidt 提交于
-
the godep tool is toying with me...
由 Henry 提交于 -
由 Henry 提交于
-
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 提交于 -
由 Henry 提交于
-
由 Henry 提交于
-
let wantlist command show other peers wantlists
由 Juan Batiz-Benet 提交于 -
only warn about io.EOF from mux.ReaderHeaders (fixes #1143)
由 Juan Batiz-Benet 提交于
-