summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-14LibCore: Silence some aggressive CSocket and CHttpJob debug spamAndreas Kling
2019-12-14LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KBAndreas Kling
2019-12-10LibCore: Make CHttpJob::response() return a CHttpResponse*Andreas Kling
2019-12-09SystemMonitor: Show information about purgeable memoryAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-08SystemMonitor: Show thread name instead of process nameAndrew Kaster
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-01Kernel+SystemMonitor: Log amounts of I/O per threadAndreas Kling
2019-12-01LibCore: Improve logging of errors in safe_syscall() somewhatAndreas Kling
2019-11-26Kernel: Make syscall counters and page fault counters per-threadAndreas Kling
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-26SystemServer+LibCore: Implement socket takeoverSergey Bugaev
2019-11-26LibCore: Assert instead of crashing in CEventLoop::current()Sergey Bugaev
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