summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2022-05-18Add ability to read Format 1 metadata filesAdam Spragg
2022-05-18Add ability to write Format 1 metadata filesAdam Spragg
2022-05-18Make buffers that are read from `const`-correctAdam Spragg
2018-09-08Fix conversion specifiers in "Failed to {malloc,strdup}" messages.Przemyslaw Pawelczyk
2018-02-03Update copyright notices.Przemyslaw Pawelczyk
2018-02-03Add SPDX License Identifier to all source files.Przemyslaw Pawelczyk
2018-02-03Slightly reformat and modernize GPLv2 only license notices.Przemyslaw Pawelczyk
2018-01-23Fix documentation: integers are stored in little-endian byte order.Przemyslaw Pawelczyk
2018-01-23Fix sparse warning: Variable length array is used.Przemyslaw Pawelczyk
2018-01-23Fix sparse warnings: non-ANSI function declaration.Przemyslaw Pawelczyk
2016-02-06Define also _DEFAULT_SOURCE where _BSD_SOURCE is already defined.Przemyslaw Pawelczyk
2016-02-01Improve code formatting and convert `unsigned int` to `unsigned`.Przemyslaw Pawelczyk
2015-09-13Move source files to src/ directory.Przemyslaw Pawelczyk