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
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
2021-11-10
Kernel: Fix TOCTOU in fstatvfs
Ben Wiederhake
2021-11-10
Ports: Use GNU patch instead of the OpenBSD version
Tim Schumacher
2021-11-10
Utilities: tar: Always create parent directory when extracting
Tim Schumacher
2021-11-10
LibSQL: Implement table joins
Jan de Visser
2021-11-10
LibSQL: Relax assignment rules for Null Values
Jan de Visser
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-11-10
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
Jan de Visser
2021-11-10
LibSQL: Add the 'extend' operation to the Tuple class
Jan de Visser
2021-11-10
LibSQL: Add SQL files to assist in troubleshooting
Jan de Visser
2021-11-10
strace: Interpret errno codes for pointer-like return codes
Ben Wiederhake
2021-11-10
strace: Switch to new flag handler, support more flags
Ben Wiederhake
2021-11-10
strace: Better support for bitflags, show unrecognized flags
Ben Wiederhake
2021-11-10
CMake: Build serenity_lib libraries with a custom SONAME
Tim Schumacher
2021-11-10
CMake: Remove unused serenity_shared_lib function
Tim Schumacher
2021-11-10
FileIconProvider: Add soname libraries to the icon list
Tim Schumacher
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-10
LibCoredump: Restrict library name check when querying symbols
Tim Schumacher
2021-11-10
Emulator: Restrict library name check when querying symbols
Tim Schumacher
2021-11-10
Emulator: Use existing queried library name in load check
Tim Schumacher
2021-11-10
Profiler: Use existing path split when mmapping libraries
Tim Schumacher
2021-11-10
AK: Properly declare inheritance of Bitmap from BitmapView
Ben Wiederhake
2021-11-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-11-10
Everywhere: Remove unused AK/Bitmap includes
Ben Wiederhake
2021-11-10
LibWeb: Parse background-size as part of background shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-size` property
Sam Atkins
2021-11-10
LibWeb: Add BackgroundSizeStyleValue
Sam Atkins
2021-11-10
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
Sam Atkins
2021-11-10
LibWeb: Remove concept of CSS pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
[next]