Jonas Schäfer

Results 221 comments of Jonas Schäfer

Can confirm with wine-1.8.4 on debian testing. It crashes during load screen when either starting a new game or loading an existing save. This is an example traceback as printed...

In the context of XMPP, the "correct" check (for client-to-server links) would then be which authentication methods are offered pre-TLS vs. post-TLS. If pre-TLS does not offer any authentication methods...

Aha thank you for the context. That makes a lot of sense. Using WouldBlock as the current implementation does also make a lot of sense to me. I would be...

Hmm, that sounds neat. Though in my benchmarking I found the never-released 18 kiB buffer more impactful than anything else allocated by rustls.

We'd have to change this struct (from `_hashindex.c`): ```c BORG_PACKED( typedef struct { char magic[MAGIC_LEN]; int32_t num_entries; int32_t num_buckets; int8_t key_size; int8_t value_size; }) HashHeader; ``` It is currently 8+4+4+2...

@RonnyPfannschmidt sparse as in sparse files?

Ah, right, that's feasible (and equivalent to adapting the C header struct accordingly). Still probably requires a new `MAGIC` though, doesn't it?

> not sure if we can already do that. a lot of platforms already dropped 32bit support, but for some this is still in the works (e.g. SBC like the...

> Well, it's not just like borg needs to get the 64bit time by doing a call, it rather is the whole system of kernel / libc / python needing...