- 05 May, 2015 1 commit
-
-
Juan Batiz-Benet authored
fix append bug and overwrite/truncate bug
-
- 04 May, 2015 2 commits
-
-
Juan Batiz-Benet authored
Improve parse_test.go
-
Jeromy Johnson authored
core/commands/internal/slice_util: Remove this unused package
-
- 03 May, 2015 5 commits
-
-
Juan Batiz-Benet authored
godep: update go-msgio
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Henry authored
-
- 02 May, 2015 15 commits
-
-
Christian Couder authored
Now also check that we get the right arguments from the parsing. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
Let's document how stdin enabled arguments currently work by adding some tests. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
Record Datastore metrics for flatfs and leveldb
-
Juan Batiz-Benet authored
Add package comments to packages that are missing them
-
Juan Batiz-Benet authored
write memory profiles every 30 seconds when enabled
-
Juan Batiz-Benet authored
dont create a new ticker each loop
-
W. Trevor King authored
Currently garbage collection is triggered manually and there are no age-restrictions on the removal. I expect we'll eventually follow Git and auto-launch garbage collection when we hit some threshold of disk consumption (gc.auto). I expect we'll also follow Git and keep unpinned or unreachable objects (gc.pruneexpire, etc.). But we don't seem to do either of those yet.
-
W. Trevor King authored
I'm not entirely clear on the role that this package is filling, but this description seems like a reasonable guess based on a quick skim through it's exported API.
-
W. Trevor King authored
The last references to CastToReaders were commented out in 6faeee83 (cmds2/add: temp fix for -r. horrible hack, 2014-11-11) and then removed completely in 032e9c29 (core/commands2: Updated 'add' command for new file API, 2014-11-16). The last references to CastToStrings was removed in a0bd29d5 (core/commands2: Fixed swarm command for new arguments API, 2014-11-18).
-
W. Trevor King authored
-
W. Trevor King authored
So folks looking in core can figure out how it fits into the repository as a whole.
-
W. Trevor King authored
Based on [1]. [1]: https://github.com/ipfs/go-ipfs/issues/1158
-
Jeromy authored
-
- 01 May, 2015 17 commits
-
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
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
-
Jeromy authored
an alternative fix to the truncate/append problem Update ipns_unix.go
-
W. Trevor King authored
Discussion in [1]. [1]: https://github.com/ipfs/go-ipfs/issues/1158
-
W. Trevor King authored
-
W. Trevor King authored
I'm not quite sure which file in this package is the most prominent, but command.go seemed like a reasonable choice.
-
Dylan Powers authored
Fixes https://github.com/ipfs/ipfs/issues/67
-