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-10
Kernel/CommandLine: Verify ACPI feature level cannot have invalid string
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-09-10
AK: Only try and get the Processor::current_id when it was initialized
Idan Horowitz
2021-09-10
Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR
Idan Horowitz
2021-09-10
HexEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor/FileArgument: Remove file existance check for early exit
Mustafa Quraish
2021-09-10
PDFViewer: Open CLI files through FileSystemAccessServer without prompt
Mustafa Quraish
2021-09-10
LibFileSystemAccessClient: Convert request paths to absolute if needed
Mustafa Quraish
2021-09-10
FileSystemAccessServer: Allow read-only access without prompting
Mustafa Quraish
2021-09-10
Documentation: Tweak IntrusiveList example to reflect new API
Ali Mohammad Pur
2021-09-10
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
Ali Mohammad Pur
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-10
AK: Mark HashTable::size_in_bytes() as constexpr
Hendiadyoin1
2021-09-10
AK: Add OOM safe interface to HashTable/Map
Hediadyoin1
2021-09-10
Documentation: Clarify Windows build instructions
Sam Atkins
2021-09-10
LibDebug: Use the first memory segment of a library as the ELF's base
Itamar
2021-09-10
AK: Remove a redundant double find-call in HashMap::ensure
Idan Horowitz
2021-09-10
CI: Add statement to ensure workflow runs only on serenity
Rodolfo Olivieri
2021-09-10
Kernel: Fix null dereference in IPv4Socket::receive_packet_buffered()
Andreas Kling
2021-09-10
LibWeb: Make "top-level browsing context" concept more spec-compliant
Andreas Kling
2021-09-09
LibJS: Make default_merge_fields() {additional_,}fields Object a const&
Linus Groh
2021-09-09
LibJS: Make resolve_iso_month() fields Object a const&
Linus Groh
2021-09-09
LibJS: Make Temporal foo_from_fields() AO field/options Object a const*
Linus Groh
2021-09-09
LibJS: Make prepare_temporal_fields() fields Object a const&
Linus Groh
2021-09-09
LibJS: Make to_temporal_time_record() time like Object a const&
Linus Groh
2021-09-09
LibJS: Make to_temporal_duration_record() time like Object a const&
Linus Groh
2021-09-09
LibJS: Make Temporal to_foo() AO normalized_options Object a const&
Linus Groh
2021-09-09
LibJS: Make get_string_or_number_option() options Object a const&
Linus Groh
2021-09-09
LibJS: Make get_option() options Object a const&
Linus Groh
2021-09-09
LibJS: Store Instant's and ZonedDateTime's m_nanoseconds as a const&
Linus Groh
2021-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-09-10
HackStudio: Reuse TextDocument::is_modified()
Karol Kosek
2021-09-10
LibC: Define RLIM_NLIMITS constant
Rodrigo Tobar
2021-09-09
Ports: Update libarchive to v3.5.2
Ken Herner
2021-09-09
Ports: Disable IPV6 in OpenSSL
Ken Herner
2021-09-09
LibC: Make remove() propagate non-EISDIR unlink() errors
Andreas Kling
2021-09-09
LibWeb: Make HTMLScriptElement create and run ClassicScripts
Andreas Kling
2021-09-09
LibWeb: Implement the "create" and "run" methods of ClassicScript
Andreas Kling
2021-09-09
LibJS: Implement the ParseScript AO (as JS::Script::parse())
Andreas Kling
2021-09-09
LibWeb: Annotate HTMLScriptElement::execute_script() with spec comments
Andreas Kling
2021-09-09
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Start working on spec-aligned HTML scripting semantics
Andreas Kling
2021-09-09
LibJS: Start adding a JS::Script class (spec's "Script Record")
Andreas Kling
2021-09-09
Build: Add -fno-delete-null-pointer-checks
Andreas Kling
2021-09-09
LibC: Remove a bunch of pointless `rc` temporaries in stdio.cpp
Andreas Kling
2021-09-09
LibWeb: Make DOM::Window store its associated document in a WeakPtr
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
[next]