- 26 Apr, 2017 1 commit
-
-
dgrisham authored
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>
-
- 24 Apr, 2017 3 commits
-
-
Jeromy Johnson authored
deps: Update go-is-domain to contain new gTLD
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
It should resolve issues with newer gTLDs being not selected License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 21 Apr, 2017 1 commit
-
-
Jeromy Johnson authored
bubble up updates from go-multihash changes
-
- 20 Apr, 2017 5 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
gateway: use CID as an ETag strong validator
-
Jakub Sztandera authored
-
Jeromy Johnson authored
gateway: fix erroneous Cache-Control: immutable on dir listings
-
Remco Bloemen authored
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>
-
- 19 Apr, 2017 1 commit
-
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 18 Apr, 2017 1 commit
-
-
Remco Bloemen authored
* 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>
-
- 17 Apr, 2017 3 commits
-
-
Jeromy Johnson authored
Fix link to commit hook script in contribute.md
-
Jeromy Johnson authored
commands: restore original error order
-
Jeromy Johnson authored
Refactor: use ctx var consistently in daemon.go
-
- 15 Apr, 2017 2 commits
-
-
Timothy Hobbs authored
License: MIT Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz>
-
Timothy Hobbs authored
License: MIT Signed-off-by: Timothy Hobbs <timothy@hobbs.cz>
-
- 05 Apr, 2017 1 commit
-
-
keks authored
License: MIT Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
-
- 31 Mar, 2017 2 commits
-
-
Jeromy Johnson authored
make: fix `make install` not installing dependencies
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 30 Mar, 2017 7 commits
-
-
Jeromy Johnson authored
make: fix `make install` not using ldflags for git hash
-
Jeromy Johnson authored
Change issue template to use Severity instead of Priority
-
Jeromy Johnson authored
Fix wanlist typo in prometheus metric name
-
Jeromy Johnson authored
test: fix fuse tests, they were broken some time ago
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
Ipfs 0.4.8
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 29 Mar, 2017 2 commits
-
-
Jakub Sztandera authored
Priority is very much subjective. Severity allows us to state examples and decide on it objectivelly. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Andrew Chin authored
This will be a breaking change for anyone who is currently monitoring the `ipfs_bitswap_wanlist_total` prometheus stat License: MIT Signed-off-by: Andrew Chin <achin@eminence32.net>
-
- 28 Mar, 2017 1 commit
-
-
Jakub Sztandera authored
They wouldn't compile License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 27 Mar, 2017 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 25 Mar, 2017 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
Feat/0.4.8 rc1 changelog
-
- 24 Mar, 2017 7 commits
-
-
Jeromy Johnson authored
Bump default ulimit to 2048
-
Jeromy Johnson authored
Filestore: make golint happy
-
Jeromy Johnson authored
Add a script to help generate the CHANGELOG
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
fix hidden file detection on windows
-