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
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
2021-06-01
LibGUI: Check that AutocompleteBox's selection row is valid
Itamar
2021-06-01
LibGUI/TreeView: Select parent on collapse
Jelle Raaijmakers
2021-05-31
LibJS: Add left shift & right shift operator support for BigIntegers
Idan Horowitz
2021-05-31
Kernel/ACPI: Sprinkle links to the specification all over
Luke
2021-05-31
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
Nick Miller
2021-05-31
Ports: Add opentyrian and opentyrian-data
Oleg Kosenkov
2021-05-31
Ports: Add Simon Tatham's Puzzle Collection
Egor Ananyin
2021-05-31
Documentation: Add explanation about AHCI locking
Liav A
2021-05-31
lsof: Replace copy with reference in a for loop
Linus Groh
2021-05-31
cal: Remove unused variable declarations
Linus Groh
2021-05-31
Userland: Remove a bunch of unused includes
Linus Groh
2021-05-31
Userland: Avoid a bunch of JsonObject copies
Linus Groh
2021-05-31
SpaceAnalyzer: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
Debugger: Replace printf() with outln()
Linus Groh
2021-05-31
Applets/Network: Replace fprintf(stderr) with dbgln()
Linus Groh
2021-05-31
LibX86: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
LibWeb/WrapperGenerator: Replace a fprintf() with warnln()
Linus Groh
2021-05-31
LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()
Linus Groh
2021-05-31
LibHTTP: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()
Linus Groh
2021-05-31
LibGfx: Replace if constexpr (PNG_DEBUG) printf() with dbgln_if()
Linus Groh
2021-05-31
LibGemini: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
LibCore: Replace fprintf(stderr)/printf() with warnln()/out()
Linus Groh
2021-05-31
LibC: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
AK: Add Formatter<unsigned char[Size]>
Linus Groh
2021-05-31
Kernel: Fix crash when switching to console 5 & 6
Sebastian Zaha
[next]