summaryrefslogtreecommitdiff
path: root/LibGUI/GIODevice.cpp
AgeCommit message (Expand)Author
2019-03-18GIODevice: Remove debug spam.Andreas Kling
2019-03-18GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.Andreas Kling
2019-03-18LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)Andreas Kling
2019-03-17LibGUI: Add GFile and base class GIODevice.Andreas Kling