summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-06-01basename: Tidy up a little moreAndreas Kling
2021-06-01basename: Support suffix strippingAndreas Kling
2021-06-01LibCore: Add StringView overloads for Core::ArgsParserAndreas Kling
2021-06-01Documentation: Add rule about "east const" to CodingStyle.mdAndreas Kling
2021-06-01Hearts: Fix sorting for pick_low_points_high_value_cardGunnar Beutner
2021-06-01Hearts: Prefer to pass high value cardsGunnar Beutner
2021-06-01Hearts: Pick better non-matching cardsGunnar Beutner
2021-06-01Hearts: Make debugging AI suggestions easierGunnar Beutner
2021-06-01Hearts: Pick better cards when we're the third playerGunnar Beutner
2021-06-01Hearts: Pick better lead cardsGunnar Beutner
2021-06-01LibPthread: Correct error check in `sem_post` and `sem_wait`Jelle Raaijmakers
2021-06-01LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()Itamar