index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-04-25
Ports: Fix building openssh
Gunnar Beutner
2021-04-24
LibJS: Use linusg@serenityos.org for my new copyright headers, too
Linus Groh
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
Linus Groh
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-24
LibJS: Temporarily clear exception in Object::get_without_side_effects()
Linus Groh
2021-04-24
LibJS: Add TemporaryClearException helper class
Linus Groh
2021-04-24
LibJS: Remove stray '%' from MemberExpression AST dump
Andreas Kling
2021-04-24
LibGUI: Remove some unused cruft from GUI::IconView
Andreas Kling
2021-04-24
LibGUI: Prevent a Painter's clip_rect from being outside of its target
Mart G
2021-04-24
LibSQL: Parse ALTER TABLE statement
Timothy Flynn
2021-04-24
LibSQL: Parse UPDATE statement
Timothy Flynn
2021-04-24
LibSQL: Parse INSERT statement
Timothy Flynn
2021-04-24
LibSQL: Add missing forward declarations
Timothy Flynn
2021-04-24
Utilities: Add pathchk
Brendan Coles
2021-04-23
LibELF: Avoid calculating symbol hashes when we don't need them
Gunnar Beutner
2021-04-23
UE+LibX86: Support bigger reads and writes
Hendiadyoin1
2021-04-23
LibX86: Add basic u128 and u256 constainers
Hendiadyoin1
2021-04-23
LibSQL: Parse IN / NOT IN expressions with a nested SELECT statement
Timothy Flynn
2021-04-23
LibSQL: Parse common-table-expressions with a nested SELECT statement
Timothy Flynn
2021-04-23
LibSQL: Parse CREATE TABLE statements with a nested SELECT statement
Timothy Flynn
2021-04-23
LibSQL: Parse EXISTS expressions
Timothy Flynn
2021-04-23
LibSQL: Parse terminating semi-colon in top-level statement parser
Timothy Flynn
2021-04-23
LibSQL: Add Parser::parse_schema_and_table_name helper
Timothy Flynn
2021-04-23
LibSQL: Add Parser::parse_comma_separated_list helper
Timothy Flynn
2021-04-23
LibSQL: Fix handling of optional AS keywords
Timothy Flynn
2021-04-23
LibRegex: Put to dbgln()s behind REGEX_DEBUG
Linus Groh
2021-04-23
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
Linus Groh
2021-04-23
LibJS/Tests: Remove fileName and lineNumber args from ExpectationError
Linus Groh
2021-04-23
LibJS/Tests: Improve expectation error details
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()
Andreas Kling
2021-04-23
LibTLS: Call the read hooks after processing messages too
Ali Mohammad Pur
2021-04-23
LibGfx+FontEditor: Account for raw width when painting glyphs
thankyouverycool
2021-04-23
LibGUI: Allow bypassing hook when setting SpinBox range
thankyouverycool
2021-04-23
LibRegex: Implement multiline stateful matches
Ali Mohammad Pur
2021-04-23
LibRegex: Do not attempt to find more matches when one match is needed
Ali Mohammad Pur
2021-04-23
LibJS: Use the match's global offset for 'index' in RegExp.exec()
Ali Mohammad Pur
2021-04-23
LibM: Add more macros; increase precision of existing macros
Matthew Olsson
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
2021-04-22
LibWeb: Implement document.applets
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
LibWeb: Allow IDL interfaces to override get_by_index()
Andreas Kling
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
LibWeb: Improve fallback font selection
Simon Danner
[next]