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-06
LibJS: Use Array::create() length arg in favor of set_array_like_size()
Linus Groh
2021-06-06
LibJS: Add length parameter to Array::create()
Linus Groh
2021-06-06
LibJS: Add dbgln() to Heap::allocator_for_size() before crashing
Linus Groh
2021-06-07
LibLine: Actually remove the two levels of deferred_invoke
Ali Mohammad Pur
2021-06-07
LibLine: Partially revert d8c5eec and remove unrelated code
Ali Mohammad Pur
2021-06-06
Utilities: Add support for testing null deferencing a RefPtr
Gunnar Beutner
2021-06-06
LibC+LibELF: Implement dladdr()
Gunnar Beutner
2021-06-06
LibLine: Keep the CSI bytes alive across read events
Ali Mohammad Pur
2021-06-06
LibLine: Stop registering the Notifier as a child Object
Ali Mohammad Pur
2021-06-06
Userland: Fix matroska utility displaying invalid track data
FalseHonesty
2021-06-06
Ports: Install launcher for Freeciv
Gunnar Beutner
2021-06-06
LibJS: Check dates are below the `time_clip` threshold
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.toJSON()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype[@@toPrimitive]()
Idan Horowitz
2021-06-06
LibJS: Add Date.setUTC{Date, Month, Hours, ...}() aliases
Idan Horowitz
2021-06-06
LibJS: Store Date milliseconds as signed to support negative offsets
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setTime()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setMonth()
Idan Horowitz
2021-06-06
LibJS: Account for differences in month representations (0-11 vs 1-12)
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setDate()
Idan Horowitz
2021-06-06
LibJS: Stub out Date.prototype.getTimezoneOffset()
Idan Horowitz
2021-06-06
LibJS: Ignore arguments in Date's constructor when called as a function
Idan Horowitz
2021-06-06
LibJS: Create 1970-01-01 00:00:00 local time Date for invalid ctor call
Linus Groh
2021-06-06
LibJS: Make it so that Date.prototype.toGMTString === .toUTCString
Linus Groh
2021-06-06
LibJS: Remove unused includes from SymbolPrototype.cpp
Linus Groh
2021-06-06
LibJS: Implement String.prototype[@@toPrimitive]()
Linus Groh
2021-06-06
LibJS: Add String.prototype.valueOf()
Linus Groh
2021-06-06
LibJS: Remove String.prototype.length
Linus Groh
2021-06-06
LibJS: Replace SymbolPrototype's typed_this() with this_symbol_value()
Linus Groh
2021-06-06
LibJS: Replace StringPrototype's typed_this() with this_string_value()
Linus Groh
2021-06-06
LibJS: Replace bigint_object_from() with this_bigint_value()
Linus Groh
2021-06-06
LibJS: Update NumberPrototype's this_number_value() to take a Value
Linus Groh
2021-06-06
LibJS: Replace some is_nullish() checks with require_object_coercible()
Linus Groh
2021-06-06
LibJS: Implement the RequireObjectCoercible abstract operation
Linus Groh
2021-06-06
Ports/freeciv: Add missing dependencies SDL2_gfx and curl (libcurl)
Kenneth Myhra
2021-06-06
Base: Make anon's helper services run with 600 socket permissions
Andreas Kling
2021-06-06
Clipboard: Tighten pledge promises a bit earlier :^)
Andreas Kling
2021-06-06
Clipboard: Remove unnecessary UID separation
Andreas Kling
2021-06-06
NotificationServer: Remove unnecessary UID separation
Andreas Kling
2021-06-06
Base: Tidy up /etc/shadow
Andreas Kling
2021-06-06
Userland: Add matroska program to test parsing Matroska container files
FalseHonesty
2021-06-06
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty
2021-06-06
Ports: Fix zlib include directory for libzip
Edwin Hoksberg
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-06
LibProtocol: Change RequestClient.{cpp,h} to use east const style
Max Wipfli
2021-06-06
Kernel: Don't finalize a thread while it still has code running
Gunnar Beutner
2021-06-06
Magnifier: Add desktop display scale awareness
Eugene Barnett
2021-06-06
WindowServer: Add a GetDesktopDisplayScale IPC request
Eugene Barnett
2021-06-06
Browser: Add various test pages to welcome
Tobias Christiansen
2021-06-06
LibJS: Pass unwinding target labels a bit more efficiently
Andreas Kling
[next]