index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-01
CppLanguageServer: Work with a HashMap of Symbols in each document
Itamar
2021-06-01
LibCpp: Consider declarations inside a function's body
Itamar
2021-06-01
LibSQL: Return an error for empty common table expression lists
Timothy Flynn
2021-06-01
InspectorServer: Remove extraneous curly brackets
Gunnar Beutner
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
2021-06-01
LibWeb: Use correct percent encode set for form submissions
Luke
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
2021-06-01
Meta: Make `serenity.sh` invoke `cmake` when `build.ninja` is missing
Jelle Raaijmakers
2021-06-01
HexEditor: Fix off-by-one bugs in selected text length calculations
Brendan Coles
2021-06-01
AK: Move identity check from URL::operator==() to equals()
Max Wipfli
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
Max Wipfli
2021-06-01
AK: Use correct constness in URL class methods
Max Wipfli
2021-06-01
AK: Enable direct comparsion of Optional<T> and T
Max Wipfli
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-06-01
AK: Rename Utf32CodepointIterator => Utf32CodePointIterator
Andreas Kling
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-06-01
AK: Add hostname parameter to URL::create_with_file_scheme()
Max Wipfli
2021-06-01
LibHTTP: Percent encode/decode request URI
Max Wipfli
2021-06-01
Tests: Add more tests for AK::URL
Max Wipfli
2021-06-01
AK: Rewrite URL::compute_validity() to conform to new parser
Max Wipfli
2021-06-01
AK: Remove deprecated m_path member variable from URL
Max Wipfli
2021-06-01
AK: Replace URL::to_string() with new serialize() implementation
Max Wipfli
2021-06-01
LibWeb: Remove usage of URL::set_path() in FrameLoader
Max Wipfli
2021-06-01
Spreadsheet: Remove usage of URL::set_path()
Max Wipfli
2021-06-01
AK: Replace old URL parser with new URLParser::parse()
Max Wipfli
2021-06-01
AK: Add spec-compliant URL serialization methods
Max Wipfli
2021-06-01
AK: Add a new, spec-compliant URLParser
Max Wipfli
2021-06-01
AK: Add helper functions and private data URL constructor to URL
Max Wipfli
2021-06-01
AK: Add member variables to the URL class
Max Wipfli
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-06-01
AK: Implement more conforming URL percent encode/decode mechanism
Max Wipfli
2021-06-01
AK: Add trim() method to String, StringView and StringUtils
Max Wipfli
2021-06-01
AK: Implement Utf8CodepointIterator::peek(size_t)
Max Wipfli
2021-06-01
AK: Internally rename protocol to scheme in URL
Max Wipfli
2021-06-01
AK: Omit unnecessary function parameter names in URL
Max Wipfli
2021-06-01
basename: Tidy up a little more
Andreas Kling
2021-06-01
basename: Support suffix stripping
Andreas Kling
2021-06-01
LibCore: Add StringView overloads for Core::ArgsParser
Andreas Kling
2021-06-01
Documentation: Add rule about "east const" to CodingStyle.md
Andreas Kling
2021-06-01
Hearts: Fix sorting for pick_low_points_high_value_card
Gunnar Beutner
2021-06-01
Hearts: Prefer to pass high value cards
Gunnar Beutner
2021-06-01
Hearts: Pick better non-matching cards
Gunnar Beutner
2021-06-01
Hearts: Make debugging AI suggestions easier
Gunnar Beutner
2021-06-01
Hearts: Pick better cards when we're the third player
Gunnar Beutner
2021-06-01
Hearts: Pick better lead cards
Gunnar Beutner
2021-06-01
LibPthread: Correct error check in `sem_post` and `sem_wait`
Jelle Raaijmakers
2021-06-01
LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()
Itamar
[next]