- 16 Aug, 2017 1 commit
-
-
Jeromy Johnson authored
remove tour command from ipfs
-
- 14 Aug, 2017 1 commit
-
-
Jeromy Johnson authored
update go-multiplex
-
- 12 Aug, 2017 6 commits
-
-
Steven Allen authored
Fixes a panic when creating new streams after closing a connection. Depends on: https://github.com/whyrusleeping/go-smux-multiplex/pull/3 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Jeromy Johnson authored
gc: add events for profiling GC
-
Jeromy Johnson authored
Update iptb to 1.2.2
-
Jeromy Johnson authored
object put --pin option
-
Jeromy Johnson authored
misc: add feat/zcash to go-ipfs-archived exemption
-
Jeromy Johnson authored
trivial comment update
-
- 10 Aug, 2017 2 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 09 Aug, 2017 4 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Arthur Elliott authored
License: MIT Signed-off-by: Arthur Elliott <clownpriest@gmail.com>
-
Arthur Elliott authored
License: MIT Signed-off-by: Arthur Elliott <clownpriest@gmail.com>
-
Sherod Taylor authored
License: MIT Signed-off-by: Sherod Taylor <sherodtaylor@gmail.com>
-
- 07 Aug, 2017 1 commit
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 05 Aug, 2017 1 commit
-
-
Jeromy Johnson authored
Expose Content-Range header
-
- 01 Aug, 2017 4 commits
-
-
Jeromy Johnson authored
README.md: Notes on where to start reading code
-
Jeromy Johnson authored
sharness: fix the 'useful error message when adding a named pipe' test
-
Steven Allen authored
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>
-
Jeromy Johnson authored
gx: update go-libp2p-swarm
-
- 31 Jul, 2017 9 commits
-
-
Steven Allen authored
fixes #4102 (fixed in go-libp2p-swarm) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Jeromy Johnson authored
core: make announced swarm addresses configurable
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Jeromy Johnson authored
sharness: use test profile
-
Steven Allen authored
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>
-
Jeromy Johnson authored
gx: update deps
-
- 30 Jul, 2017 1 commit
-
-
Steven Allen authored
This should hopefully fix a lot of our CI problems. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 29 Jul, 2017 4 commits
-
-
Jeromy Johnson authored
ipfs add: added size to response of `ipfs add` command
-
Jeromy Johnson authored
plugin: generate dummy main function in plugin-main shims
-
Jeromy Johnson authored
gx: update deps
-
Steven Allen authored
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>
-
- 28 Jul, 2017 2 commits
-
-
Steven Allen authored
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 authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 27 Jul, 2017 1 commit
-
-
Tom O'Donnell (te0d) authored
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>
-
- 26 Jul, 2017 2 commits
-
-
Jakub Sztandera authored
https://github.com/golang/go/issues/20312 License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 23 Jul, 2017 1 commit
-
-
Jeromy Johnson authored
Fixes #4003
-