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-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
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
[next]