summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-08Ports: Add speexdspJulian Offenhäuser
2023-02-08Ports: Add nlohmann-jsonJulian Offenhäuser
2023-02-08Ports: Add flacJulian Offenhäuser
2023-02-08LibC: Add strcasestr()Julian Offenhäuser
2023-02-08Tests/LibVideo: Test to ensure that VP9 reference vector clamping worksZaggy1024
2023-02-08LibVideo/VP9: Clamp motion vectors again in find_mv_refs functionZaggy1024
2023-02-08LibVideo/VP9: Remove magic numbers for the uncompressed ref framesZaggy1024
2023-02-08LibVideo/VP9: Remove debug output from TreeParserZaggy1024
2023-02-08AudioServer: Use `AK::Stream` to serialize mixed samplesTim Schumacher
2023-02-08TelnetServer: Use `AK::Stream` to serialize commandsTim Schumacher
2023-02-08LibTLS: Use `AK::Stream` for serializing TLS packetsTim Schumacher
2023-02-08LibCrypto: Use `AK::Stream` for pretty printing DERTim Schumacher
2023-02-08LibCrypto: Use `ErrorOr` error handling for parsing DERTim Schumacher
2023-02-08LibGfx: Use `AK::Stream` to serialize and deserialize bitmapsTim Schumacher
2023-02-08LibGfx: Propagate errors from serializing bitmapsTim Schumacher
2023-02-08Kernel: Use `AK::Stream` to write packed binary dataTim Schumacher
2023-02-08Kernel: Modernize Error handling when serializing directory entriesTim Schumacher
2023-02-08LibCore: Propagate errors in SecretStringUndefine
2023-02-08Base: Add more emojiXexxa
2023-02-08LibPDF: Construct accented characters with Type1 seac commandRodrigo Tobar
2023-02-08LibPDF: Add infrastructure for accented character glyphsRodrigo Tobar
2023-02-08LibPDF: Turn Glyph into a classRodrigo Tobar
2023-02-08LibPDF: Index Type1 glyphs by name, not char codeRodrigo Tobar
2023-02-08LibGfx: Add the ability to append a Path into anotherRodrigo Tobar
2023-02-08LibPDF: Add placeholders for *flex Type2 commandsRodrigo Tobar
2023-02-08LibPDF: Add char_code -> name mapping functionRodrigo Tobar
2023-02-08LibPDF: Account for other endings of PS1 Encoding arrayRodrigo Tobar
2023-02-08LibPDF: Improve stream parsingRodrigo Tobar
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operationsTimothy Flynn
2023-02-08LibLocale: Propagate OOM from CLDR DateTime Vector and String operationsTimothy Flynn
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR NumberFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from remaining Intl Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.RelativeTimeFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.ListFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.DurationFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.DateTimeFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.NumberFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from PatternPartitionWithSource factoryTimothy Flynn
2023-02-08LibJS: Replace remaining uses of StringBuilder in the Intl namespaceTimothy Flynn
2023-02-08Debugger: Support attaching to a running processItamar
2023-02-08LibDebug: Add static attach() functionItamar
2023-02-08Kernel: Update stored registers in a thread's tracer on SIGSTOPItamar
2023-02-08Kernel: Update registers in tracer when attaching to a stopped threadItamar
2023-02-08Kernel/aarch64: Execute first userspace processTimon Kruiper
2023-02-08Kernel/aarch64: Embed disk image into kernel binaryTimon Kruiper
2023-02-08Kernel/aarch64: Do not dump register state on every page faultTimon Kruiper
2023-02-08Kernel/aarch64: Make register dump output a bit nicerTimon Kruiper
2023-02-08Meta: Allow creating disk image without installing kernel into itTimon Kruiper
2023-02-08Kernel/aarch64: Dump ESR_EL1 in dump_registers and remove backtracingTimon Kruiper
2023-02-08Kernel: Add optional userspace backtrace to Process::crashTimon Kruiper