- 29 4月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 27 4月, 2017 1 次提交
-
-
Add support for using CidV1 in 'ipfs add'
由 Jeromy Johnson 提交于
-
- 26 4月, 2017 15 次提交
-
-
dist_get: handle 404 correctly
由 Jeromy Johnson 提交于 -
This prevents a 404 page getting piped into tar. It's also adding the openbsd http(s) client `ftp`. License: MIT Signed-off-by:kpcyrd <git@rxv.cc>
由 kpcyrd 提交于 -
bug fix: Bitswap now records 'BytesSent' in ledger
由 Jeromy Johnson 提交于 -
deps: bubble up cbor update
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
Updated the `TestBitswapLedger*` tests and added assertions to check concrete values for ledgers (rather than just checking that two peers' ledgers match). The names for these tests were also changed from the previous commit, according to 's/BytesSent/Ledger/'. License: MIT Signed-off-by:David Grisham <dgrisham@mines.edu>
由 dgrisham 提交于 -
Tests were added to ensure that the bug fix in commit 000fbd25 was correct. The tests caught an error where a peer's ledger was not properly locked when updating it in the `MessageSent()` function. The appropriate calls to lock the ledger were made, and the tests successfully passed. License: MIT Signed-off-by:David Grisham <dgrisham@mines.edu>
由 dgrisham 提交于 -
When sending data to another user, the number of bytes sent to that user (saved by the corresponding Bitswap ledger) was not updated (it was always 0). This also meant that the debt ratio was also always 0. The function that updates the `BytesSent` value in the ledger, `MessageSent()`, was already implemented, however it was not called when the peer was sent data. To fix this, a call to `MessageSent()` was made in the `taskWorker()` function, which is where both the message in question and the Bitswap engine were available to make the call. `MessageSent()` requires the peer's ID and `BitSwapMessage` as its arguments, the latter of which had to be created by making a new `BitSwapMessage`, then the block being sent was added to the new message. Note that, similar to the analagous call to `MessageReceived()`, records *all* of the bytes sent to a particular user. At some point, both of these should be updated to only record the numbers of *useful* bytes sent and received between peers. License: MIT Signed-off-by:David Grisham <dgrisham@mines.edu>
由 dgrisham 提交于
-
- 24 4月, 2017 3 次提交
-
-
deps: Update go-is-domain to contain new gTLD
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
It should resolve issues with newer gTLDs being not selected License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 21 4月, 2017 1 次提交
-
-
bubble up updates from go-multihash changes
由 Jeromy Johnson 提交于
-
- 20 4月, 2017 5 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
gateway: use CID as an ETag strong validator
由 Jeromy Johnson 提交于 -
由 Jakub Sztandera 提交于
-
gateway: fix erroneous Cache-Control: immutable on dir listings
由 Jeromy Johnson 提交于 -
Instead of resolving a node, we resolve a path. This resolved path is then re-used for Cat and Ls. This way, a resolve operation is only done once. The error messages for a failed resolve is changed from `ipfs cat …` to `ipfs resolve …` to better reflect the API calls. The test is updated accordingly. License: MIT Signed-off-by:Remco Bloemen <remco@2π.com>
由 Remco Bloemen 提交于
-
- 19 4月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 18 4月, 2017 1 次提交
-
-
* Always use the fully resolved CID from api.ResolveNode as the ETag (also for IPNS). * Format the result as a valid "Strong Validator" (double quotes around the encoded CID). Fixes #3868 License: MIT Signed-off-by:Remco Bloemen <remco@2π.com>
由 Remco Bloemen 提交于
-
- 17 4月, 2017 3 次提交
-
-
Fix link to commit hook script in contribute.md
由 Jeromy Johnson 提交于 -
commands: restore original error order
由 Jeromy Johnson 提交于 -
Refactor: use ctx var consistently in daemon.go
由 Jeromy Johnson 提交于
-
- 15 4月, 2017 2 次提交
-
-
License: MIT Signed-off-by:Timothy Hobbs <timothyhobbs@seznam.cz>
由 Timothy Hobbs 提交于 -
License: MIT Signed-off-by:Timothy Hobbs <timothy@hobbs.cz>
由 Timothy Hobbs 提交于
-
- 05 4月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Jan Winkelmann <j-winkelmann@tuhh.de>
由 keks 提交于
-
- 31 3月, 2017 2 次提交
-
-
make: fix `make install` not installing dependencies
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 30 3月, 2017 4 次提交
-
-
make: fix `make install` not using ldflags for git hash
由 Jeromy Johnson 提交于 -
Change issue template to use Severity instead of Priority
由 Jeromy Johnson 提交于 -
Fix wanlist typo in prometheus metric name
由 Jeromy Johnson 提交于 -
test: fix fuse tests, they were broken some time ago
由 Jeromy Johnson 提交于
-