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
2020-11-30
Spreadsheet: Implement infinite-scroll for rows
AnotherTest
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-30
Spreadsheet: Force-update the spreadsheet widget after pasting
AnotherTest
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-30
JPGLoader: Remove JPEG fuzz files from the main repository
devashish
2020-11-30
JPGLoader: Use HashMap to store huffman tables
devashish
2020-11-30
LibRegex: Give the bytecode a chance to run when there's no input
AnotherTest
2020-11-30
LibRegex: Fix OOB access in Regex debug print
AnotherTest
2020-11-30
LibJS: Fix crash in Lexer on EOF in unterminated template literal
Linus Groh
2020-11-30
LibRegex: Add bounds check to Lexer::back()
Linus Groh
2020-11-30
LibMarkdown: Reduce debug spam from invalid characters in table headings
Luke
2020-11-30
Lagom/Fuzzers: Add URL fuzzer
Luke
2020-11-30
AK: Fix logic error in urldecode() percent-decoding
Linus Groh
2020-11-30
Terminal: Wait on the utmpupdate process to finish
Tom
2020-11-29
LibWeb: Auto-size table box height to fit all the rows
Andreas Kling
2020-11-29
LibWeb: Allow inline-block boxes to have non-inline children
Andreas Kling
2020-11-29
LibCore: Reduce debug spam from successful gzip decoding
Andreas Kling
2020-11-29
LibWeb: Remove margin/border/padding from inline-block available width
Andreas Kling
2020-11-29
LibGfx: Validate bit depths, and don't assert on invalid color type
Nico Weber
2020-11-29
LibGfx: Make PNGLoader not assert on images with missing chunks
Nico Weber
2020-11-29
LibGfx: Put debug output in PNGLoader behind PNG_DEBUG
Nico Weber
2020-11-29
LibWeb: Resolve percentage width/height of inline-block boxes
Andreas Kling
2020-11-29
LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom()
Linus Groh
2020-11-29
Terminal: Allow the user to configure the maximum history size
AnotherTest
2020-11-29
LibVT: Make terminal scrollback max size configurable
AnotherTest
2020-11-29
LibRegex: Allow syntax characters (except ']') without escapes in classes
AnotherTest
2020-11-29
Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grep
AnotherTest
2020-11-29
LibCore: Do not try to null-terminate a ByteBuffer in read_line()
AnotherTest
2020-11-29
AK: Export ShouldChomp::NoChomp too
AnotherTest
2020-11-29
LibJS: Add a basic implementation of String.prototype.substr()
Andreas Kling
2020-11-29
Meta: Add GitHub Actions workflow for Lagom with Fuzzers
Luke
2020-11-29
LibGfx: gamma_to_linear4 is not a valid constexpr on clang 10 and below
Luke
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-29
Lagom: Mention OSS-Fuzz in ReadMe
Nico Weber
2020-11-29
LibGfx: Don't assert on files ending right before lzw_min_code_size
Nico Weber
2020-11-29
LibGfx: skip zero-width frames
Nico Weber
2020-11-29
LibJS: Constructor function's "prototype" property should be writable
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-29
LibWeb: Abort event handling if underlying layout tree disappears
Andreas Kling
2020-11-29
LibWeb: Allow building partial layout trees
Andreas Kling
2020-11-29
LibWeb: Tweak a comment in Layout::TreeBuilder for accuracy
Andreas Kling
2020-11-29
LibWeb: Allow <svg> layout boxes to have children
Andreas Kling
2020-11-29
Lagom: Add a Shell parser fuzzer
AnotherTest
2020-11-29
Shell: Fix some at_end() bugs and use syntax errors instead of asserting
AnotherTest
2020-11-29
JPGLoader: Move bogus JPEGs to a different directory
devashish
2020-11-29
JPGLoader: Use HashMap instead of Vector for storing components
devashish
2020-11-29
AK: Add missing GenericTraits<u8>
devashish
2020-11-29
LibWeb: Blocks can have non-block (but non-inline) parents
Andreas Kling
2020-11-29
Meta: Add OSS-Fuzz badge to ReadMe.md
Linus Groh
2020-11-29
LibMarkdown: Only consider "!" a special character when followed by "["
Linus Groh
[next]