summaryrefslogtreecommitdiff
path: root/LibCore
AgeCommit message (Expand)Author
2019-05-20CEventLoop: Allow manually driving the event loopRobin Burchell
2019-05-18Kernel: Fix timeout support in selectRobin Burchell
2019-05-17Build: Install most headers to Root (and libcore.a/libgui.a)Robin Burchell
2019-05-17LibCore: Move AK/ArgsParser to LibCore/CArgsParserRobin Burchell
2019-05-17LibCore/Userland: Introduce a simple tail implementationRobin Burchell
2019-05-16Added CProcessStatisticsReader to avoid having to parse /proc/all (#35)GuillaumeGas
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-05-05CObject: add_child() should set the child's parent.Andreas Kling
2019-05-01CLock: Remove a redundant call to gettid().Andreas Kling
2019-04-29CEventLoop: Protect the message queue with a Lock.Andreas Kling
2019-04-26LibCore: Make it possible to create a CFile for an existing file descriptor.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-20LibCore: Hide deferred_invoke() debug spam.Andreas Kling
2019-04-18LibCore+LibGUI: Make CObject child events synchronous.Andreas Kling
2019-04-18CEventLoop: Don't call gettimeofday() at all if there are no timers.Andreas Kling
2019-04-18LibCore: Add CTimer::restart() and make set_interval() take effect soon.Andreas Kling
2019-04-18LibCore: CIODevice::seek() should reset EOF state.Andreas Kling
2019-04-18CEventLoop: Consolidate gettimeofday() syscalls.Andreas Kling
2019-04-16GWidget: Add some new child z-ordering facilities.Andreas Kling
2019-04-16LibCore: Add CIODevice::seek().Andreas Kling
2019-04-15LibCore: Add a CConfigFile class, a simple INI file parser.Andreas Kling
2019-04-14LibCore: Add a convenience constructor for CTimer.Andreas Kling
2019-04-12LibCore: Move LibGUI/GTimer to LibCore/CTimer.Andreas Kling
2019-04-12LibCore: Prune remaining knowledge about LibGUI.Andreas Kling
2019-04-10LibCore: Move LibGUI/GLock to LibCore/CLock.Andreas Kling
2019-04-10LibCore: Move HTTP classes from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.Andreas Kling
2019-04-10LibCore: Move LibGUI/GObject to LibCore/CObject.Andreas Kling
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling