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-06
ThemeEditor: Make the model derived from ItemListModel
Karol Kosek
2021-09-06
LibGUI: Add Gfx::ColorRole to Variant
Karol Kosek
2021-09-06
FontEditor: Don't loop over all glyphs to find selected one
Mustafa Quraish
2021-09-06
Tests/LibRegex: Decrease the size of the fork chain test
Ali Mohammad Pur
2021-09-06
LibRegex: Make infinite repetitions short-circuit on empty matches
Ali Mohammad Pur
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-06
LibJS: Clean up token constructor and use method instead for identifiers
davidot
2021-09-06
LibJS: Fix that windows style line endings were not ignored or converted
davidot
2021-09-06
Kernel: Use TRY() in sys$getrandom()
Andreas Kling
2021-09-06
Kernel: Tidy up TmpFS and TmpFSInode construction
Andreas Kling
2021-09-06
LibWeb: Make Node.textContent more spec compliant
Luke Wilde
2021-09-06
LibWeb: Implement the (string) replace all operations for Node
Luke Wilde
2021-09-06
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
Luke Wilde
2021-09-06
LibWeb: Add constructors for Text, DocumentFragment and Comment
Luke Wilde
2021-09-06
Kernel: Use TRY() more in process-specific ProcFS code
Andreas Kling
2021-09-06
Kernel: Use TRY() in Graphics::VirtIOGPU::FrameBufferDevice
Andreas Kling
2021-09-06
Kernel: Use TRY() in FramebufferDevice
Andreas Kling
2021-09-06
Kernel: Use TRY() in ISO9660FileSystem
Andreas Kling
2021-09-06
Kernel: Make AddressSpace::add_region() return KResultOr<Region*>
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in Memory::AddressSpace
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel/USB: Tidy up UHCIDescriptorPool construction
Andreas Kling
2021-09-06
Kernel/KCOV: Bring closer to typical SerenityOS coding style
Andreas Kling
2021-09-06
Kernel/USB: Tidy up USB::Transfer construction
Andreas Kling
2021-09-06
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
Andreas Kling
2021-09-06
Kernel: Use TRY() and adopt_nonnull_ref_or_enomem() in AnonymousVMObject
Andreas Kling
2021-09-06
Kernel: Actually share committed CoW pages
Andreas Kling
2021-09-06
Kernel: Make MM.commit_user_physical_pages() return KResultOr
Andreas Kling
2021-09-06
Kernel: Use KResultOr better in ProcessGroup construction
Andreas Kling
2021-09-06
Kernel: Simplify WatchDescription::create()
Andreas Kling
2021-09-06
Kernel: Use TRY() in PTYMultiplexer::open()
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in USB::Hub
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in FileDescription
Andreas Kling
2021-09-06
Kernel: Use TRY() in BlockBasedFileSystem
Andreas Kling
2021-09-06
LibC: Expand region for global destructors when it reaches capacity
Andrew Kaster
2021-09-06
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
Ali Mohammad Pur
2021-09-06
Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJS
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-06
AK: Add OOM-safe ByteBuffer::try_{resize,append,ensure_capacity}() APIs
Ali Mohammad Pur
2021-09-05
LibJS: Use different stack space limit values for with and without ASAN
Linus Groh
2021-09-05
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
Linus Groh
2021-09-05
LibJS: Add ErrorType::CallStackSizeExceeded
Linus Groh
2021-09-05
Tests: Reduce the execution time of the LibC TestQSort test
Brian Gianforcaro
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
RequestServer: Exit early to avoid executing protocol destructors
Brian Gianforcaro
2021-09-05
Documentation: Add Patterns.md
Brian Gianforcaro
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
[next]