summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-02SoundPlayer: Fix playback slider page steppingNick Miller
2021-06-02Profiler: Fix loading profiles which previously would crash the profilerGunnar Beutner
2021-06-02Meta: Remove duplicated ensure_toolchain from serenity.shLinus Groh
2021-06-02LibJS: Fix indendation in CMakeLists.txtLinus Groh
2021-06-01Kernel: Handle OOM of file system in sys$mountBrian Gianforcaro
2021-06-01Kernel: Move ProcFS API towards OOM safetyBrian Gianforcaro
2021-06-01Kernel: Move TmpFS towards OOM safetyBrian Gianforcaro
2021-06-01Kernel: Move DevFS APIs towards OOM safetyBrian Gianforcaro
2021-06-01Kernel: Make AnonymousFile::create API OOM safeBrian Gianforcaro
2021-06-01md: Improve document parsing error messageLinus Groh
2021-06-01Userland: Return 1 when help text is shown for insufficient argsLinus Groh
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-06-01CppLanguageServer: Work with a HashMap of Symbols in each documentItamar
2021-06-01LibCpp: Consider declarations inside a function's bodyItamar
2021-06-01LibSQL: Return an error for empty common table expression listsTimothy Flynn
2021-06-01InspectorServer: Remove extraneous curly bracketsGunnar Beutner
2021-06-01Kernel: Dont try to register ephemeral TCP ports twicestelar7
2021-06-01LibWeb: Use correct percent encode set for form submissionsLuke
2021-06-01AK+Everywhere: Fix compiletime format parsing of replacement fieldsAli Mohammad Pur
2021-06-01AK: Strip leading/trailing C0-control-or-space in URLs correctlyAndreas Kling
2021-06-01Meta: Make `serenity.sh` invoke `cmake` when `build.ninja` is missingJelle Raaijmakers
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-06-01AK: Move identity check from URL::operator==() to equals()Max Wipfli
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli
2021-06-01AK: Use correct constness in URL class methodsMax Wipfli
2021-06-01AK: Enable direct comparsion of Optional<T> and TMax Wipfli
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-06-01AK: Rename Utf32CodepointIterator => Utf32CodePointIteratorAndreas Kling
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-06-01AK: Add hostname parameter to URL::create_with_file_scheme()Max Wipfli
2021-06-01LibHTTP: Percent encode/decode request URIMax Wipfli
2021-06-01Tests: Add more tests for AK::URLMax Wipfli
2021-06-01AK: Rewrite URL::compute_validity() to conform to new parserMax Wipfli
2021-06-01AK: Remove deprecated m_path member variable from URLMax Wipfli
2021-06-01AK: Replace URL::to_string() with new serialize() implementationMax Wipfli
2021-06-01LibWeb: Remove usage of URL::set_path() in FrameLoaderMax Wipfli
2021-06-01Spreadsheet: Remove usage of URL::set_path()Max Wipfli
2021-06-01AK: Replace old URL parser with new URLParser::parse()Max Wipfli
2021-06-01AK: Add spec-compliant URL serialization methodsMax Wipfli
2021-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-06-01AK: Add helper functions and private data URL constructor to URLMax Wipfli
2021-06-01AK: Add member variables to the URL classMax Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-06-01AK: Implement more conforming URL percent encode/decode mechanismMax Wipfli
2021-06-01AK: Add trim() method to String, StringView and StringUtilsMax Wipfli
2021-06-01AK: Implement Utf8CodepointIterator::peek(size_t)Max Wipfli
2021-06-01AK: Internally rename protocol to scheme in URLMax Wipfli
2021-06-01AK: Omit unnecessary function parameter names in URLMax Wipfli