2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #139 from martinh/key-value-sections More... almost 5 years ago
Merge pull request #143 from troglobit/readme-and-gitignore-update More... almost 5 years ago
Bump version, this is the upcoming v3.3 release More... almost 5 years ago
Update .gitignore flles, new tests and ~ backup files More... almost 5 years ago
README: Simplify, drop News section entirely More... almost 5 years ago
Replacement reallocarray() from OpenBSD More... almost 5 years ago
Audit feedback: change CFGF_KEYVAL -> CFGF_KEYSTRVAL More... almost 5 years ago
Audit feedback; change cfg_opt_value() -> cfg_opt_getstr() More... almost 5 years ago
Create new key=value options only from parser More... almost 5 years ago
Minor refactor, instead of else break; break early More... almost 5 years ago
Merge pull request #142 from troglobit/master More... almost 5 years ago
Revert "Travis-CI: Disable clang temporarily for Coverity Scan run" More... almost 5 years ago
ChangeLog: Update to match current changes and fixes More... almost 5 years ago
First major update of ChangeLog for upcoming release More... almost 5 years ago
Fix loop-forever regression found by Christian Reitter More... almost 5 years ago
Fix Coverity warnings; uninitialized ptr & structurally dead code More... almost 5 years ago
Add boundary check and fix resource leak found by Coverity Scan More... almost 5 years ago
Travis-CI: Disable clang temporarily for Coverity Scan run More... almost 5 years ago
Merge pull request #141 from troglobit/travis-mods More... almost 5 years ago
Travis-CI: Drop sudo and Trusty requirement, Xenial new default More... almost 5 years ago
tests: Verify that CFGF_KEYVAL doesn't create keys More... almost 5 years ago
tests: Unit test for CFGF_KEYVAL More... about 5 years ago
Add generic cfg_opt_value() function, for key-value string pairs More... about 5 years ago
examples: Example of new CFGF_KEYVAL flag: env { foo=bar; baz=foo } More... about 5 years ago
Support for CFGF_KEYVAL section flag, free-form runtime string opts More... about 5 years ago
test: env: Minor, coding style and test comment fix More... about 5 years ago
Defensive programming, ensure opts are not NULL before dereferencing More... about 5 years ago
Add cfg_getnopt(), returns nth option in a file or section More... about 5 years ago
Add cfg_num(), returns number of options in a file or section More... about 5 years ago
Merge pull request #138 from peda-r/getopt-multi-awareness More... about 5 years ago