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
2020-02-02
LibGUI: Make GAction scoped to its CObject parent (widget or window)
Andreas Kling
2020-02-02
LibCore: is<CObject>(object) should not default to true
Andreas Kling
2020-02-01
LibCore: Fix CArgsParser build on my host machine
Andreas Kling
2020-01-28
LibCore: Rewrite CArgsParser
Sergey Bugaev
2020-01-26
LibCore: Add UDP socket and server classes
Andreas Kling
2020-01-26
LibCore: CSocket::set_blocking() was backwards
Andreas Kling
2020-01-25
Meta: Remove some copyright headers added in error
Andreas Kling
2020-01-23
LibCore: Remove redundant check in CObject::dispatch_event()
Andreas Kling
2020-01-21
LibCore: Fix broken "stay_within" mechanism in event dispatch
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
LibCore: Make CIODevice::read_all() actually read all data
Sergey Bugaev
2020-01-13
LibCore: Fix segfault in CArgsParser (#1072)
DrewStratford
2020-01-11
SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)
Andreas Kling
2020-01-07
LibCore: Fix a typo in CConfigFile.h
Conrad Pankoff
2020-01-05
LibCore: Oops, we were forgetting to destroy disconnected RPC clients
Andreas Kling
2020-01-05
AK+LibCore: Add an IDAllocator and use to allocate timer ids
Shannon Booth
2020-01-03
LibCore: Fix crash on RPC client disconnect
Andreas Kling
2020-01-03
LibCore: Stop making the RPC sockets go=rw
Andreas Kling
2020-01-02
LibCore: CSocketAddress: pull in netinet/in.h
joshua stein
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-30
LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReader
Andreas Kling
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
2019-12-27
LibCore: Allow LibCore to be compiled on macOS host
Stefano Cristiano
2019-12-27
LibCore: Fix errors when compiling LibCore using clang instead of gcc
Stefano Cristiano
2019-12-25
LibCore: compile puff.c as a separate object
joshua stein
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-14
LibCore: Silence some aggressive CSocket and CHttpJob debug spam
Andreas Kling
2019-12-14
LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KB
Andreas Kling
2019-12-10
LibCore: Make CHttpJob::response() return a CHttpResponse*
Andreas Kling
2019-12-09
SystemMonitor: Show information about purgeable memory
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-08
SystemMonitor: Show thread name instead of process name
Andrew Kaster
2019-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-12-01
LibCore: Improve logging of errors in safe_syscall() somewhat
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-26
Kernel: Expose per-thread information in /proc/all
Andreas Kling
2019-11-26
SystemServer+LibCore: Implement socket takeover
Sergey Bugaev
2019-11-26
LibCore: Assert instead of crashing in CEventLoop::current()
Sergey Bugaev
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
[next]