Dan Robertson

Results 58 issues of Dan Robertson

If the allocation of the page private state fails, we should bubble up the error and return it. - `__bchfs_readpage` should check the return value of `bhc2_page_state_create` and return the...

new-version-testing
v18

On a new page reservation check if the backing extent was already allocated before adding to the number of sectors we will allocate. It is possible to write to a...

Use date -u for compatibility with the BSD based date version.

Add basic tests for a blob range request. Related To: https://github.com/whatwg/fetch/issues/1070

fetch

Add support for parsing a range header in the suffix byte range spec form. - [ ] At least two implementers are interested (and none opposed): * … * …...

Based on my reading of [blob.slice()](https://w3c.github.io/FileAPI/#dfn-slice), it seems that the resulting blobs content type should be the empty string under the following cases: 1) `contentType` is not given 2) `contentType`...

I could be mistaken, but I couldn't find anything that specifies what should be returned when we fetch a blob url that is backed by a blob, but the mime...

interop

Currently the [simple range header value](https://fetch.spec.whatwg.org/#simple-range-header-value) does not allow for the [suffix-byte-range-spec](https://httpwg.org/specs/rfc7233.html#rule.ranges-specifier). The [simple range header value](https://fetch.spec.whatwg.org/#simple-range-header-value) would not return true for the following example in [RFC 7233](https://httpwg.org/specs/rfc7233.html): > Additional...

[RFC 4861 7.3.2] defines several states a Neighbor Cache entry can be in. Neighbor Cache entries should be updated to include these states and the use of the Neighbor Cache...

kind/feature

Add up/down methods to Device and Interface for placing the underlying device in a up or down state. This interface will also be handy when adding support for MLDv2.