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-10-24
LibCore: Pop the main Core::EventLoop off the stack when destroyed
Andreas Kling
2021-10-24
LibIPC: Use a zero-delay timer for message processing
Andreas Kling
2021-10-24
LibIPC: Store local endpoint magic in a ConnectionBase member
Andreas Kling
2021-10-24
LibIPC: Move waiting for synchronous responses to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move more of IPC::Connection to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move non-templated parts of IPC::Connection out of line
Andreas Kling
2021-10-24
LibIPC: Add missing <signal.h> include
Andreas Kling
2021-10-24
LibIPC: Add IPC::Stub to forwarding header
Andreas Kling
2021-10-23
Shell: Prevent exponential explosion around '$(('
Ben Wiederhake
2021-10-23
Fuzzing: Update build instructions
Ben Wiederhake
2021-10-23
LibJS: Convert a few TRYs to MUST in RegExp.prototype
Timothy Flynn
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
AK: Don't crash on invalid Base64 input
Ben Wiederhake
2021-10-23
LibJS: Convert Atomics functions to ThrowCompletionOr
Timothy Flynn
2021-10-23
LibJS: Convert typed_array_from to ThrowCompletionOr
Timothy Flynn
2021-10-23
AK: Prevent accidental misuse of BumpAllocator
Ben Wiederhake
2021-10-23
AK: Fix BumpAllocator iteration if last object doesn't align
Ben Wiederhake
2021-10-23
AK: Check consistency during BumpAllocator allocation
Ben Wiederhake
2021-10-23
Kernel/PCI: Remove InterruptDisabler usage
Liav A
2021-10-23
Kernel/PCI: Ensure m_domains is not empty if scanning with memory access
Liav A
2021-10-23
Kernel/PCI: Split Access::rescan_hardware method
Liav A
2021-10-23
Kernel/PCI: Rename Access::scan_pci_domains method
Liav A
2021-10-23
Kernel/PCI: Simplify detect_optimal_access_type function
Liav A
2021-10-23
HackStudio: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-23
TextEditor: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-23
LibWeb: Syntax-highlight CSS within HTML :^)
Sam Atkins
2021-10-23
LibWeb: Implement first draft of CSS syntax highlighting :^)
Sam Atkins
2021-10-23
LibWeb: Record position information in CSS Tokens
Sam Atkins
2021-10-23
LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()
Sam Atkins
2021-10-23
LibWeb: Add spec links to CSS Tokenizer
Sam Atkins
2021-10-23
LibWeb: Implement hashless hex color quirk
Sam Atkins
2021-10-23
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
Sam Atkins
2021-10-23
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
Sam Atkins
2021-10-23
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpExec AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpBuiltinExec AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the MakeIndicesArray AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert DatePrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert DateConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
Idan Horowitz
[prev]
[next]