aboutsummaryrefslogtreecommitdiffstats
path: root/src/liboptions
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-1/+1
2024-02-18Add "--no-config" option, to ignore existing default config fileAndreas Eversberg2-11/+24
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 Eversberg2-11/+36
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg2-1/+42
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 Eversberg3-0/+234