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
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2022-12-23
LibConfig+LibCore+ConfigServer: Support u32 configuration entries
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibCore: Add a ConfigFile::open() overload for Core::Stream::File
Sam Atkins
2022-10-01
LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()
thankyouverycool
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-06-05
LibCore: Remove ConfigFile::write_color_entry()
MacDue
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-11
LibCore: Automatically create config directories if necessary
kleines Filmröllchen
2022-02-16
LibCore: Migrate ConfigFile to Core::Stream API :^)
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
Sam Atkins
2022-02-16
LibCore: Create ConfigFiles with an already-open File
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-16
LibCore: Make ConfigFile parsing work for non-null-terminated strings
Sam Atkins
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