index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2019-07-21
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-21
Userspace: Deal with select() returning EINTR on a signal interruption
Robin Burchell
2019-07-21
CEventLoop: Skip over null events in the queue.
Andreas Kling
2019-07-20
CEventLoop: Use Vector::prepend(Vector&&) to shuffle events to outer loop.
Andreas Kling
2019-07-20
CEventLoop: Remove some no-longer-used virtuals.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
ps: Port to using CProcessStatisticsReader and /proc/all
Robin Burchell
2019-07-18
CProcessStatisticsReader: Be consistent about terminology from the kernel down
Robin Burchell
2019-07-17
Rename new IPC headers & classes
Robin Burchell
2019-07-17
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-17
Make AClientConnection generic
Robin Burchell
2019-07-17
Port WSClientConnection to CIPCServerSideClient
Robin Burchell
2019-07-17
Introduce CIPCServerSideClient
Robin Burchell
2019-07-16
CNotifier: Turn into a CObject and Use the event queue to deliver events
Robin Burchell
2019-07-16
LibCore: Add a way to mark a socket as blocking (or not)
Robin Burchell
2019-07-16
CNotifier: Provide a way to unregister a notifier temporarily
Robin Burchell
2019-07-16
CSocket: Also call on_connected for local socket connections
Robin Burchell
2019-07-16
LibCore: Always call on_connected whether the connection was synchronous or not
Robin Burchell
2019-07-14
CLocalSocket: Add missing pragma once
Robin Burchell
2019-07-14
CEventLoop: Oops, I had the pipe reader/writer fd's mixed up.
Andreas Kling
2019-07-14
LibCore: Oops, fix infinite recursion in LogStream << CSocketAddress.
Andreas Kling
2019-07-14
LibCore: Port CSocket over to using dbg().
Andreas Kling
2019-07-14
CObject: Add LogStream operator<< for CObject.
Andreas Kling
2019-07-14
CObject: Add custom_event() virtual.
Andreas Kling
2019-07-14
CEventLoop: Add wake(), a mechanism for waking up when blocked in select().
Andreas Kling
2019-07-14
LibCore: Add CThread, a simple thread abstraction object.
Andreas Kling
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-13
CEventLoop: When asked to exit the event loop, exit right away.
Andreas Kling
2019-07-13
LibCore: Add CCustomEvent, a custom CEvent for arbitrary use.
Andreas Kling
2019-07-10
CObject: Add a "name" property.
Andreas Kling
2019-07-10
LibCore: Tweak slightly-off error message in CProcessStatisticsReader.
Andreas Kling
2019-07-10
Userland+LibCore: Use CProcessStatisticsReader to implement top.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
CDirIterator: Fix another instance of StringView::characters() misuse.
Andreas Kling
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling