Oliver Roberts

Results 7 issues of Oliver Roberts

It can be seen, even from the existing test-baserel.c, that incorrect code is generated for functions with baserel_restore attribute set, if those functions do not themselves call other functions (for...

Replace ip4 resolution function on AmigaOS 4.x, as it requires runtime feature detection and extra code to make it thread safe.

From what I can gather from the source code, `OSSL_HTTP_get()` provides no way for the caller to read the HTTP headers given in the response when the `bio` and `rbio`...

help wanted
triaged: feature

Does Simplegit support the "Dumb" HTTP(S) protocol mode? With Synology NAS supporting Git over SSH and "Dumb" HTTP(S) (WebDAV), I'm having trouble cloning an repo over HTTPS (works with the...

Would be extremely useful if SSH protocol support was added/enabled For example, Synology NAS have GIT server support, but it only runs via the SSH protocol (no "Smart" HTTP/S).

Consider the situation where you wish to drop some item from another object onto a NListtree object. This works as expected, unless you drop onto an active node entry (or...

When `OPENSSL_THREADS` and `OPENSSL_THREADS_NONE` are both defined, `SSL_new()` fails for QUIC connections because of the following code: https://github.com/openssl/openssl/blob/986c48c4eb26861f25bc68ea252d8f2aad592735/ssl/quic/quic_impl.c#L387-L392 Should the code really fail at that point if `OPENSSL_THREADS_NONE` is defined?...

branch: master
help wanted
triaged: feature