Andreas Kling f4b51a63ec LibCore: Remove CTimer::create() overloads in favor of construct() 5 years ago
..
CArgsParser.cpp e0e1be8c33 LibCore: Fix a crash in CArgsParser 6 years ago
CArgsParser.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CConfigFile.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CConfigFile.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CDirIterator.cpp 56563cb305 CDirIterator: Fix another instance of StringView::characters() misuse. 6 years ago
CDirIterator.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CElapsedTimer.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CElapsedTimer.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CEvent.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CEvent.h fcc3745b02 LibCore+LibGUI+WindowServer: Make events bubble up through ancestors 5 years ago
CEventLoop.cpp 953cb4e436 LibCore: Convert CLocalServer to ObjectPtr 5 years ago
CEventLoop.h 953cb4e436 LibCore: Convert CLocalServer to ObjectPtr 5 years ago
CFile.cpp 8aa3b74f80 LibCore: Make it possible to pass a parent to CFile constructors 6 years ago
CFile.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CHttpJob.cpp 4d8455156e CHttpJob: Shutting down the job should actually destroy the socket 5 years ago
CHttpJob.h bdf23a3d23 LibCore: Make it possible to cancel pending CNetworkJobs 5 years ago
CHttpRequest.cpp 6b347747f2 LibCore: Convert CHttpJob to ObjectPtr 5 years ago
CHttpRequest.h 6b347747f2 LibCore: Convert CHttpJob to ObjectPtr 5 years ago
CHttpResponse.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CHttpResponse.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CIODevice.cpp 38b75d2a97 CIODevice: read(u8*, int) overload should return 0 on EOF 5 years ago
CIODevice.h 16de02cce0 CIODevice: Add is_open() 5 years ago
CIODeviceStreamReader.h 0f3d191a70 LibCore: Rename CFileStreamReader => CIODeviceStreamReader. 6 years ago
CLocalServer.cpp 4ea229accd LibCore: Convert CTCPServer to ObjectPtr 5 years ago
CLocalServer.h 953cb4e436 LibCore: Convert CLocalServer to ObjectPtr 5 years ago
CLocalSocket.cpp c83da29a9d LibCore: Convert CLocalSocket to ObjectPtr 5 years ago
CLocalSocket.h c83da29a9d LibCore: Convert CLocalSocket to ObjectPtr 5 years ago
CNetworkJob.cpp bdf23a3d23 LibCore: Make it possible to cancel pending CNetworkJobs 5 years ago
CNetworkJob.h bdf23a3d23 LibCore: Make it possible to cancel pending CNetworkJobs 5 years ago
CNetworkResponse.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CNetworkResponse.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CNotifier.cpp 1b3599fbbc LibCore: Make CSocket's notifiers into children of the CSocket 6 years ago
CNotifier.h 4ea229accd LibCore: Convert CTCPServer to ObjectPtr 5 years ago
CObject.cpp fcc3745b02 LibCore+LibGUI+WindowServer: Make events bubble up through ancestors 5 years ago
CObject.h 4298ba25c3 LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper 5 years ago
CProcessStatisticsReader.cpp 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. 6 years ago
CProcessStatisticsReader.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CSocket.cpp 4ea229accd LibCore: Convert CTCPServer to ObjectPtr 5 years ago
CSocket.h d1bacb9885 LibCore: Convert CNotifier to ObjectPtr 5 years ago
CSocketAddress.h da615e46cd LibCore: Initialise m_port as zero in CSocketAddress 6 years ago
CSyscallUtils.h f2c0e55070 Userspace: Deal with select() returning EINTR on a signal interruption 6 years ago
CTCPServer.cpp 4ea229accd LibCore: Convert CTCPServer to ObjectPtr 5 years ago
CTCPServer.h 4ea229accd LibCore: Convert CTCPServer to ObjectPtr 5 years ago
CTCPSocket.cpp 4298ba25c3 LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper 5 years ago
CTCPSocket.h 4298ba25c3 LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper 5 years ago
CTimer.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
CTimer.h f4b51a63ec LibCore: Remove CTimer::create() overloads in favor of construct() 5 years ago
CUserInfo.cpp 7f25959fa2 LibCore: Make get_current_user_home_path() return String & close passwd 6 years ago
CUserInfo.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
CoreIPCClient.h 4ea229accd LibCore: Convert CTCPServer to ObjectPtr 5 years ago
CoreIPCServer.h c83da29a9d LibCore: Convert CLocalSocket to ObjectPtr 5 years ago
Makefile 0826cc5a35 LibCore: Remove CThread 5 years ago
ObjectPtr.h 9e00651e14 LibCore: ObjectPtr should delete the pointee when cleared 5 years ago
install.sh 0ef13e60b0 Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 6 years ago