- 18 Jul, 2022 1 commit
-
-
Andreas Henriksson authored
-
- 27 Apr, 2022 3 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
- 25 Apr, 2022 1 commit
-
-
Stefan Schubert authored
-
- 19 Apr, 2022 2 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
-
- 11 Apr, 2022 1 commit
-
-
Jan Engelhardt authored
Fixes: c9658f24
-
- 06 Apr, 2022 1 commit
-
-
Stefan Schubert authored
* new options comment, delimiters * check syntax call * parsing single file only
-
- 05 Feb, 2022 1 commit
-
-
Andreas Henriksson authored
-
- 04 Jan, 2022 2 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
Reading numbers with different bases (e.g. oktal) (bsc#1193632)
-
- 11 Nov, 2021 5 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
- 10 Nov, 2021 1 commit
-
-
Stefan Schubert authored
-
- 08 Nov, 2021 1 commit
-
-
Stefan Schubert authored
Allocate fixed length filename buffer
-
- 04 Aug, 2021 1 commit
-
-
Ignaz Forster authored
Valgrind found a memory leak when calling econf_file *kf; econf_readFile(&kf, "test.ini", "=", "#"); econf_freeFile(kf); This is caused by the global variable last_scanned_filename which is assigned dynamically and thus won't be free'd on exit. Just use fixed size array instead. Also declare the global variables static while at it.
-
- 09 Jul, 2021 1 commit
-
-
Stefan Schubert authored
-
- 08 Jul, 2021 7 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
CMake fixes
-
Neal Gompa authored
-
Neal Gompa authored
This was missed in bce4976b.
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
- 07 Jul, 2021 3 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Iker Pedrosa authored
* libeconf.c: fix covscan RESOURCE_LEAK
-
- 13 Apr, 2021 1 commit
-
-
Stefan Schubert authored
-
- 12 Apr, 2021 1 commit
-
-
Stefan Schubert authored
* Added "cat" option to econftool * new API call: econf_readDirsHistory (showing ALL locations) * new API call: econf_getPath (absolute path of the configuration file)
-
- 08 Apr, 2021 5 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
-
Stefan Schubert authored
* added man page for libeconf
-
- 07 Apr, 2021 2 commits
-
-
Stefan Schubert authored
-
Stefan Schubert authored
-