ladybird/Libraries
asynts 6de63782c7 Streams: Consistent behaviour when reading from stream with error.
The streaming operator doesn't short-circuit, consider the following
snippet:

    void foo(InputStream& stream) {
        int a, b;
        stream >> a >> b;
    }

If the first read fails, the second is called regardless. It should be
well defined what happens in this case: nothing.
2020-09-06 12:54:45 +02:00
..
LibAudio
LibC LibC: Move the static String in getlogin() out of the function 2020-09-01 16:17:17 +02:00
LibChess
LibCompress Streams: Consistent behaviour when reading from stream with error. 2020-09-06 12:54:45 +02:00
LibCore Streams: Consistent behaviour when reading from stream with error. 2020-09-06 12:54:45 +02:00
LibCrypt
LibCrypto
LibDebug AK: Move memory streams into their own header. 2020-09-01 17:25:26 +02:00
LibDesktop
LibELF
LibGemini
LibGfx LibGfx: Make fill_rect_with_dither_pattern() skip transparent colors 2020-09-01 23:55:35 +02:00
LibGUI LibGUI: Add a Clipboard API for retrieving a copied Gfx::Bitmap 2020-09-05 16:52:35 +02:00
LibHTTP
LibImageDecoderClient
LibIPC Clipboard: Add a key-value map alongside the clipboard storage 2020-09-05 16:52:24 +02:00
LibJS LibJS: Add tests for issue #3382 2020-09-01 21:35:59 +02:00
LibKeyboard
LibLine LibLine: Reset suggestion state on any non-tab key 2020-08-31 23:06:07 +02:00
LibM
LibMarkdown
LibPCIDB
LibProtocol
LibPthread
LibTextCodec
LibThread
LibTLS
LibUnwind
LibVT LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
LibWeb LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
LibX86
CMakeLists.txt