ladybird/Userland/Libraries
Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
This allows us to support parsing and serializing BigIntegers to and
from any base N (such that 2 <= N <= 36).
2021-06-29 16:55:54 +01:00
..
LibArchive
LibAudio LibAudio: Implement a basic FLAC loader 2021-06-25 20:48:14 +04:30
LibC LibC: Add struct keyword to FBRects.rects to make it C compiler safe 2021-06-29 10:04:29 +02:00
LibCards LibCards: Support non-alternating colour patience games 2021-06-24 10:32:53 +02:00
LibChess LibChess: Compact the Defenitions of various chess related types 2021-06-22 23:09:42 +02:00
LibCompress
LibCore LibCore: Add InputFileStream::seek 2021-06-25 20:48:14 +04:30
LibCoreDump Userland: Add more TODO()s for arch-specific code 2021-06-24 09:27:13 +02:00
LibCpp LibCpp: Update Parser test data after Type=>NamedType change 2021-06-29 00:07:19 +04:30
LibCrypt
LibCrypto LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 2021-06-29 16:55:54 +01:00
LibDebug Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 2021-06-27 15:46:42 +02:00
LibDesktop LibDesktop: Add spawn() to AppFiles 2021-06-28 16:29:02 +02:00
LibDiff
LibDl
LibELF LibELF: Don't validate PT_LOAD alignment in ET_CORE files 2021-06-29 10:43:58 +02:00
LibGemini
LibGfx LibGfx: Don't constexpr functions returning Strings 2021-06-24 17:35:49 +04:30
LibGL
LibGUI AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
LibHTTP LibHTTP: Relax the finish_up() "must be called once" limitation a bit 2021-06-29 01:57:16 +04:30
LibImageDecoderClient Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
LibIMAP
LibIPC Userland: Disambiguate dependent types 2021-06-24 17:35:49 +04:30
LibJS LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 2021-06-29 16:55:54 +01:00
LibKeyboard AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
LibLine LibLine: Recalculate the origin on resize 2021-06-23 19:04:08 +02:00
LibM
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread Userland: Add more TODO()s for arch-specific code 2021-06-24 09:27:13 +02:00
LibRegex Userland: Replace VERIFY(is<T>) with verify_cast<T> 2021-06-24 21:13:09 +02:00
LibSanitizer LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first print 2021-06-29 07:17:34 +04:30
LibSQL LibSQL: Make lexer and parser more standard SQL compliant 2021-06-24 00:36:53 +02:00
LibSymbolication LibSymbolication: Fix incorrect argument type for symbolicate() 2021-06-24 09:27:13 +02:00
LibSyntax
LibSystem
LibTest
LibTextCodec LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encoding 2021-06-23 16:32:47 +01:00
LibThreading
LibTLS LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 2021-06-29 16:55:54 +01:00
LibTTF
LibUSBDB LibUSBDB: Fix vendor id decoding 2021-06-18 19:41:25 +04:30
LibVideo
LibVT LibVT: Paste full path when dropping file on widget 2021-06-29 00:23:40 +04:30
LibWasm AK: Undo bogus Variant::downcast() rename 2021-06-26 21:27:58 +02:00
LibWeb AK+Spreadsheet+LibWeb: Remove JsonObject::get_or() 2021-06-29 13:18:03 +02:00
LibWebSocket
LibX86
CMakeLists.txt Userland/Libraries: Add LibUSBDB library 2021-06-18 17:04:57 +04:30