summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/ConfigFile.cpp
AgeCommit message (Expand)Author
2022-02-16LibCore: Migrate ConfigFile to Core::Stream API :^)Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore: Create ConfigFiles with an already-open FileSam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16LibCore: Make ConfigFile parsing work for non-null-terminated stringsSam Atkins
2022-01-21LibCore: Handle null lines in ConfigFileMaciej
2022-01-08LibCore: Change a west const to an east constnyabla
2021-11-04Base+LibCore: Store booleans in human-readable formatBen Wiederhake
2021-11-04LibCore: Trim trailing whitespaces from ConfigFile valuesTor-björn Claesson
2021-08-24LibCore: Set file offset in ConfigFile::syncRalf Donau
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22LibCore: Convert ConfigFile to east constnetworkException
2021-08-22LibCore: Support using a file descriptor for opening ConfigFilenetworkException
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling