summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/ConfigFile.h
AgeCommit message (Expand)Author
2022-06-05LibCore: Remove ConfigFile::write_color_entry()MacDue
2022-04-11LibCore: Automatically create config directories if necessarykleines Filmröllchen
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
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-06-30LibCore: Add getter for how many groups exist in a Core::ConfigFileAndrew Kaster
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling