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-11-26
LibCore: Make CFile::open() truncate when opening something "WriteOnly"
Andreas Kling
2019-11-23
LibCore: Move puff() from LibDraw to LibCore
Andreas Kling
2019-11-23
LibCore: Have CNetworkJob protect itself during the on_finish callback
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-19
Lagom: Fix build
Andreas Kling
2019-11-11
LibCore: Add CConfigFile::open() for opening an arbitrary INI file
Andreas Kling
2019-11-10
LibCore: Rename class Gzip -> CGZip
Marcel Schneider
2019-11-10
LibCore: Add Content-Encoding handling to CHttpJob
Marcel Schneider
2019-11-10
LibCore: Add a gzip implementation
Marcel Schneider
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-11-04
LibCore: Make CTCPServer's local address/port getters return Optionals
Andreas Kling
2019-11-04
LibCore: Constify CTCPServer's local_address() and local_port()
Andreas Kling
2019-11-04
LibCore: Add local_{address,port} functions to CTCPServer
Conrad Pankoff
2019-11-04
LibCore: Flush outgoing IPC messages before trying to send a new one
Andreas Kling
2019-11-03
LibCore: Put a limit on how many unsent messages an IPC server queues
Andreas Kling
2019-11-03
LibCore: Have IPC server connections queue up unsendable messages
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-10-31
LibCore: Only wait 10ms between IPC connection retries instead of 1 sec
Andreas Kling
2019-10-25
LibCore: Added unquit() method to CEventLoop.
Brandon Scott
2019-10-21
LibCore: Make CFile::open() assert that the filename is non-null
Andreas Kling
2019-10-15
LibCore: Put HTTP debug spam behind FOO_DEBUG macros
Andreas Kling
2019-10-14
LibCore: Don't crash in IPC client/server on EAGAIN
Andreas Kling
2019-10-08
LibCore: CHttpJob::start() should fail asynchronously
Andreas Kling
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
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
[next]