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-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
2021-11-10
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
Sam Atkins
2021-11-10
Base: Add CSS `background` test page
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-11-10
LibWeb: Parse `background-attachment` as part of `background` property
Sam Atkins
2021-11-10
LibWeb: Add `background-position` to `background` property
Sam Atkins
2021-11-10
LibWeb: Parse CSS `background-position` property
Sam Atkins
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toJSON
Luke Wilde
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toLocaleString
Luke Wilde
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toString
Luke Wilde
2021-11-10
LibJS: Implement the required AOs for ZonedDateTime stringifiers
Luke Wilde
2021-11-10
LibJS: Add tests for async functions and await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-11-09
LibJS: Mark RoundTemporalInstant as infallible
Luke Wilde
2021-11-09
LibJS: Mark DaysUntil as infallible
Linus Groh
2021-11-09
LibUnicode: Upgrade to CLDR version 40.0.0
Timothy Flynn
2021-11-09
LibUnicode: Parse the CLDR's defaultContent.json locale list
Timothy Flynn
2021-11-09
LibJS: Convert GeneratorObject to ThrowCompletionOr
Idan Horowitz
[next]