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