summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-02-01LibC: Expose various option variables for later usageLiav A
2021-02-01Kernel: Provide torture tool for invalid memory checksBen Wiederhake
2021-02-01Kernel: Demonstrate crash for invalid pointersBen Wiederhake
2021-02-01Tests: Add Tests/LibGfx/image-decoder testsBrendan Coles
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-02-01LibJS: Use VM::names for Object::invoke() function namesLinus Groh
2021-02-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
2021-02-01Kernel+LibKeyboard: Define the default keymap only in one placeBen Wiederhake
2021-02-01keymap: Unveil path, if one is givenBen Wiederhake
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake
2021-02-01KeyboardMapper: Without arguments, load current keymapBen Wiederhake
2021-02-01LibKeyboard+keymap: Support querying the keymap via commandlineBen Wiederhake
2021-02-01Kernel+LibKeyboard: Enable querying the current keymapBen Wiederhake
2021-02-01LibTextCodec: Avoid duplicate definition of standard encodingsBen Wiederhake
2021-02-01KeyboardMapper: Export keymap not as a byte, but as unicodeBen Wiederhake
2021-02-01KeyboardMapper: Remove duplicate 'save' buttonBen Wiederhake
2021-02-01KeyboardMapper: Make all of the GUI visibleBen Wiederhake
2021-02-01HackStudio: added new directory actionMatteo Sozzi
2021-01-31Userland: Rename PCI slot to PCI device terminologyJean-Baptiste Boric
2021-01-31LibX86: sanity check for Instruction read sizeThomas Mangin
2021-01-31LibLine: Only print ascii characters in caret formAnotherTest
2021-01-31LibWeb: Use URL::to_string_encoded() for the crash error page URL's hrefLinus Groh
2021-01-31LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE contextAndreas Kling
2021-01-31LibELF: Split the DynamicLoader's loading mechanism into two stepsAndreas Kling
2021-01-31LibELF: Assert on multiple calls to DynamicLoader::load_from_image()Andreas Kling
2021-01-31LibELF: Don't validate ELF twice in DynamicLoaderAndreas Kling
2021-01-31LibELF: Call mmap() before constructing the DynamicLoader objectAndreas Kling
2021-01-31LibC: Fix bad error check after open() in dlopen()Andreas 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-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-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-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