Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | Add ability to read Format 1 metadata files | Adam Spragg | |
2022-05-18 | Add ability to write Format 1 metadata files | Adam Spragg | |
2022-05-18 | Make buffers that are read from `const`-correct | Adam Spragg | |
2018-09-08 | Fix conversion specifiers in "Failed to {malloc,strdup}" messages. | Przemyslaw Pawelczyk | |
2018-02-03 | Update copyright notices. | Przemyslaw Pawelczyk | |
2018-02-03 | Add SPDX License Identifier to all source files. | Przemyslaw Pawelczyk | |
The Software Package Data Exchange (SPDX) is a good initiative, it has matured over time and deserves accelerated adoption in open-source. https://spdx.org/learn https://spdx.org/using-spdx https://spdx.org/license-list | |||
2018-02-03 | Slightly reformat and modernize GPLv2 only license notices. | Przemyslaw Pawelczyk | |
Reformat second paragraph for better look. It had awkward line wrap. Modernize third paragraph. No need to send letters to FSF in Boston. | |||
2018-01-23 | Fix documentation: integers are stored in little-endian byte order. | Przemyslaw Pawelczyk | |
David misdocumented read/write int functions back in commit 5fed2f9169fdd0585cc83ff0fa8210d97da77cb2 (2007-05-19) and later it probably got copy-pasted to the documentation of file format. | |||
2018-01-23 | Fix sparse warning: Variable length array is used. | Przemyslaw Pawelczyk | |
Avoid using VLAs when it is not really needed, especially in cases like this one here, when possible array size is very limited (1-8 bytes). | |||
2018-01-23 | Fix sparse warnings: non-ANSI function declaration. | Przemyslaw Pawelczyk | |
Explicitly specify void when a function accepts no arguments. | |||
2016-02-06 | Define also _DEFAULT_SOURCE where _BSD_SOURCE is already defined. | Przemyslaw Pawelczyk | |
It's required to avoid getting warnings w/ glibc >= 2.20. | |||
2016-02-01 | Improve code formatting and convert `unsigned int` to `unsigned`. | Przemyslaw Pawelczyk | |
2015-09-13 | Move source files to src/ directory. | Przemyslaw Pawelczyk | |
As a bonus you can build out-of-tree now via make -f. It's part of the work related to issue #22. |