summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-05AK+LibCompress: Break when seekback copying to a full CircularBufferTim Schumacher
2023-04-05AK: Report copied bytes when seekback copying from CircularBufferTim Schumacher
2023-04-05AK: Properly limit the internal seekback span for CircularBufferTim Schumacher
2023-04-05Tests: Add test for webp lossless decodingNico Weber
2023-04-05LibGfx: Add some support for decoding lossless webp filesNico Weber
2023-04-05LibGfx: Add Bitmap::begin() / Bitmap::end()Nico Weber
2023-04-05LibGfx: Read webp lossless header using LittleEndianInputBitStreamNico Weber
2023-04-05Kernel/NVMeQueue: Use waitqueue in submit_sync_sqePankaj Raghav
2023-04-05Kernel/NVMe: Redesign the tracking of requests in an NVMe QueuePankaj Raghav
2023-04-05Kernel/NVMe: Use an Atomic for command id instead of sq indexPankaj Raghav
2023-04-05Kernel: Mark sys$setpgid as not needing the big lockAndreas Kling
2023-04-05Kernel: Make Credentials the authority on process SIDAndreas Kling
2023-04-05Kernel: Mark sys$setsid as not needing the big lockAndreas Kling
2023-04-05Kernel: Make ProcessGroup a ListedRefCounted and fix two racesAndreas Kling
2023-04-05Kernel: Make SlavePTY store pointer to MasterPTY as NonnullRefPtrAndreas Kling
2023-04-05Kernel: Move Process's TTY pointer into protected dataAndreas Kling
2023-04-05Kernel: Move Process's process group pointer into protected dataAndreas Kling
2023-04-05Kernel: Stop using *LockRefPtr for TTYAndreas Kling
2023-04-05Kernel: Remove ancient InterruptDisabler in sys$setsidAndreas Kling
2023-04-05Kernel: Mark sys$faccessat as not needing the big lockAndreas Kling
2023-04-05LibWeb: Add multipart/form-data demo to formdata.htmlKenneth Myhra
2023-04-05LibWeb: Add FormData support to XHRKenneth Myhra
2023-04-05LibWeb: Add get accessor to internal entry list of FormDataKenneth Myhra
2023-04-05LibWeb: Implement multipart/form-data encoding algorithmKenneth Myhra
2023-04-04LibWeb: Do not use OS error codes in the error callback for file:// URLsTimothy Flynn
2023-04-04LibWeb: Ensure fetch errors set their response types/codes appropriatelyTimothy Flynn
2023-04-04LibCompress: Order branches in Deflate's decode_codes() numericallyNico Weber
2023-04-04LibCompress: Remove a few no-op continue statements in DeflateNico Weber
2023-04-04LibGUI: Open and increment ComboBox ListViews by exact stepsthankyouverycool
2023-04-04LibGUI: Don't hover AbstractView indicies outside visible contentthankyouverycool
2023-04-04LibGUI: Paint Scrollbar buttons with appropriate thread highlightingthankyouverycool
2023-04-04LibGUI: Allow ComboBox windows to intersect Desktop's entire heightthankyouverycool
2023-04-04LibGUI: Remove calculated_min_size() for ListViewsthankyouverycool
2023-04-04Kernel: Mark inode watcher syscalls as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$killpg as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$kill as not needing the big lockAndreas Kling
2023-04-04Kernel: Remove ancient InterruptDisablers in the kill/killpg syscallsAndreas Kling
2023-04-04Kernel: Mark sys$getrusage as not needing the big lockAndreas Kling
2023-04-04Kernel: Make the getsockname/getpeername syscall helper a bit nicerAndreas Kling
2023-04-04Kernel: Make sys$times not use the big lockAndreas Kling
2023-04-04Kernel+Userland: Make some of the POSIX types largerAndreas Kling
2023-04-04Kernel: Mark sys$umask as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigtimedwait as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigpending as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigprocmask as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigsuspend as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigreturn as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$open as not needing the big lockAndreas Kling
2023-04-04Kernel: Use custody_for_dirfd() in more syscallsAndreas Kling
2023-04-04Kernel: Make custody_for_dirfd() fail on files other than directoriesAndreas Kling