- 14 May, 2017 2 commits
-
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 07 May, 2017 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
improved gateway directory listing for sharded nodes
-
- 05 May, 2017 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 01 May, 2017 6 commits
-
-
Jeromy Johnson authored
Update changelog and bump version for 0.4.9-rc1
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
Fix install_unsupported for openbsd, add docs
-
Jeromy Johnson authored
Flush cached directories every so often during an add
-
Jeromy Johnson authored
Fix sharding memory growth, and fix resolver for unixfs paths
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 30 Apr, 2017 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 29 Apr, 2017 3 commits
-
-
Jeromy Johnson authored
Fix gateway handling of sharded directories
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 27 Apr, 2017 1 commit
-
-
Jeromy Johnson authored
Add support for using CidV1 in 'ipfs add'
-
- 26 Apr, 2017 17 commits
-
-
kpcyrd authored
License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
-
kpcyrd authored
License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
-
Jeromy Johnson authored
dist_get: handle 404 correctly
-
kpcyrd authored
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>
-
Jeromy Johnson authored
bug fix: Bitswap now records 'BytesSent' in ledger
-
Jeromy Johnson authored
deps: bubble up cbor update
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
dgrisham authored
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 authored
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 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 3 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
-