summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-31CircularQueue: Correctly pass args to enqueueLenny Maiorani
2021-01-31CircularDeque: Correctly pass args to enqueueLenny Maiorani
2021-01-31Queue: Correctly pass args to enqueueLenny Maiorani
2021-01-31SinglyLinkedList: Correctly pass args to append, insert_before, insert_afterLenny Maiorani
2021-01-31SinglyLinkedListWithCount: Correctly pass args to append, insert_before, inse...Lenny Maiorani
2021-01-31Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCREDAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-31Inspector: Exit if inspected process has not pledged acceptBrendan Coles
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-30WebContent: Set the main thread name based on the current page hostAndreas Kling
2021-01-30Kernel: Allow changing thread names with the "stdio" promiseAndreas Kling
2021-01-30Browser: Turn on multi-process mode by default :^)Andreas Kling
2021-01-30LibWeb: Don't try to create GUI::TextBox inside multi-process web viewsAndreas Kling
2021-01-30HackStudio: removed toggle_indexMatteo Sozzi
2021-01-30WindowManager: Restore a window's geometry when untiling itetaIneLp
2021-01-30Kernel: Add FIBMAP ioctl to Ext2FileSystemPeter Elliott
2021-01-30LibWeb: URL-encode/escape variables used in OOPWV's crash error pageLinus Groh
2021-01-30Meta: Fix sync-local.sh file checkLinus Groh
2021-01-30LibWeb: Handle WebContent process crashes gracefully :^)Andreas Kling
2021-01-30LibProtocol: Bump download stream buffer to PAGE_SIZEAnotherTest
2021-01-30pro: Use a rolling average for the download rate calculationAnotherTest
2021-01-30WebServer: Stream the downloaded filesAnotherTest
2021-01-30Inspector: Allow browsing inspection data in UI after process exitsBrendan Coles
2021-01-30HackStudio: do not toggle_index in open_projectMatteo Sozzi
2021-01-30LibGUI: Handle Window::hide() during Application teardown betterAndreas Kling
2021-01-30LibELF: Add a bunch of overflow checks in ELF validationAndreas Kling
2021-01-30Revert "Kernel: Return -ENOTDIR for non-directory mount target"Andreas Kling
2021-01-30AK: Allow Checked += Checked, and other such operationsAndreas Kling
2021-01-30Everywhere: Add missing parent window to about dialogsLinus Groh
2021-01-30HexEditor: Fix about dialog iconLinus Groh
2021-01-30SystemMonitor: Handle PCIDB::Database::open() failure gracefullyLinus Groh
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-30LookupServer: Unbreak reverse DNS lookupsAndreas Kling
2021-01-30LookupServer: Be a little more robust in case accept() failsAndreas Kling
2021-01-30LookupServer: Don't create Core::Object on the stackAndreas Kling
2021-01-30LibC: Protect the atexit() handler list when not writing to itAndreas Kling
2021-01-30Kernel: Fix mix-up between MAP_STACK/MAP_ANONYMOUS in prot validationAndreas Kling
2021-01-30Kernel: Remove "has made executable exception for dynamic loader" flagAndreas Kling
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-30LibELF: Avoid quadratic memory usage weaknessBen Wiederhake
2021-01-30LibGfx: Fix dynamic bitmasks in BMPsBen Wiederhake
2021-01-30Lagom/Fuzzers: Recommend enabling UBSan, extend instructionsBen Wiederhake
2021-01-30Lagom: Don't include Shell/main.cppBen Wiederhake
2021-01-30DynamicLoader: load_program_headers use variables to store regions (#5173)Jorropo
2021-01-30Meta: Expect sync-local.sh script at repository rootLinus Groh
2021-01-29Base: Add missing "ß" to DE keymapLinus Groh
2021-01-29Base: Add missing umlauts to DE keymapLinus Groh
2021-01-29Base: Fix missing "£" in GB keymapLinus Groh
2021-01-29Base: Reformat some keymapsLinus Groh
2021-01-29ls: Lazily align the number of hard links in ls output :^)Andreas Kling