summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18LibCrypto: Add a checksumming stream wrapperkleines Filmröllchen
2023-05-18LibCrypto: Add generic 8-bit CRCkleines Filmröllchen
2023-05-18LibCrypto: Expose checksum type of ChecksumFunctionkleines Filmröllchen
2023-05-18AK: Account for bit position 8 in bit stream alignmentkleines Filmröllchen
2023-05-18AK: Discard bits from LittleEndianInputBitStream as they are readTimothy Flynn
2023-05-18AK: Add dbg()Nico Weber
2023-05-18LibWeb: Fix "Unsupported main size for flex-basis" spam about calc()Andreas Kling
2023-05-18LibWeb: Use grid item used width as available width during track sizingAliaksandr Kalenik
2023-05-18LibWeb: Remove unitless-length quirk from properties that don't need itSam Atkins
2023-05-18Meta: Build abench on Lagomkleines Filmröllchen
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17LibThreading: Only run on_error callback when action wasn't canceledkleines Filmröllchen
2023-05-17LibCore: Cancel jobs on event loop exitkleines Filmröllchen
2023-05-17CatDog: Stop recognizing name of deleted programBen Wiederhake
2023-05-17LibWeb: Add missing call to Base in VideoTrack::visit_edges()Andreas Kling
2023-05-17LibWeb: Null-check layout node before dereferencing in HTMLVideoElementAndreas Kling
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Ladybird: Move ownership of the JS console/inspector to the tab objectTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Virtualize computing content/widget pointsTimothy Flynn
2023-05-17Ladybird: Remove unused JS console methodsTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-17LibWeb: Add for_each_spanned_track to iterate spanned tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Consider span > 1 while getting available space for items in GFCAliaksandr Kalenik
2023-05-17Meta/ShellCompletions: Use standard Serenity comment stylekleines Filmröllchen
2023-05-17Meta/ShellCompletions: Complete binaries for `run lagom`kleines Filmröllchen
2023-05-17Meta/ShellCompletions: Mention $SERENITY_ARCH in target completionskleines Filmröllchen
2023-05-17Meta/ShellCompletions: Add toolchain completionkleines Filmröllchen
2023-05-17Meta/ShellCompletions: Complete command listkleines Filmröllchen
2023-05-17Kernel: Fix memory mapping size of the BootFramebufferConsoleDaniel Bertalan
2023-05-17Kernel: Flush data cache before passing a buffer to the VC MailboxDaniel Bertalan
2023-05-17Meta: Make `SERENITY_RUN=ci` work with AArch64Daniel Bertalan
2023-05-17Kernel: Add character device driver for the RPi "mini UART" (UART1)Daniel Bertalan
2023-05-17Kernel: Add `RPi::Timer::get_clock_rate()`Daniel Bertalan
2023-05-17Kernel: Add RPi Watchdog and use it for system shutdownDaniel Bertalan
2023-05-17Kernel: Unify x86-64 and AArch64 `__panic` implementationDaniel Bertalan
2023-05-17LibWeb: Remove borders from TemporaryTrack in GFCAliaksandr Kalenik
2023-05-17tar: Wire up compressing .tar files with LZMATim Schumacher
2023-05-17LibCompress: Add a lot of debug logging to LZMATim Schumacher
2023-05-17Tests: Add an LZMA roundtrip compression testTim Schumacher
2023-05-17LibCompress: Add an LZMA encoderTim Schumacher
2023-05-17LibCompress: Use the variable for LZMA "normalized to real distance"Tim Schumacher
2023-05-17LibCompress: Decode the LZMA match type in a separate functionTim Schumacher
2023-05-17LibCompress: Make LzmaHeader a POD-like typeTim Schumacher
2023-05-17LibCompress: Extract the LZMA state to a separate classTim Schumacher
2023-05-17AK: Add `CircularBuffer::find_copy_in_seekback()`Tim Schumacher
2023-05-17AK: Add `count_required_bits`Tim Schumacher
2023-05-17Ports: Update Ruby to version 3.2.2Tim Schumacher
2023-05-17Kernel: Alias `_SC_PAGE_SIZE` to `_SC_PAGESIZE`Tim Schumacher
2023-05-17Meta: Only enable the SPICE server when using the SPICE displayTim Schumacher