summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-13LanguageServers: Only notify client about updated declarationsItamar
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13HackStudio+LibCpp: Include class members in LocatorItamar
2021-04-13LibJS: Array.from mapFn fixes + thisArg supporttuqqu
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-13LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULLBrendan Coles
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13LibGUI: Allow GUI::ProgressBar to have min() == max()Andreas Kling
2021-04-13FileManager: Use a Core::File for the FileOperation pipesAndreas Kling
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling
2021-04-13FileOperation: Add a new helper program for out-of-process file opsAndreas Kling
2021-04-13Keymaps: Add pl keymap (#6282)breakgimme
2021-04-13Shell: flush stderr and stdout when using builtinsjacob gw
2021-04-13Shell: add `type` builtinjacob gw
2021-04-12Kernel: Mark s_syscall_table const so it ends up in ro_data.Brian Gianforcaro
2021-04-12Ports: Link curl against openssl and disable non-blocking I/OGunnar Beutner
2021-04-12Ports: Remove configure option which disables getattrinfo() for curlGunnar Beutner
2021-04-12Ports: Fix for building opensshGunnar Beutner
2021-04-12LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()Gunnar Beutner
2021-04-12LibC: The port numbers returned by getservby*() should be in network byte orderGunnar Beutner
2021-04-12LibC: Validate the len argument for inet_ntop()Gunnar Beutner
2021-04-12LibDebug: Stop parsing unhandled variable typesFalseHonesty
2021-04-12HackStudio: Fix debugger preview for char variablesFalseHonesty
2021-04-12LibDebug+HackStudio: Fix crashes relating to debugger variable previewFalseHonesty
2021-04-12HackStudio: Properly support Debugger's new source root conceptFalseHonesty
2021-04-12Ports: Remove obsolete patches for <limits.h>Gunnar Beutner
2021-04-12Toolchain: Install system headers before building GCCGunnar Beutner
2021-04-12AK: Fix StringView::find_last_of for one-character viewsTimothy Flynn
2021-04-12Browser: Change value of "the latest representable date" for cookiesTimothy Flynn
2021-04-12Browser: Add debug command to dump cookiesTimothy Flynn
2021-04-12Base: Update cookie test page to set some attributesTimothy Flynn
2021-04-12Browser: Process Expires cookie attributeTimothy Flynn
2021-04-12AK: Add a predicate variant of StringView::split_viewTimothy Flynn
2021-04-12LibC: Use dbgln() in strerror() and strsignal()Gunnar Beutner
2021-04-12LibC: Turn CRASH() into a function and add noreturn attributeGunnar Beutner
2021-04-12WindowServer: Fix notification placementValtteri Koskivuori
2021-04-12Meta: Add .vim directory to .gitignoreDavid Isaksson
2021-04-12HackStudio: Allow users to drag and drop files into the editorRickySeverino
2021-04-12Kernel: Replace process' regions vector with a Red Black treeIdan Horowitz
2021-04-12Kernel: Remove old region from process' regions vector before splittingIdan Horowitz
2021-04-12AK: Implement IntrusiveRedBlackTree containerIdan Horowitz
2021-04-12AK: Implement RedBlackTree containerIdan Horowitz
2021-04-12UserspaceEmulator: Improve detection of memory leaksTobias Christiansen
2021-04-12LibWeb: Set border width to zero if style is noneEgor Ananyin
2021-04-12LibWeb: Parse border-style correctlyEgor Ananyin
2021-04-12Documentation: Fix FreeBSD usage of the pkg commandEmil Engler
2021-04-12Base: Fix a few width/height oversights in Marietathankyouverycool
2021-04-12WindowServer: Strip Alt-shortcut marker ('&') when measuring menu textsAndreas Kling
2021-04-12Ports: fallback to pro when curl is not installedPeter Elliott