ladybird/Libraries
Ben Wiederhake d419a780ae LibC: Prefer strlcpy over strcpy/strncpy
All of these are cosmetic (I believe). Furthermore, they serve as
reminders to always check the length of the destination buffers.
2020-08-24 00:45:03 +02:00
..
LibAudio AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
LibC LibC: Prefer strlcpy over strcpy/strncpy 2020-08-24 00:45:03 +02:00
LibChess LibChess: Shrink Chess::Piece from 8 bytes to 1 byte 2020-08-21 13:46:07 +02:00
LibCompress LibCompress: Turn the DEFLATE implementation into a stream. 2020-08-20 16:28:31 +02:00
LibCore LibCore: Fix spelling for month of "August" 2020-08-22 11:54:30 +02:00
LibCrypt
LibCrypto LibCrypto: Don't cause errors when function unused 2020-08-23 00:53:16 +02:00
LibDebug HackStudio: Implement "Step Over" debugging action 2020-08-22 09:48:59 +02:00
LibDesktop
LibELF LibELF: Ignore PT_GNU_STACK headers 2020-08-20 10:12:45 +02:00
LibGemini AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
LibGfx LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs 2020-08-23 23:53:45 +02:00
LibGUI LibGUI: Fix an unsightly pixel glitch in bottom-side tabs 2020-08-24 00:05:40 +02:00
LibHTTP LibHTTP: Fix processing terminating chunk 2020-08-19 15:28:31 +02:00
LibImageDecoderClient
LibIPC
LibJS LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
LibKeyboard
LibLine LibLine: Correct weird arrow up/down behaviour 2020-08-23 15:36:11 +02:00
LibM
LibMarkdown
LibPCIDB
LibProtocol
LibPthread AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
LibTextCodec
LibThread LibThread: Uninitialized member variable in Thread, found by Coverity 2020-08-17 09:17:57 +02:00
LibTLS Meta: Fix wrong 'using namespace X' usages 2020-08-23 00:53:16 +02:00
LibUnwind
LibVT WindowServer+LibVT: Convert some dbgprintf() to dbg() 2020-08-18 17:19:52 +02:00
LibWeb LibWeb: InProcessWebView::selected_text() should use the focused frame 2020-08-21 18:58:21 +02:00
LibX86 LibX86: Remove some allocations from Instruction::to_string 2020-08-16 19:38:55 +02:00
CMakeLists.txt Chess: Refactor game logic into LibChess for use in engines 2020-08-21 12:26:30 +02:00