summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-02-02LibCore: is<CObject>(object) should not default to trueAndreas Kling
2020-02-01LibCore: Fix CArgsParser build on my host machineAndreas Kling
2020-01-28LibCore: Rewrite CArgsParserSergey Bugaev
2020-01-26LibCore: Add UDP socket and server classesAndreas Kling
2020-01-26LibCore: CSocket::set_blocking() was backwardsAndreas Kling
2020-01-25Meta: Remove some copyright headers added in errorAndreas Kling
2020-01-23LibCore: Remove redundant check in CObject::dispatch_event()Andreas Kling
2020-01-21LibCore: Fix broken "stay_within" mechanism in event dispatchAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17LibCore: Make CIODevice::read_all() actually read all dataSergey Bugaev
2020-01-13LibCore: Fix segfault in CArgsParser (#1072)DrewStratford
2020-01-11SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)Andreas Kling
2020-01-07LibCore: Fix a typo in CConfigFile.hConrad Pankoff
2020-01-05LibCore: Oops, we were forgetting to destroy disconnected RPC clientsAndreas Kling
2020-01-05AK+LibCore: Add an IDAllocator and use to allocate timer idsShannon Booth
2020-01-03LibCore: Fix crash on RPC client disconnectAndreas Kling
2020-01-03LibCore: Stop making the RPC sockets go=rwAndreas Kling
2020-01-02LibCore: CSocketAddress: pull in netinet/in.hjoshua stein
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReaderAndreas Kling
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process clean inode memoryAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process dirty private memoryAndreas Kling
2019-12-27LibCore: Allow LibCore to be compiled on macOS hostStefano Cristiano
2019-12-27LibCore: Fix errors when compiling LibCore using clang instead of gccStefano Cristiano
2019-12-25LibCore: compile puff.c as a separate objectjoshua stein
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
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