aboutsummaryrefslogtreecommitdiff
path: root/src/ini.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor directory structureJoseph Hunkeler2024-10-141-678/+0
* ini.c: fix realloc(s)Joseph Hunkeler2024-10-091-8/+8
* Add template convience functions (and bug fixes) (#29)Joseph Hunkeler2024-08-151-0/+5
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-121-2/+1
* Return of the INI refactor (#20)Joseph Hunkeler2024-08-081-94/+117
* Refactor ini getter and setter usage (#19)Joseph Hunkeler2024-08-071-10/+154
* Add github.c and github.h (#9)Joseph Hunkeler2024-07-061-1/+1
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-6/+6
* Unit tests (#6)Joseph Hunkeler2024-06-201-1/+1
* Stop iteration on matchJoseph Hunkeler2024-04-151-0/+3
* Add ini_has_key() and expose ini_section_search() functionJoseph Hunkeler2024-04-151-9/+53
* Add ini_setval() functionJoseph Hunkeler2024-04-151-0/+18
* Fix invalid read on operatorJoseph Hunkeler2024-04-121-1/+5
* Fix size of data array in sectionJoseph Hunkeler2024-04-121-4/+4
* Changes to ini_write() behavior:Joseph Hunkeler2024-04-021-7/+20
* Lock output behind DEBUG defineJoseph Hunkeler2024-04-021-0/+9
* Close handleJoseph Hunkeler2024-03-251-0/+1
* Fix up section->data reallocJoseph Hunkeler2024-03-241-4/+17
* Duplicate keys and values instead of copying their pointers.Joseph Hunkeler2024-03-221-15/+31
* Fix size of realloc'd dataJoseph Hunkeler2024-03-221-6/+12
* Move collapse_whitespace to utils.c / utils.hJoseph Hunkeler2024-03-221-11/+0
* Replace ini_show with ini_writeJoseph Hunkeler2024-03-141-4/+23
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-11/+11
* Fixes several memory leaksJoseph Hunkeler2024-02-261-1/+0
* * 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