summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibImageDecoderClient
AgeCommit message (Expand)Author
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23ImageDecoder: Remove unnecessary greet() messageAndreas Kling
2021-05-14LibImageDecoderClient: Decoded images with 0 frames are not successfulAndreas Kling
2021-05-03Userland: Add try_* IPC handlersGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-02-20LibWeb+LibImageDecoderClient: Reuse ImageDecoder service processAndreas Kling
2021-02-20LibImageDecoderClient: Gracefully recover from decoder crashes :^)Andreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-16ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmapAndreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling