summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2019-11-26LibCore: Make CFile::open() truncate when opening something "WriteOnly"Andreas Kling
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-11-23LibCore: Have CNetworkJob protect itself during the on_finish callbackAndreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-19Lagom: Fix buildAndreas Kling
2019-11-11LibCore: Add CConfigFile::open() for opening an arbitrary INI fileAndreas Kling
2019-11-10LibCore: Rename class Gzip -> CGZipMarcel Schneider
2019-11-10LibCore: Add Content-Encoding handling to CHttpJobMarcel Schneider
2019-11-10LibCore: Add a gzip implementationMarcel Schneider
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-11-04LibCore: Make CTCPServer's local address/port getters return OptionalsAndreas Kling
2019-11-04LibCore: Constify CTCPServer's local_address() and local_port()Andreas Kling
2019-11-04LibCore: Add local_{address,port} functions to CTCPServerConrad Pankoff
2019-11-04LibCore: Flush outgoing IPC messages before trying to send a new oneAndreas Kling
2019-11-03LibCore: Put a limit on how many unsent messages an IPC server queuesAndreas Kling
2019-11-03LibCore: Have IPC server connections queue up unsendable messagesAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-31LibCore: Only wait 10ms between IPC connection retries instead of 1 secAndreas Kling
2019-10-25LibCore: Added unquit() method to CEventLoop.Brandon Scott
2019-10-21LibCore: Make CFile::open() assert that the filename is non-nullAndreas Kling
2019-10-15LibCore: Put HTTP debug spam behind FOO_DEBUG macrosAndreas Kling
2019-10-14LibCore: Don't crash in IPC client/server on EAGAINAndreas Kling
2019-10-08LibCore: CHttpJob::start() should fail asynchronouslyAndreas Kling
2019-10-02Kernel+SystemMonitor: Add fault countersAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-22CSocket: Don't create the read notifier until after we've connectedAndreas Kling
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibCore: Remove leftover debug spam in CObject::remove_child()Andreas Kling
2019-09-22LibCore: Add CObject::remove_from_parent()Andreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21LibCore: ObjectPtr should delete the pointee when clearedAndreas Kling
2019-09-21CHttpJob: Shutting down the job should actually destroy the socketAndreas Kling
2019-09-21LibCore: Make it possible to cancel pending CNetworkJobsAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CHttpJob to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-20LibCore: Introduce ObjectPtr, a step towards reference-counted CObjectAndreas Kling
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-09-11CIODevice: read(u8*, int) overload should return 0 on EOFAndreas Kling
2019-09-11CSocket: Share code between connect() overloadsAndreas Kling
2019-09-11CIODevice: read_all() should return a null ByteBuffer when nothing readAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling