serenity/LibCore
2019-05-28 13:48:06 +02:00
..
.gitignore Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
CArgsParser.cpp LibCore: Move AK/ArgsParser to LibCore/CArgsParser 2019-05-17 15:49:37 +02:00
CArgsParser.h LibCore: Move AK/ArgsParser to LibCore/CArgsParser 2019-05-17 15:49:37 +02:00
CConfigFile.cpp can now tile background and made sure the IRC choose server popup still works 2019-05-27 21:40:53 +02:00
CConfigFile.h Network stack is now configurable, and resolution is also configurable, but loading cursors causes a page-fault? 2019-05-27 21:40:53 +02:00
CDirIterator.cpp LibCore: Add CDirIterator, and use it in everything rather than readdir 2019-05-27 15:27:23 +02:00
CDirIterator.h LibCore: Add CDirIterator, and use it in everything rather than readdir 2019-05-27 15:27:23 +02:00
CElapsedTimer.cpp Kernel: Fix timeout support in select 2019-05-18 02:57:38 +02:00
CElapsedTimer.h LibC: Move struct timeval to sys/time.h. #POSIX 2019-05-28 13:48:06 +02:00
CEvent.cpp LibCore: Move LibGUI/GObject to LibCore/CObject. 2019-04-10 17:01:54 +02:00
CEvent.h LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. 2019-04-10 17:30:58 +02:00
CEventLoop.cpp CEventLoop: Make it possible to determine running/quit state without using exec() 2019-05-26 18:17:40 +02:00
CEventLoop.h LibC: Move struct timeval to sys/time.h. #POSIX 2019-05-28 13:48:06 +02:00
CFile.cpp LibCore: Make it possible to create a CFile for an existing file descriptor. 2019-04-26 02:22:21 +02:00
CFile.h LibCore: Make it possible to create a CFile for an existing file descriptor. 2019-04-26 02:22:21 +02:00
CHttpJob.cpp AK: Add String::copy(BufferType) helper. 2019-04-20 14:13:40 +02:00
CHttpJob.h LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CHttpRequest.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CHttpRequest.h LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CHttpResponse.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CHttpResponse.h LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CIODevice.cpp LibC: Move struct timeval to sys/time.h. #POSIX 2019-05-28 13:48:06 +02:00
CIODevice.h LibCore/Userland: Introduce a simple tail implementation 2019-05-17 14:28:13 +02:00
CLock.h CLock: Remove a redundant call to gettid(). 2019-05-01 19:11:08 +02:00
CNetworkJob.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CNetworkJob.h LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CNetworkResponse.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CNetworkResponse.h LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CNotifier.cpp LibCore: Prune remaining knowledge about LibGUI. 2019-04-12 00:03:21 +02:00
CNotifier.h LibCore: Move LibGUI/GNotifier to LibCore/CNotifier. 2019-04-10 17:35:43 +02:00
CObject.cpp LibCore: Add CObject::for_each_child(callback). 2019-05-27 03:52:19 +02:00
CObject.h LibCore: Add CObject::for_each_child_of_type<T>() 2019-05-27 04:18:24 +02:00
CProcessStatisticsReader.cpp Added CProcessStatisticsReader to avoid having to parse /proc/all (#35) 2019-05-16 18:47:47 +02:00
CProcessStatisticsReader.h Added CProcessStatisticsReader to avoid having to parse /proc/all (#35) 2019-05-16 18:47:47 +02:00
CSocket.cpp LibCore: Using printf() inside CIODevices will now call CIODevice::printf(). 2019-05-10 18:20:54 +02:00
CSocket.h LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 2019-04-10 20:22:23 +02:00
CSocketAddress.h LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 2019-04-10 20:22:23 +02:00
CTCPSocket.cpp LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 2019-04-10 20:22:23 +02:00
CTCPSocket.h LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 2019-04-10 20:22:23 +02:00
CTimer.cpp LibCore: Add CTimer::restart() and make set_interval() take effect soon. 2019-04-18 04:38:04 +02:00
CTimer.h LibCore: Add CTimer::restart() and make set_interval() take effect soon. 2019-04-18 04:38:04 +02:00
CUserInfo.cpp can now tile background and made sure the IRC choose server popup still works 2019-05-27 21:40:53 +02:00
CUserInfo.h most apps now begin in the correct directory 2019-05-27 21:40:53 +02:00
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
Makefile most apps now begin in the correct directory 2019-05-27 21:40:53 +02:00