- 12 8月, 2017 4 次提交
-
-
Update iptb to 1.2.2
由 Jeromy Johnson 提交于 -
object put --pin option
由 Jeromy Johnson 提交于 -
misc: add feat/zcash to go-ipfs-archived exemption
由 Jeromy Johnson 提交于 -
trivial comment update
由 Jeromy Johnson 提交于
-
- 10 8月, 2017 2 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 09 8月, 2017 2 次提交
-
-
License: MIT Signed-off-by:Arthur Elliott <clownpriest@gmail.com>
由 Arthur Elliott 提交于 -
License: MIT Signed-off-by:Arthur Elliott <clownpriest@gmail.com>
由 Arthur Elliott 提交于
-
- 07 8月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 05 8月, 2017 1 次提交
-
-
Expose Content-Range header
由 Jeromy Johnson 提交于
-
- 01 8月, 2017 4 次提交
-
-
README.md: Notes on where to start reading code
由 Jeromy Johnson 提交于 -
sharness: fix the 'useful error message when adding a named pipe' test
由 Jeromy Johnson 提交于 -
We were removing the file before testing, ignoring the error from stat, and then grepping for `Error: Unrecognized file type for named-pipe: ` (because nothing was sent to stdout). This fix: 1. Changes our stat command to output failed to stdout on failure to ensure that bugs like this *can't* happen. 2. Checks to make sure stat actually succeeds. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
gx: update go-libp2p-swarm
由 Jeromy Johnson 提交于
-
- 31 7月, 2017 9 次提交
-
-
fixes #4102 (fixed in go-libp2p-swarm) License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
core: make announced swarm addresses configurable
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
sharness: use test profile
由 Jeromy Johnson 提交于 -
This: * Disables mdns and fixes #4098 (iptb nodes already have mdns disabled by default). * Only listens on localhost (although iptb nodes still listen on all). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
gx: update deps
由 Jeromy Johnson 提交于
-
- 30 7月, 2017 1 次提交
-
-
This should hopefully fix a lot of our CI problems. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 29 7月, 2017 4 次提交
-
-
ipfs add: added size to response of `ipfs add` command
由 Jeromy Johnson 提交于 -
plugin: generate dummy main function in plugin-main shims
由 Jeromy Johnson 提交于 -
gx: update deps
由 Jeromy Johnson 提交于 -
1. Use printf to reliably expand escape sequences by default. 2. grep needs to exit after the first match as we're using HTTP/1.1 (the remote side will not close the connection after sending the response). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 28 7月, 2017 2 次提交
-
-
Otherwise, we could end up receiving a disconnect notification before a connect notification (and think we have a connection that we don't have). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 27 7月, 2017 1 次提交
-
-
Added test case which greps the `ipfs add` api call, checking that it outputs the added item's size. License: MIT Signed-off-by:Tom O'Donnell <todonnell91@gmail.com>
由 Tom O'Donnell (te0d) 提交于
-
- 26 7月, 2017 2 次提交
-
-
https://github.com/golang/go/issues/20312 License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 23 7月, 2017 2 次提交
-
-
Fixes #4003
由 Jeromy Johnson 提交于 -
remove `-f` flags from calls to init
由 Jeromy Johnson 提交于
-
- 20 7月, 2017 1 次提交
-
-
The `ipfs add` command was modified to include the added node's size as a string. The size is included in the dagnode info sent over the output channel. License: MIT Signed-off-by:Tom O'Donnell <todonnel91@gmail.com>
由 Tom O'Donnell (te0d) 提交于
-
- 19 7月, 2017 3 次提交
-
-
gx: update ipldcbor
由 Jeromy Johnson 提交于 -
It doesn't mean anything anymore. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
The `Content-Range` header is necessary for extracting (only) the metadata of audio files. License: MIT Signed-off-by:Steven Vandevelde <icid.asset@gmail.com>
由 Steven Vandevelde 提交于
-
- 17 7月, 2017 1 次提交
-
-
I previously optimized the IPLD cbor decoder to *not* encode and then re-decode objects when constructing them with `WrapObject`. Unfortunately, we rely on this to canonicalize the object before computing the tree/links. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-