2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Audit feedback: change CFGF_KEYVAL -> CFGF_KEYSTRVAL More... almost 4 years ago
Audit feedback; change cfg_opt_value() -> cfg_opt_getstr() More... almost 4 years ago
Create new key=value options only from parser More... almost 4 years ago
Minor refactor, instead of else break; break early More... almost 4 years ago
Merge pull request #142 from troglobit/master More... almost 4 years ago
Revert "Travis-CI: Disable clang temporarily for Coverity Scan run" More... almost 4 years ago
ChangeLog: Update to match current changes and fixes More... almost 4 years ago
First major update of ChangeLog for upcoming release More... almost 4 years ago
Fix loop-forever regression found by Christian Reitter More... almost 4 years ago
Fix Coverity warnings; uninitialized ptr & structurally dead code More... almost 4 years ago
Add boundary check and fix resource leak found by Coverity Scan More... almost 4 years ago
Travis-CI: Disable clang temporarily for Coverity Scan run More... almost 4 years ago
Merge pull request #141 from troglobit/travis-mods More... almost 4 years ago
Travis-CI: Drop sudo and Trusty requirement, Xenial new default More... almost 4 years ago
tests: Verify that CFGF_KEYVAL doesn't create keys More... almost 4 years ago
tests: Unit test for CFGF_KEYVAL More... about 4 years ago
Add generic cfg_opt_value() function, for key-value string pairs More... about 4 years ago
examples: Example of new CFGF_KEYVAL flag: env { foo=bar; baz=foo } More... about 4 years ago
Support for CFGF_KEYVAL section flag, free-form runtime string opts More... about 4 years ago
test: env: Minor, coding style and test comment fix More... about 4 years ago
Defensive programming, ensure opts are not NULL before dereferencing More... about 4 years ago
Add cfg_getnopt(), returns nth option in a file or section More... about 4 years ago
Add cfg_num(), returns number of options in a file or section More... about 4 years ago
Merge pull request #138 from peda-r/getopt-multi-awareness More... about 4 years ago
Make cfg_getsec() and cfg_rmsec() more flexible More... about 4 years ago
Factor out how to find the index of a titled section More... about 4 years ago
Allow addressing options below multi-sections with cfg_getopt() More... about 4 years ago
cli: simplify code for adding a new sub-section More... about 4 years ago
Merge pull request #136 from peda-r/modified-flag More... about 4 years ago
cli: optionally dump only the modified options More... about 4 years ago