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-09-16
LibCrypto: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibELF: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
Brian Gianforcaro
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
AK: Reduce the scope of fraction_string to where it's needed
Brian Gianforcaro
2021-09-16
AK: Use default constructor/destructor instead of declaring an empty one
Brian Gianforcaro
2021-09-16
PixelPaint: Tweak layer/tool properties widget heights
Marcus Nilsson
2021-09-16
PixelPaint: Don't select the same layer twice in LayerListWidget
Marcus Nilsson
2021-09-16
PixelPaint: Don't update ImageEditor in set_active_layer()
Marcus Nilsson
2021-09-16
ThemeEditor: Save theme metrics and paths to file
Karol Kosek
2021-09-16
LibGfx: Enumerate metric theme roles
Karol Kosek
2021-09-16
LibGfx: Add support for enumerating by Metric and Path roles
Karol Kosek
2021-09-16
Kernel: Weakly hold on to the file in LocalSocket
sin-ack
2021-09-16
Kernel: Drop the receive buffer when socket enters the TimeWait state
sin-ack
2021-09-16
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-16
Ports: Add a gawk port
Tim Schumacher
2021-09-16
LibC: Implement mbsinit and mbrtowc
Tim Schumacher
2021-09-16
LibC: Implement btowc()
Tim Schumacher
2021-09-16
LibC: Stub out a bunch of wchar functions
Tim Schumacher
2021-09-16
LibC: Define ptrdiff_t limits
Tim Schumacher
2021-09-16
LibC: Provide a dummy mbstate_t in wchar.h
Tim Schumacher
2021-09-16
LibC: Implement CODESET for langinfo
Tim Schumacher
2021-09-16
LibJS: Convert PlainMonthDay AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert PlainTime AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert TimeZone AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Change GetISOPartsFromEpoch's return type to ISODateTime
Idan Horowitz
2021-09-16
LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
Idan Horowitz
2021-09-16
Revert "LibTLS: Close the underlying socket on EOF"
Brian Gianforcaro
2021-09-16
LibJS: Fix Clang Toolchain CI build
Brian Gianforcaro
2021-09-16
LibWeb: Don't dump full data URLs in ResourceLoader logging
Andreas Kling
2021-09-16
LibWeb: Add fast_is<HTMLTemplateElement>()
Andreas Kling
2021-09-16
LibWeb: Move Attribute into the DOM namespace
Andreas Kling
2021-09-15
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in get_function_realm()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in species_constructor()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in create_list_from_array_like()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in require_object_coercible()
Linus Groh
2021-09-15
LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template
Linus Groh
2021-09-15
AK: Rename the local variable in the TRY() macro to avoid name clashes
Linus Groh
2021-09-15
LibTLS: Increase the maximum socket read size to 4MiB
Ali Mohammad Pur
2021-09-15
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-15
LibWeb: Avoid setting definite {width,height} when "auto" is specified
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Somewhat suppport "align-items"
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Make step 11 of the layout algorithm more align aware
Tobias Christiansen
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-09-15
Meta: Make QtCreator aware of all CMake files
Ben Wiederhake
2021-09-15
Kernel: Use move semantics in sys$sendfd()
Andreas Kling
2021-09-15
LibWeb: Support "c" and "C" curves in SVG <path> data
Andreas Kling
[next]