- 01 Dec, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 19 Aug, 2020 1 commit
-
-
Petar Maymounkov authored
-
- 10 Jul, 2020 1 commit
-
-
Marcin Rataj authored
This: - adds subdomain gateway support for ED25519 CIDs in a way that fits in a single DNS label to enable TLS for every IPNS website. - cleans up subdomain redirect logic and adds more explicit error handling. TL;DR on router logic: When CID is longer than 63 characters, router at /ipfs/* and /ipns/* converts to Base36, and if that does not help, returns a human readable 400 Bad Request error. Addressing code review: https://github.com/ipfs/go-ipfs/pull/7441#pullrequestreview-440043209 refactor: use b36 for all libp2p-keys in subdomains Consensus reached in https://github.com/ipfs/go-ipfs/pull/7441#discussion_r452372828 https://github.com/ipfs/go-ipfs/pull/7441#discussion_r451477890 https://github.com/ipfs/go-ipfs/pull/7441#discussion_r452500272
-
- 18 Mar, 2020 1 commit
-
-
Marcin Rataj authored
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
- 25 Dec, 2019 1 commit
-
-
flowed authored
-
- 23 Dec, 2019 1 commit
-
-
Peter Rabbitson authored
54b1969c correctly switched from nc to socat, but did not account for it not being as widely available. Adjust tests that depend on it with the correct message. There are also a number of comments pertaining to nc - they were not adjusted.
-
- 05 Mar, 2019 1 commit
-
-
Jakub Sztandera authored
Differences between bsd-netcat and gnu-netcat make it horrible tool License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 30 Nov, 2018 1 commit
-
-
Steven Allen authored
Instead of repeatedly starting the netcat server, start it once and wait for it to fully start. Then, feed responses in using a fifo. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 29 Nov, 2018 14 commits
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Ian Preston <ianopolous@protonmail.com> Co-Authored-By: ianopolous <ianopolous@protonmail.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
We don't need to do this for every test and our tests are slow enough. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Also: * Disable bootstrapping * Listen on random ports * Write temporary files to the current (trash) directory instead of temp (easier to find, collected by Jenkins). * Fix indentation. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Chris Boddy authored
License: MIT Signed-off-by: Chris Boddy <chris@boddy.im>
-
Chris Boddy authored
Updated config dependency and made p2p-http-proxy option require P2pHttpProxy config option. License: MIT Signed-off-by: Chris Boddy <chris@boddy.im>
-
Chris Boddy authored
Added a test for the case where the request to be proxied is a http post multipart-form request. License: MIT Signed-off-by: Chris Boddy <chris@boddy.im>
-
Dr Ian Preston authored
License: MIT Signed-off-by: Ian Preston <ianopolous@protonmail.com>
-
Dr Ian Preston authored
License: MIT Signed-off-by: Ian Preston <ianopolous@protonmail.com>
-
Chris Boddy authored
Reimplement http-request proxying ala httputil.ReverseProxy. NB: this is proxies the request synchronously (sends all request-body before reading any response). License: MIT Signed-off-by: Chris Boddy <chris@boddy.im>
-
Dr Ian Preston authored
License: MIT Signed-off-by: Ian Preston <ianopolous@protonmail.com>
-
Chris Boddy authored
License: MIT Signed-off-by: Chris Boddy <chris@boddy.im>
-