summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/IODevice.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2021-12-12LibCore: Add support for range-based for loops on LineIteratorsSahan Fernando
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-27LibCore: Add optional custom read size argument in populate_read_bufferKarol Kosek
2021-09-19RequestServer+LibHTTP+LibGemini: Cache connections to the same hostAli Mohammad Pur
2021-05-17LibCore: Open files with O_CLOEXEC by defaultGunnar Beutner
2021-05-12LibCore+Everywhere: Move SeekMode out of IODeviceAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-07LibCore: Remove Core::IODevice::printf()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling