| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
The test suite does this. It's harmless in practice but open() is
declared as nonnull. Thanks to clang's ubsan.
|
|
|
|
|
|
|
| |
Used uncrustify, with the configuration file in ./doc/uncrustify.cfg
Commit author set to "Indent <please@skip.me>" so that it's easier to
skip while doing git blame.
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes warnings about passing signed chars to them (apparently they
are implemented as macros that do array lookups without checks in some
platforms, yay)
Specifically:
functions=isalnum|isalpha|isdigit|isspace|isxdigit|tolower|toupper
sed -ir "s/$functions/g_ascii_&/g" **/*.c
|
| |
|
| |
|
|
|
|
|
|
| |
I can't find a guarantee that it's okay with me further mutilating the
strings. :-)
|
| |
|
|
protocols/, and adding RC4 code.
|