summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-04-12Ports: Require less commands in .port_include.shPeter Elliott
2021-04-12LibArchive: Support POSIX.1-1988 tar filesPeter Elliott
2021-04-12Ports: Don't use getaddrinfo for curlPeter Elliott
2021-04-12Userland: Add nproc utilityPeter Elliott
2021-04-12Userland: Add support for -S to env commandPeter Elliott
2021-04-12Meta: Add install-ports CMake targetPeter Elliott
2021-04-12Ports: Add DialogBrendan Coles
2021-04-12LibJS: Memoize failed calls of try_parse_arrow_function_expression()Stephan Unverwerth
2021-04-12Ports: Add GNU libtoolBrendan Coles
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12LibJS: Add Object::get_without_side_effects()Linus Groh
2021-04-12LibWeb: Add Window.parent and fix Window.top attributesLuke
2021-04-12Browser: Process Secure and HttpOnly cookie attributesTimothy Flynn
2021-04-12Browser: Process Path cookie attributeTimothy Flynn
2021-04-12Browser: Process Domain cookie attributeTimothy Flynn
2021-04-12Browser: Process Max-Age cookie attributeTimothy Flynn
2021-04-12Browser: Parse cookie attribute name-value pairsTimothy Flynn
2021-04-12Serendipity: Paint theme agnostic bannerthankyouverycool
2021-04-12Base: Add new sans serif font Marietathankyouverycool
2021-04-12Serendipity: Don't modify tip frame palettethankyouverycool
2021-04-12LibRegex: Generate a 'Compare' op for empty character classesAnotherTest
2021-04-12LibHTTP: Handle running out of input between chunk body and ending CRLFAnotherTest
2021-04-11Meta: Add a link to the SerenityOS Discord server in README.mdAndreas Kling
2021-04-11LibJS: Removed a fixme in a test of BigInt.prototype.valueOftuqqu
2021-04-11AK: Update LexicalPath::relative_path to work for '/' prefixTim Waterhouse