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
2022-07-15
Kernel/Storage: Declare NVMeNameSpace constructor as private
Liav A
2022-07-15
Kernel: Export both interface type and command set of a StorageDevice
Liav A
2022-07-15
Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers
Liav A
2022-07-15
Kernel/USB: Support UHCI full speed bandwidth reclamation
b14ckcat
2022-07-15
Kernel/Storage: Check IDE error condition under the correct lock
Liav A
2022-07-15
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
Liav A
2022-07-14
Ports: Update libuv to use the right /proc/memstat values
Liav A
2022-07-14
Ports: Update neofetch to use the right /proc/memstat values
Liav A
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-14
Utilities: Add "pledge" utility for launching a sandboxed command
Andreas Kling
2022-07-14
NetworkServer: Use sv suffixes to avoid strlen at runtime
Maciej
2022-07-14
NetworkSettings: Remove warning about reboot
Maciej
2022-07-14
NetworkServer: Disable interface if Enabled = false
Maciej
2022-07-14
NetworkServer: Kill DHCPServer as the first thing done
Maciej
2022-07-14
Browser: Make "Go Home" open a new tab on middle mouse click
networkException
2022-07-14
Browser: Allow opening bookmarks in new tab on middle mouse click
networkException
2022-07-14
Browser: Use OpenInNewTab parameter in on_bookmark_click handler
networkException
2022-07-14
LibGUI: Add button handler for middle mouse clicks
networkException
2022-07-14
LibGUI: Allow specifying the mouse buttons able to press down a button
networkException
2022-07-14
Kernel: Allocate user physical pages instead of supervisor ones for DMA
Liav A
2022-07-14
LibVT: Remove Vector<Kernel::KString> title stack
Liav A
2022-07-14
Kernel: Don't lock the scheduler in ProcFSOverallProcesses::try_generate
Daniel Bertalan
2022-07-14
Base: Remove accidental duplicate file
Filiph Sandström
2022-07-14
LibVT: Show application display name when hovered over, if available
Wuzado
2022-07-14
AK: Use the correct data types in bitap_bitwise()
Ali Mohammad Pur
2022-07-14
Ports: Update serenity-theming use latest commit 2ce930e
djwisdom
2022-07-14
LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.1. Methods' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]
Linus Groh
2022-07-14
LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optional
Linus Groh
2022-07-14
LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.1. URL' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add a stub PolicyContainer struct
Linus Groh
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-14
LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec
Linus Groh
2022-07-14
AK: Add Traits<ByteBuffer>::hash()
Linus Groh
2022-07-14
cp: Implement the granular `--preserve` flag
Tim Schumacher
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2022-07-14
LibCore: Introduce support for optional ArgsParser option values
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-14
LibCore: Don't print optional arguments in ArgsParser help messages
Tim Schumacher
2022-07-13
LibWeb: Fix regexes for XHR
Ankur Sundara
[next]