index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
ConfigFile.cpp
Age
Commit message (
Expand
)
Author
2022-01-21
LibCore: Handle null lines in ConfigFile
Maciej
2022-01-08
LibCore: Change a west const to an east const
nyabla
2021-11-04
Base+LibCore: Store booleans in human-readable format
Ben Wiederhake
2021-11-04
LibCore: Trim trailing whitespaces from ConfigFile values
Tor-björn Claesson
2021-08-24
LibCore: Set file offset in ConfigFile::sync
Ralf Donau
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
LibCore: Convert ConfigFile to east const
networkException
2021-08-22
LibCore: Support using a file descriptor for opening ConfigFile
networkException
2021-08-01
LibCore: Remove unused header includes
Brian Gianforcaro
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling