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