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
2021-11-11
Base: Document readonly atexit mitigation
Ben Wiederhake
2021-11-11
Documentation: Update Debian dependency list
Ben Wiederhake
2021-11-11
LibGfx: Include Vector.h in PNGLoader.cpp
Timothy Flynn
2021-11-11
LibGfx: Remove now-unused load_gif_from_memory()
Andreas Kling
2021-11-11
LibGfx: Use ImageDecoder in Bitmap::try_load_from_fd_and_close()
Andreas Kling
2021-11-11
LibGfx: Remove load_FORMAT() image codec wrappers
Andreas Kling
2021-11-11
Tests/LibGfx: Actually test image decoders in TestImageDecoder
Andreas Kling
2021-11-11
Utilities: cut: Implement field-based cutting
Tim Schumacher
2021-11-11
Utilities: cut: Split up into file and line processing
Tim Schumacher
2021-11-11
Utilities: cut: Work exclusively with ranges
Tim Schumacher
2021-11-11
Utilities: cut: Move string splitting into expand_list
Tim Schumacher
2021-11-11
Utilities: cut: Migrate to ArgsParser
Tim Schumacher
2021-11-11
LibWasm: Fix broken build after merging un-rebased Validator changes
Andreas Kling
2021-11-11
LibC: Avoid unnecessary mprotect during program finalization
Ben Wiederhake
2021-11-11
LibC: Track capacity in terms of AtExitEntry's, not bytes
Ben Wiederhake
2021-11-11
LibC: Avoid unnecessary mprotect during program initialization
Ben Wiederhake
2021-11-11
LibWeb: Implement WebAssembly::validate()
Ali Mohammad Pur
2021-11-11
LibWasm: Remove traps caught by validation
Ali Mohammad Pur
2021-11-11
LibWasm: Implement module validation
Ali Mohammad Pur
2021-11-11
LibWasm: Make opcode definitions enumerable through a macro
Ali Mohammad Pur
2021-11-11
Meta: Update WebAssembly testsuite branch name
Ali Mohammad Pur
2021-11-11
LibDSP: Optimize note processing
kleines Filmröllchen
2021-11-11
LibDSP: Move to constexpr wherever possible
kleines Filmröllchen
2021-11-11
LibDSP: Clean up ProcessorParameter header
kleines Filmröllchen
2021-11-11
AK: Allow to clear HashTables/Maps with capacity
Hendiadyoin1
2021-11-10
Solitaire: Fix 3 card draw from reversing after an undo
Camron
2021-11-11
LibCrypto: Pass AK::Bytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-11
Kernel/Ext2FS: Propagate HashMap errors instead of panicking
Andreas Kling
2021-11-11
AK: Make HashTable and HashMap try_* functions return ErrorOr<T>
Andreas Kling
2021-11-11
LibJS: Add missing (void) to handle [[nodiscard]] TRY() result
Linus Groh
2021-11-10
LibJS: Implement the rest of to_temporal_month_day()
Linus Groh
2021-11-10
LibJS: Rename ZonedDateTime's MatchBehavior enum members to match spec
Linus Groh
2021-11-10
Kernel/Ext2FS: Propagate errors from block list computation functions
Andreas Kling
2021-11-10
Kernel: Propagate Vector append errors in two places in Ext2FS
Andreas Kling
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.h
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
LibWeb: Make property_initial_value() return a NonnullRefPtr
Sam Atkins
2021-11-10
LibWeb: Ensure that CSS initial values are always valid :^)
Sam Atkins
2021-11-10
LibWeb: Allow `none` value for `transform` property
Sam Atkins
2021-11-10
LibWeb: Add initial values for all CSS properties
Sam Atkins
2021-11-10
LibWeb: Add initial values and longhands to `background` definition
Sam Atkins
2021-11-10
LibWeb: Correct initial values in Properties.json
Sam Atkins
2021-11-10
LibJS: Remove left-over debug assertion from the Await AO
Idan Horowitz
2021-11-10
LibJS: Do not parse async methods with a new line after the "async"
Idan Horowitz
2021-11-10
Kernel: Make (f)statvfs report filesystem ID correctly
Ben Wiederhake
[next]