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
2022-02-10
LibSQL: Do not crash when SELECTing from an empty table
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
Timothy Flynn
2022-02-10
LibSQL: Remove now-unused SQLResult class
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Return the new Result class from statement executions
Timothy Flynn
2022-02-10
LibSQL: Add a new Result class to replace SQLResult
Timothy Flynn
2022-02-10
LibSQL: Do not return copies of vectors from table/index definitions
Timothy Flynn
2022-02-10
LibSoftGPU: Dispatch based on ClipPlane enum at compile-time
Lenny Maiorani
2022-02-10
Base+HackStudio: Add or insert missing icons
electrikmilk
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.call
Luke Wilde
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.apply
Luke Wilde
2022-02-09
LibJS: Implement Function.prototype.bind() according to the spec :^)
Linus Groh
2022-02-09
LibJS: Add FunctionObject constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Add Object constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Remove unused BoundFunction::m_constructor_prototype
Linus Groh
2022-02-09
LibRegex: Only skip full instructions when optimizing alternations
Ali Mohammad Pur
2022-02-09
LibJS: Implement Sets using Maps
Ali Mohammad Pur
2022-02-09
LibJS: Make Map iterators independent of the underlying hashmap
Ali Mohammad Pur
2022-02-09
LibHTTP: Skip the body when response code is 204
Ali Mohammad Pur
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-02-09
LibWeb: Paint box-shadows more efficiently
Sam Atkins
2022-02-09
LibC: Remove debug spam in getaddrinfo()
Andreas Kling
2022-02-09
LibWeb: Add initial implementation for WorkerGlobalScope
Andrew Kaster
2022-02-09
LibSQL: Update list of expected statements
Daniel van Gerpen
2022-02-09
LibWeb: Do not set Content-Length headers twice for POST requests
Brian Gianforcaro
2022-02-09
LibWeb: Don't fill or stroke SVG <path> with transparent color
Andreas Kling
2022-02-09
LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)
Linus Groh
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-09
LibJS: Convert get_iana_time_zone_epoch_value() to MarkedVector<BigInt*>
Linus Groh
2022-02-09
LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>
Linus Groh
2022-02-09
LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + Value
Linus Groh
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-09
LibGUI: Add TextEditor::force_rehighlight() method
Itamar
2022-02-09
LibGfx: Add more syntax-related ColorRoles
Itamar
2022-02-09
LibCpp: Add SemanticSyntaxHighlighter
Itamar
2022-02-09
LibDiff: Flush leftover hunks at the end
Itamar
2022-02-09
LibGUI+HackStudio: Add TokenInfo struct for language-server IPC
Itamar
2022-02-09
LibCpp: Update regressions tests results
Itamar
2022-02-09
LibCpp: Fix lexing of IncludePath token
Itamar
2022-02-09
LibCpp: Add Preprocessor:unprocessed_token()
Itamar
2022-02-09
LibCpp: Add public Parser::tokens() method
Itamar
2022-02-09
LibCpp: Fix end position calculation for various AST node types
Itamar
2022-02-09
LibCpp: Fix parent of parameter type node
Itamar
2022-02-09
LibCpp: Fix Declaration::is_member()
Itamar
2022-02-08
LibJS: Compare types instead of sizes in %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Make TypedArray::element_name return FlyString instead of String
Idan Horowitz
2022-02-08
LibJS: Implement the missing step 20 in %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Implement the CloneArrayBuffer AO
Idan Horowitz
2022-02-08
LibJS: Add spec comments to %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibWeb: Implement EventHandler::focus_previous_element()
Kenneth Myhra
2022-02-08
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
Andreas Kling
[next]