index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-08
Ports: Add speexdsp
Julian Offenhäuser
2023-02-08
Ports: Add nlohmann-json
Julian Offenhäuser
2023-02-08
Ports: Add flac
Julian Offenhäuser
2023-02-08
LibC: Add strcasestr()
Julian Offenhäuser
2023-02-08
Tests/LibVideo: Test to ensure that VP9 reference vector clamping works
Zaggy1024
2023-02-08
LibVideo/VP9: Clamp motion vectors again in find_mv_refs function
Zaggy1024
2023-02-08
LibVideo/VP9: Remove magic numbers for the uncompressed ref frames
Zaggy1024
2023-02-08
LibVideo/VP9: Remove debug output from TreeParser
Zaggy1024
2023-02-08
AudioServer: Use `AK::Stream` to serialize mixed samples
Tim Schumacher
2023-02-08
TelnetServer: Use `AK::Stream` to serialize commands
Tim Schumacher
2023-02-08
LibTLS: Use `AK::Stream` for serializing TLS packets
Tim Schumacher
2023-02-08
LibCrypto: Use `AK::Stream` for pretty printing DER
Tim Schumacher
2023-02-08
LibCrypto: Use `ErrorOr` error handling for parsing DER
Tim Schumacher
2023-02-08
LibGfx: Use `AK::Stream` to serialize and deserialize bitmaps
Tim Schumacher
2023-02-08
LibGfx: Propagate errors from serializing bitmaps
Tim Schumacher
2023-02-08
Kernel: Use `AK::Stream` to write packed binary data
Tim Schumacher
2023-02-08
Kernel: Modernize Error handling when serializing directory entries
Tim Schumacher
2023-02-08
LibCore: Propagate errors in SecretString
Undefine
2023-02-08
Base: Add more emoji
Xexxa
2023-02-08
LibPDF: Construct accented characters with Type1 seac command
Rodrigo Tobar
2023-02-08
LibPDF: Add infrastructure for accented character glyphs
Rodrigo Tobar
2023-02-08
LibPDF: Turn Glyph into a class
Rodrigo Tobar
2023-02-08
LibPDF: Index Type1 glyphs by name, not char code
Rodrigo Tobar
2023-02-08
LibGfx: Add the ability to append a Path into another
Rodrigo Tobar
2023-02-08
LibPDF: Add placeholders for *flex Type2 commands
Rodrigo Tobar
2023-02-08
LibPDF: Add char_code -> name mapping function
Rodrigo Tobar
2023-02-08
LibPDF: Account for other endings of PS1 Encoding array
Rodrigo Tobar
2023-02-08
LibPDF: Improve stream parsing
Rodrigo Tobar
2023-02-08
LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operations
Timothy Flynn
2023-02-08
LibLocale: Propagate OOM from CLDR DateTime Vector and String operations
Timothy Flynn
2023-02-08
LibJS+LibLocale: Propagate OOM from CLDR NumberFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from remaining Intl Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.RelativeTimeFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.ListFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.DurationFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.DateTimeFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.NumberFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from PatternPartitionWithSource factory
Timothy Flynn
2023-02-08
LibJS: Replace remaining uses of StringBuilder in the Intl namespace
Timothy Flynn
2023-02-08
Debugger: Support attaching to a running process
Itamar
2023-02-08
LibDebug: Add static attach() function
Itamar
2023-02-08
Kernel: Update stored registers in a thread's tracer on SIGSTOP
Itamar
2023-02-08
Kernel: Update registers in tracer when attaching to a stopped thread
Itamar
2023-02-08
Kernel/aarch64: Execute first userspace process
Timon Kruiper
2023-02-08
Kernel/aarch64: Embed disk image into kernel binary
Timon Kruiper
2023-02-08
Kernel/aarch64: Do not dump register state on every page fault
Timon Kruiper
2023-02-08
Kernel/aarch64: Make register dump output a bit nicer
Timon Kruiper
2023-02-08
Meta: Allow creating disk image without installing kernel into it
Timon Kruiper
2023-02-08
Kernel/aarch64: Dump ESR_EL1 in dump_registers and remove backtracing
Timon Kruiper
2023-02-08
Kernel: Add optional userspace backtrace to Process::crash
Timon Kruiper
[next]