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-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
2021-05-31
AK: Guard inline assembly with ARCH(I386) and provide alternative
Andrew Kaster
2021-05-31
LibGfx: Make JPGLoader iterate components deterministically
sin-ack
2021-05-31
LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"
Luke
2021-05-31
LibGL: Use Texture Units in Rasterizer and Context
Jesse Buhagiar
2021-05-31
LibGL: Implement glActiveTexture
Jesse Buhagiar
2021-05-31
LibGL: Implement basic texture units
Jesse Buhagiar
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-31
Lagom/Fuzzers: Add SQL parser fuzzer
Luke
2021-05-31
Spreadsheet: Keep value when clicking out of a cell
Brandon Hamilton
2021-05-31
LibELF: Support weak symbols when using BIND_NOW
Gunnar Beutner
2021-05-31
CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find it
Brian Gianforcaro
2021-05-31
Kernel: Add KString::must_{..} factory methods
Brian Gianforcaro
2021-05-31
AK: Remove the m_length member for StringBuilder
Gunnar Beutner
2021-05-31
AK: Fix accidentally-quadratic behavior in StringBuilder
Gunnar Beutner
2021-05-31
AK: Use ByteBuffer::append for the StringBuilder class
Gunnar Beutner
2021-05-31
AK: Split the ByteBuffer::trim method into two methods
Gunnar Beutner
2021-05-31
AK: Remove the public ByteBuffer::trim method
Gunnar Beutner
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-31
CMake: Verify the GCC host version is new enough to build serenity
Brian Gianforcaro
2021-05-31
AK: Handle LEB128 encoded values that are too large for the result type
Andrew Kaster
2021-05-31
AK: Add tests for LEB128 decoder
Andrew Kaster
2021-05-31
LibWeb: Return null in Window.{top,parent} if browsing context is null
Luke
2021-05-31
LibELF + LibDebug: Reduce allocations during symbolification
Brian Gianforcaro
2021-05-31
Kernel: Move CommandLine API to use AK::StringView instead of AK::String
Brian Gianforcaro
2021-05-31
Documentation: Remove outdated info about `pls` from build instructions
Andreas Kling
2021-05-30
Toolchain: Remove dependency check for texinfo
Gunnar Beutner
2021-05-30
pls: Fix typo in TERM environment variable propagation
Andreas Kling
2021-05-30
pls: Drastically simplify this program
Andreas Kling
2021-05-30
Revert "AK: Fix accidentally-quadratic behavior in StringBuilder"
Ben Wiederhake
2021-05-31
LibCrypto: Fix bound checks when reading bitmaps
Ben Wiederhake
2021-05-30
Kernel: Unnamed regions still need a null-terminator in core dumps
Andreas Kling
2021-05-30
AK: Honor variable precision argument when formatting
Tim Schumacher
2021-05-30
LibC: Don't clear errno on success
Tim Schumacher
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
[next]