Mihai Moldovan
Mihai Moldovan
While deleting the bind-mount destination of mirror directories is fine in theory, we ended up deleting empty base directories as well. This is obviously bad, so let's avoid removing base...
There's some weirdness going on with the SLE 15 SP4 and Leap 15.4 configs. While SLE 15 SP4 doesn't even set `sle_version` to `150400`, but only to `150300`, the Leap...
From #83: > While working on font-scaling support and fixing HiDPI support, I discovered, that GLib.Environment.set_variable() does not take effect after OptionContext.parse() has been called. (For whatever unknown reason...). >...
Stable backported 48eab831ae8b ("net: create netdev->dev_addr assignment helpers") to the 4.19, 5.4 and 5.10 series, so we need to skip our compat helpers for high enough patch levels. (Also, sorry...
Please refer to the commit message for more information of why this is necessary and how it's fixed. I'd like to highlight the (rather big) caveat here: If clients can...
There's no need to have `belle_sip_channel_set_public_ip_port()` non-static, so make it static instead. It can easily be made API by removing the static keyword again and additionally adding it to the...
Fixes and improves debugging features a tiny bit.
Drive-by typo fixes in comments and function name. Includes BelledonneCommunications/belle-sip#10, so don't review/merge before the other. I'll rebase this PR as soon as BelledonneCommunications/belle-sip#10 is merged.
Since the `AH` can comprise multiple lines, parse each line individually until we found all data. The parsing is complicated, but naïve field splitting leads to incorrect results. Generally, scan...
Instead of dropping additional links in the presentation layer, iterate over all links in the parsing layer and add each link individually. Some MTAs wrap the links in angle brackets...