summaryrefslogtreecommitdiff
path: root/LibCore/CIODevice.cpp
AgeCommit message (Expand)Author
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-22CIODevice: Don't discard already-buffered data when there's no more to read.Andreas Kling
2019-06-22LibHTML: Make it possible to build LibHTML on the host.Andreas Kling
2019-06-07LibCore: Run clang-format on everything.Andreas Kling
2019-06-07AK: Rename printf.cpp to PrintfImplementation.h.Andreas Kling
2019-06-02CIODevice: Update m_error if a write() fails.Andreas Kling
2019-05-28LibC: Move struct timeval to sys/time.h. #POSIXAndreas Kling
2019-05-17LibCore/Userland: Introduce a simple tail implementationRobin Burchell
2019-05-14LibCore: Avoid a big malloc in CIODevice's internal buffering.Andreas Kling
2019-05-10LibCore: Using printf() inside CIODevices will now call CIODevice::printf().Andreas Kling
2019-05-08CIODevice: Add some basic output facilities: write() and printf().Andreas Kling
2019-04-18LibCore: CIODevice::seek() should reset EOF state.Andreas Kling
2019-04-16LibCore: Add CIODevice::seek().Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling