Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Unfold-vCard-before-using-it.patch | Unfold vCard before using it. Follow the RFC by unfolding folded vCard lines (CRLF WSP) before using the vCard. This is done in place as we will be accessing all the data immediately anyway as we pass the automata over it so it is likely to stay in cache. This pipelined approach seems easier than special handling of continuation lines and follows the spirit of the specification. Factors out regcomp() usage into a wrapper function that handles errors, so that we can add additional regular expression usage without exploding the code. |
Andrew Bower <andrew@bower.uk> | yes | upstream | 2025-01-18 | |
0002-secret.c-appease-Wmissing-field-initializers.patch | secret.c: appease -Wmissing-field-initializers Use C99 designators to avoid relying on assumptions about the order of fields in SecretSchema struct. |
Andrew Bower <andrew@bower.uk> | yes | 2025-01-15 | ||
0003-Refresh-README-links.patch | Refresh README links | Andrew Bower <andrew@bower.uk> | yes | 2025-01-15 |