summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/IODevice.cpp
AgeCommit message (Expand)Author
2023-05-27LibCore: Remove unused API of deprecated Core::IODeviceBen Wiederhake
2023-05-27LibCore: Remove deprecated LineRange and LineIteratorBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-12-12LibCore: Add support for range-based for loops on LineIteratorsSahan Fernando
2021-12-12LibCore: Fix bug in IODevice::LineIterator causing skipped linesSahan Fernando
2021-11-30LibCore: Fix relative seeking in IODeviceArne Elster
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-09LibCore: Display the correct allocation size in the debug lineKarol Kosek
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-04LibCore: Allow reads smaller than the buffered data size in IODeviceAli Mohammad Pur
2021-09-27LibCore: Buffer small byte readsKarol Kosek
2021-09-27LibCore: Add optional custom read size argument in populate_read_bufferKarol Kosek
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-05-31AK: Remove the public ByteBuffer::trim methodGunnar Beutner
2021-05-20LibCore: Let IODevice::can_read_line() buffer until \n or EOFr-paiva
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
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-04-21LibCore: Remove the barely-used Core::safe_syscall()Andreas Kling
2021-04-10LibCore: Save errno before it gets clobbered in Core::IODevice::write()Andreas Kling
2021-02-17LibCore: Convert dbgprintf() => dbgln()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling