aboutsummaryrefslogtreecommitdiffstats
path: root/src/liboptions/options.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-18Add "--no-config" option, to ignore existing default config fileAndreas Eversberg1-11/+23
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-20/+20
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-10/+35
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-1/+40
2020-10-29Options: Add support for quotes and escape sequencesAndreas Eversberg1-3/+39
2020-10-29Fix: Support multiple parameters in config fileAndreas Eversberg1-11/+22
2020-05-24Options with multiple parameters are now correctly shown at debug messageAndreas Eversberg1-6/+13
2019-08-26Fixed use-after-free bug (config file handling)Andreas Eversberg1-1/+1
2018-05-21Refactoring command line option handlingAndreas Eversberg1-0/+221