summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-15LibWeb: Add definitions from '2.2.5 Requests' in the Fetch specLinus Groh
2022-07-15LibWeb: Add a couple of missing includes to Fetch's Headers.hLinus Groh
2022-07-15LibWeb: Mark Origin::serialize() as constLinus Groh
2022-07-15LibWeb: Remove weird is_undefined_or_auto() helper in FFCAndreas Kling
2022-07-15LibWeb: Update flex line "remaining free space" when finishedAndreas Kling
2022-07-15LibGUI: Apply more padding to text on tabsnetworkException
2022-07-15Kernel: Add some inline capacity to find_regions_intersectingHendiadyoin1
2022-07-15Kernel: Try to set [cm]time in Inode::did_modify_contentsHendiadyoin1
2022-07-15Kernel: Handle multiple regions in sys$msyncHendiadyoin1
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-07-15Kernel: Use find_last_split_view to get the executable name in do_execHendiadyoin1
2022-07-15AK: Add a helper to get the last split-groupHendiadyoin1
2022-07-15LibIPC: Retry post_message write on EAGAIN and yieldFrHun
2022-07-15LibCore: InspectorServerConnection send responses with multiple writesFrHun
2022-07-15WidgetGallery: Make inspectableFrHun
2022-07-15LibGUI: Sync ColorPicker's color slider with other color widgetsCodeforEvolution
2022-07-15Ports: Make libmpg123 compile againkleines Filmröllchen
2022-07-15KeyboardSettings: Improve KeymapDialog layoutFrHun
2022-07-15Applications: Make settings outer margins and spacing consistentFrHun
2022-07-15PixelPaint: Tweak FilterGallery layoutFrHun
2022-07-15CrashReporter: Tweak layoutFrHun
2022-07-15Taskbar: Center buttons again by fixing marginsFrHun
2022-07-15LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditorLucas CHOLLET
2022-07-15LibGUI: Add a helper for VerticalDirectionLucas CHOLLET
2022-07-15LibGUI: Explicitly default initialize class membersLucas CHOLLET
2022-07-15LibJS: Allow specifying keyword values not directly defined for a localeTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default calendarsTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default numbering systemsTimothy Flynn
2022-07-15LibUnicode: Remove obsolete Unicode::get_default_number_systemTimothy Flynn
2022-07-15LibJS: Remove hard-coded lists of collation typesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup locale-preferred keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup available keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate available values for the keywords co, kf, kn, hcTimothy Flynn
2022-07-15Userland: Introduce the lsblk utility to show list of storage devicesLiav A
2022-07-15Kernel/SysFS: Add /sys/devices/storage directoryLiav A
2022-07-15Kernel/Devices: Add two protected methods for DeviceManagement functionsLiav A
2022-07-15Kernel: Declare BlockDevice::is_block_device method protectedLiav A
2022-07-15Kernel/SysFS: Adapt USB plug code to work with SysFS patternsLiav A
2022-07-15Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as finalLiav A
2022-07-15Kernel/SysFS: Reduce the responsibilities of the Registry objectLiav A
2022-07-15Kernel/SysFS: Add Symbolic link functionality to the filesystemLiav A
2022-07-15Kernel/SysFS: Add two methods related to relative paths for componentsLiav A
2022-07-15Kernel/Storage: Add LUN address to each StorageDeviceLiav A
2022-07-15Kernel/Storage: Declare NVMeNameSpace constructor as privateLiav A
2022-07-15Kernel: Export both interface type and command set of a StorageDeviceLiav A
2022-07-15Kernel/SysFS: Rename Devices code folder => DeviceIdentifiersLiav A
2022-07-15Kernel/USB: Support UHCI full speed bandwidth reclamationb14ckcat
2022-07-15Kernel/Storage: Check IDE error condition under the correct lockLiav A
2022-07-15Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible methodLiav A
2022-07-14Ports: Update libuv to use the right /proc/memstat valuesLiav A