summaryrefslogtreecommitdiffstats
path: root/src/IniFile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More style checking.Mattes D2015-05-091-2/+2
| | | | Spaces around some operators are checked.
* IniFile: Added common code to migrate ports.Mattes D2015-01-271-0/+36
| | | | Old settings have IPv4 and IPv6 ports as separate values, new settings have a single value for the ports.
* CheckBasicStyle'dAlexander Harkness2014-10-271-3/+3
|
* IniFile: Removed the problematic printf-like Set function.Mattes D2014-10-241-14/+0
| | | | It wasn't used in any client code anyway.
* IniFile: Removed an unused macro.Mattes D2014-10-231-4/+0
|
* Merged IniFile into main MCS sources.Mattes D2014-10-231-0/+908