aboutsummaryrefslogtreecommitdiff
path: root/src/ini.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix segmentation fault in ini_data_get() when section_name is not foundJoseph Hunkeler2024-01-301-25/+25
* guard_free() all pointersJoseph Hunkeler2023-12-101-14/+11
* Remove trailing whitespace from key nameJoseph Hunkeler2023-12-101-2/+4
* Fix segfault when section is not presentJoseph Hunkeler2023-12-101-0/+4
* Fix segfault on invalid section nameJoseph Hunkeler2023-12-101-0/+7
* Bugfix: Test for a comment first, then act accordingly, instead of testing on...Joseph Hunkeler2023-11-211-3/+3
* Fixes:Joseph Hunkeler2023-11-201-47/+53
* Implements slightly improved error handlingJoseph Hunkeler2023-11-201-8/+17
* Replaces BUFSIZ with OMC_BUFSIZJoseph Hunkeler2023-11-201-4/+4
* Rebrand for the last timeJoseph Hunkeler2023-11-201-1/+1
* Only truncate value when length is greater than zeroJoseph Hunkeler2023-10-311-67/+6
* Initial commitJoseph Hunkeler2023-10-261-0/+409