Derek McGowan
                                            Derek McGowan
                                        
                                    Use a containerd 2.0 tag to use v2 packages. To find broken areas before final release.
When a client pulls down a referrer list to add a new referrer, the current language instructs the client to "append" to the list, however the client should also have...
The fallback approach adds many advantages for clients and servers. Having a dedicated `/referrers` endpoint adds some advantages over the current fallback approach. We can define referrer specific headers, suggest...
Allow clients to issue a HEAD request to referrers to check whether there are any updated referrers. Best to use a digest of the referrer list manifest as that will...
During conformance testing it was found that registries which require strong references between manifests and blobs fail conformance due to `MUST` language in the spec requiring acceptance of a manifest...
Adds encoding package to define encoding interface. Updates spdy package msgpack encoding to using new interface. Moves msgpack encoding into separate package.
Update to the protocol as a result of libchan meeting with Matteo Collina. Bump the version to 0.2.0 and name the set the previous version as 0.1.0. Protocol changes: -...
Add in interface to the network transport for creating synchronous and buffered channels.
Libchan can be difficult to debug network interactions through traditional packet sniffing. Because of the lack of tooling which currently exists around debugging spdy, libchan should have a debug mechanism...
Implement the stream provider interface with an SSH connection