index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibIPC
Age
Commit message (
Expand
)
Author
2021-07-08
LibIPC: Remove unnecessary `template<>`
Daniel Bertalan
2021-07-08
Everywhere: Forward declare structs as structs
Daniel Bertalan
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-06-24
Userland: Disambiguate dependent types
Daniel Bertalan
2021-05-24
LibIPC: Fix unaligned u32 access in drain_messages_from_peer()
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-02
LibIPC: Make sure FDs survive when passed into a MessageBuffer
Gunnar Beutner
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-27
LibIPC: Add missing errno.h include
Jean-Baptiste Boric
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibCore: Remove the barely-used Core::safe_syscall()
Andreas Kling
2021-04-20
LibIPC: Make Connection::send_sync return a NonnullOwnPtr
Idan Horowitz
2021-04-16
LibCore+LibIPC: Add IPC coder for Core::DateTime
Timothy Flynn
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibIPC: Add Connection::send_sync_but_allow_failure()
Andreas Kling
2021-02-14
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
Andreas Kling
2021-02-13
LibIPC: Oops, fix busted dbgln() format string (thanks, checker!)
Andreas Kling
2021-02-13
LibIPC: Make received file descriptors close-on-exec by default
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-16
LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-14
LibIPC: Add an expressive way to close an IPC::File after sending it
Andreas Kling
2021-01-14
LibIPC: Close received IPC::File fd's by default unless taken
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling