summaryrefslogtreecommitdiff
path: root/src/configfile.cc
AgeCommit message (Expand)Author
2020-04-10Changes after discussion about review on IRC.configfile_refactorAndré Nusser
2020-04-10Fix some of the issues raised in the review.André Nusser
2020-04-09Review comments.Bent Bisballe Nyeng
2020-04-08Refactoring configfile.André Nusser
2019-02-01Fix configfile parsing of empty value lines and creation of missing configura...Bent Bisballe Nyeng
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-02-17Replace obsolete WIN32 ifdefs with platform define.Bent Bisballe Nyeng
2016-03-31fixed ConfigFile's destructor implChristian Glöckner
2016-03-31Made API of class ConfigFile more consistentChristian Glöckner
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-21Add missing include. Don't use strdup before string assignment...Bent Bisballe Nyeng
2015-05-22Add error handling in ConfigFile parser.Bent Bisballe Nyeng
2015-05-21New configfile parser with unit test.Bent Bisballe Nyeng
2015-05-15New ConfigFile class for generic config file reading/writing in homedir .drum...Bent Bisballe Nyeng