summaryrefslogtreecommitdiff
path: root/src/config_parse.c
Commit message (Expand)AuthorAgeFilesLines
* buf_text: remove `offset` parameter of BOM detection functionPatrick Steinhardt2018-02-081-1/+1
* config_parse: fix reading files with BOMPatrick Steinhardt2018-02-081-1/+1
* config_parse: handle empty lines with CRLFPatrick Steinhardt2018-02-081-0/+1
* config_parse: add comment to clarify logic getting next characterPatrick Steinhardt2018-02-081-0/+5
* config_parse: use common parser interfacePatrick Steinhardt2017-11-111-169/+30
* config_file: split out module to parse config filesPatrick Steinhardt2017-11-111-0/+658