W. Trevor King
6fd877deaa
doc: Add some docs explaining the sub-package layout
...
Based on [1].
[1]: https://github.com/ipfs/go-ipfs/issues/1158
2015-05-02 08:18:08 -07:00
W. Trevor King
d2a28300a2
core/core: Explain that subpackages are our low-level API
...
Discussion in [1].
[1]: https://github.com/ipfs/go-ipfs/issues/1158
2015-04-30 21:57:46 -07:00
W. Trevor King
beb3bab205
blockservice/worker/bench/main: Add a package comment
2015-04-30 21:55:31 -07:00
W. Trevor King
9f2f29a9a4
commands/command: Add a package comment
...
I'm not quite sure which file in this package is the most prominent,
but command.go seemed like a reasonable choice.
2015-04-30 21:25:55 -07:00
Jeromy Johnson
ee3c30708c
Merge pull request #1174 from ipfs/fix/mdns-panic
...
hotfix: dont use nodes context because it might not be set yet
2015-04-30 14:23:05 -07:00
Jeromy
9e6866f52f
hotfix: dont use nodes context because it might not be set yet
2015-04-30 14:16:49 -07:00
Juan Batiz-Benet
cc5f6bb306
Merge pull request #1156 from ipfs/maintenance
...
Godeps maintenance
2015-04-29 12:28:03 -07:00
Juan Batiz-Benet
c339ed6108
Merge pull request #1168 from ipfs/eventlog/buffered
...
use forked lumberjack (buffers writes)
2015-04-29 12:24:59 -07:00
Henry
7055d76958
use forked lumberjack (buffers writes)
2015-04-29 21:03:39 +02:00
Juan Batiz-Benet
39f68fe034
Merge pull request #1167 from ehd/patch-1
...
Change ipfs root path volume mount to /data/ipfs
2015-04-29 11:12:01 -07:00
Stephan Seidt
7e1e96faf9
Change ipfs root path volume mount to /data/ipfs
2015-04-29 12:12:23 +02:00
Juan Batiz-Benet
d047fe4fcb
Merge pull request #1154 from ipfs/feat/bench-hash
...
add a benchmark for our hash function
2015-04-28 17:05:12 -07:00
Juan Batiz-Benet
27ac0103f9
Merge pull request #1157 from ehd/patch-1
...
Fix docker $ipfs_data mount path in README
2015-04-28 16:59:49 -07:00
Juan Batiz-Benet
6cadf6987e
Merge pull request #1161 from ipfs/blocks-put-exists
...
blocks: Don't re-Put blocks we already have
2015-04-28 16:42:06 -07:00
Tommi Virtanen
e78305546c
gofmt
2015-04-28 16:18:26 -07:00
Tommi Virtanen
a0af9f5e8d
If ErrNoRepo is not an error value anymore, then make it an error type
2015-04-28 16:18:09 -07:00
Tommi Virtanen
a743290316
blocks: Don't re-Put blocks we already have
...
Commit 1192be196b 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
2015-04-28 16:05:52 -07:00
Juan Batiz-Benet
1b51d9dbf5
Merge pull request #1138 from vitorbaptista/1134-display-types-on-pin-ls
...
core/commands: pin ls: display types by default
2015-04-28 11:53:53 -07:00
Vitor Baptista
5d1a25bbb9
core/commands: pin ls: display types by default
...
If you want to get only the hashes (i.e. the previous behaviour), you can use
the `--quiet` flag.
2015-04-28 19:15:15 +01:00
Stephan Seidt
0f1f549585
Fix docker $ipfs_data mount path in README
2015-04-28 16:43:23 +02:00
Henry
9ff03782ee
godep: update h2so5/utp
...
the godep tool is toying with me...
2015-04-28 13:42:24 +02:00
Henry
f20c4566ec
godep: updated
2015-04-28 13:42:24 +02:00
Henry
7a6febbe38
godeps: following up on PR #1098 to drop the facebookgo code
...
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 )
2015-04-28 13:42:23 +02:00
Henry
362fc02713
godep: make sure to vendor iptb
2015-04-28 13:42:23 +02:00
Henry
5fff7742f3
godeps: move (go)goprotobuf to github location
2015-04-28 13:42:22 +02:00
Juan Batiz-Benet
4c13369773
Merge pull request #1155 from ipfs/feat/peer-wantlist
...
let wantlist command show other peers wantlists
2015-04-28 02:18:29 -07:00
Juan Batiz-Benet
c7e3183d0f
Merge pull request #1148 from ipfs/warnOnProtocolEOF
...
only warn about io.EOF from mux.ReaderHeaders (fixes #1143 )
2015-04-28 02:14:34 -07:00
Juan Batiz-Benet
931a2db8cf
0.3.3 version
...
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
2015-04-28 02:13:36 -07:00
Jeromy
ea2375e8b4
let wantlist command show other peers wantlists
2015-04-28 01:51:30 -07:00
Henry
bdad3bae1e
protocolEOF: demoted EOF to Debug, kept the else as Warning
2015-04-28 10:32:55 +02:00
Henry
ba9778131a
only warn about io.EOF from mux.ReaderHeaders ( fixes #1143 )
2015-04-28 10:32:55 +02:00
Jeromy
61b4734091
add a benchmark for our hash function
2015-04-28 01:30:54 -07:00
Juan Batiz-Benet
29c6a53e43
Merge pull request #1139 from AtnNn/flags
...
Improve command line parsing
2015-04-27 16:21:39 -07:00
Juan Batiz-Benet
ff1e58a48a
Merge pull request #1128 from Luzifer/dockerfile_expose
...
Improve Dockerfile
2015-04-27 14:51:43 -07:00
Etienne Laurin
f168539030
Improve command line parsing
2015-04-27 17:19:38 +00:00
Juan Batiz-Benet
196c6aa4a6
Merge pull request #1127 from wking/add-single-reader
...
core/commands/add: Change add() to only accept a single reader
2015-04-27 02:38:59 -07:00
Juan Batiz-Benet
c9bf470302
Merge pull request #1140 from ipfs/flatfs-rides-again
...
Fix flatfs on Windows
2015-04-26 23:12:59 -07:00
Juan Batiz-Benet
54cb80e44c
Merge pull request #1093 from ipfs/feat/ipns-paths
...
refactored ipns records to point to paths
2015-04-26 22:51:46 -07:00
Jeromy
6da12b5398
address comments from CR
2015-04-26 22:32:12 -07:00
Jeromy
2c1c48a165
Add iptb sharness test for multi-ipns name resolution
2015-04-26 22:32:12 -07:00
Jeromy
c1560befcd
fix up core.Resolve a bit
2015-04-26 22:32:12 -07:00
Jeromy
e3255f46e1
address comments from CR
2015-04-26 22:32:12 -07:00
Jeromy
3d80b9d27d
refactored ipns records to point to paths
...
Also changed the ipns dns resolution to use the "dnslink" format
2015-04-26 22:32:12 -07:00
Jeromy Johnson
fcb559eb9d
Merge pull request #1142 from ipfs/fix-iptb-tests
...
Fix iptb tests
2015-04-26 14:21:26 -07:00
Christian Couder
cfcc7c6839
test/Makefile: add bin/iptb into BINS
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-26 17:28:31 +02:00
Christian Couder
ad67f18dc8
t0130: small improvements
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-26 17:26:51 +02:00
Tommi Virtanen
ce0b10a9d3
Vendor new go-datastore, with Windows fixes
...
fixes #1108
2015-04-25 19:13:43 -07:00
Tommi Virtanen
db2acd9b8d
gofmt
2015-04-25 19:00:30 -07:00
Juan Batiz-Benet
cb6c743545
Merge pull request #1137 from AtnNn/init
...
Mention correct key size in help for init
2015-04-24 22:16:08 -07:00
Etienne Laurin
930cd8ea5d
Mention correct key size in help for init
2015-04-25 04:43:23 +00:00