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-09-22
CSocket: Don't create the read notifier until after we've connected
Andreas Kling
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
LibCore: Remove leftover debug spam in CObject::remove_child()
Andreas Kling
2019-09-22
LibCore: Add CObject::remove_from_parent()
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibCore: ObjectPtr should delete the pointee when cleared
Andreas Kling
2019-09-21
CHttpJob: Shutting down the job should actually destroy the socket
Andreas Kling
2019-09-21
LibCore: Make it possible to cancel pending CNetworkJobs
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CHttpJob to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Introduce ObjectPtr, a step towards reference-counted CObject
Andreas Kling
2019-09-11
Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
Andreas Kling
2019-09-11
CIODevice: read(u8*, int) overload should return 0 on EOF
Andreas Kling
2019-09-11
CSocket: Share code between connect() overloads
Andreas Kling
2019-09-11
CIODevice: read_all() should return a null ByteBuffer when nothing read
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-04
CIODevice: Add is_open()
Andreas Kling
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-26
LibCore: Remove CThread
Sergey Bugaev
2019-08-19
LibCore: Move CObject serialization into CObject::save_to(JsonObject&)
Andreas Kling
2019-08-18
LibCore: Make it possible to pass a parent to CFile constructors
Andreas Kling
2019-08-18
LibCore: Childify children of CLocalServer and IPC::Connection
Andreas Kling
2019-08-18
LibCore: Make CSocket's notifiers into children of the CSocket
Andreas Kling
2019-08-17
LibCore: Fix a crash in CArgsParser
Sergey Bugaev
2019-08-17
LibCore+rpcdump: Publish CObject graph to on-demand RPC socket
Andreas Kling
2019-08-17
CObject: Put all CObjects on a global IntrusiveList for introspection
Andreas Kling
2019-08-17
LibCore: CIODevice::set_error() is meant to be called with the 'errno'
Andreas Kling
2019-08-10
LibCore: Use URL in CHttpRequest
Andreas Kling
2019-08-06
LibCore: Initialise m_port as zero in CSocketAddress
Conrad Pankoff
2019-08-05
CEventLoop: Create the wake pipe with O_CLOEXEC
Sergey Bugaev
2019-08-05
LibCore: Add CTCPServer
Conrad Pankoff
2019-08-04
LibCore: Move CHttpJob and CNetworkJob output to the right places
Andreas Kling
2019-08-04
CSocket: Close the underlying socket on destruction
Andreas Kling
2019-08-04
CHttpJob: Drive response download via on_ready_read instead of blocking
Andreas Kling
2019-08-04
CHttpJob: Collect the payload as a list of buffers during download
Andreas Kling
2019-08-04
CHttpJob: If no "Content-Length" header was received, read until EOF
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
LibCore: Make get_current_user_home_path() return String & close passwd
Andreas Kling
2019-08-02
CEventLoop: Devirtualize take_pending_events_from(CEventLoop)
Andreas Kling
2019-08-01
LibCore: Initialize pid/id variables in CoreIPC{Client,Server}
Andreas Kling
2019-08-01
CEventLoop: Add a missing initializer to EventLoopTimer.
Andreas Kling
[next]