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
Age
Commit message (
Expand
)
Author
2022-11-01
LibWeb: Register PendingResponse with a Request to keep it alive
Linus Groh
2022-11-01
LibSQL: Replace DownPointer copy constructor with move constructor
Timothy Flynn
2022-11-01
LibSQL: Fix typo in debugging statement
Timothy Flynn
2022-11-01
LibSQL: Compute byte buffer offsets using size_t
Timothy Flynn
2022-11-01
LibSQL: Port the backend SQL file to use Core::Stream
Timothy Flynn
2022-11-01
Utilities: Clean up CMakeLists.txt
Tim Schumacher
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
LibC: Properly implement stack protectors
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-11-01
LibC: Link against the full LibSystem target
Tim Schumacher
2022-11-01
LibCrypt: Define it as a normal library
Tim Schumacher
2022-11-01
LibJS: Map DurationFormat's list style to "short" when it is "digital"
Timothy Flynn
2022-11-01
LibJS: Alphabetically sort the collations returned by CollationsOfLocale
Timothy Flynn
2022-11-01
Browser: Update Storage Inspector's cookie model when deleting cookies
Timothy Flynn
2022-11-01
HexEditor: Implement undo and redo actions
kamp
2022-11-01
HexEditor: Only mark window as modified when document is actually dirty
kamp
2022-11-01
WebDriver: Implement `GET /session/{id}/element/{id}/text` endpoint
martinfalisse
2022-11-01
WebContent+Friends: Add get_element_text IPC and plumbing
martinfalisse
2022-11-01
LibJS: Disable bytecode optimizations again
Andreas Kling
2022-11-01
LibJS: Set default bytecode optimization level to Optimize
Hendiadyoin1
2022-11-01
LibJS: Add a sanity check to bytecodes argument_list_evaluation
Hendiadyoin1
2022-11-01
LibJS: Add a note about inaccuracies to UnifySameBlocks
Hendiadyoin1
2022-11-01
LibJS: Fix MergeBlocks emitting some blocks twice
Hendiadyoin1
2022-11-01
LibJS: Minor cleanups in MergeBlocks
Hendiadyoin1
2022-11-01
LibJS: Don't memcpy NewBigInt instruction
Hendiadyoin1
2022-11-01
LibJS: Expose some information about the bytecode interpreters state
Hendiadyoin1
2022-11-01
LibWeb+Base: Use line names for positioning grid items
martinfalisse
2022-11-01
LibWeb: Parse line names in grid track position properties
martinfalisse
2022-11-01
LibWeb: Parse line names in grid track size declarations
martinfalisse
2022-11-01
LibWeb: Use w3.org for specs and include new ones
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackPlacement
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-11-01
LibWeb: Rename GridTrackSizedConstraints
martinfalisse
2022-11-01
LibWeb: Fix bug in placing grid items
martinfalisse
2022-10-31
Utilities+LibArchive: Don't follow symlinks
Peter Elliott
2022-10-31
LibCore: Add Core::System::readlink
Peter Elliott
2022-10-31
LibArchive: Support writing paths up to 255 characters
Peter Elliott
2022-10-31
LibArchive: Refactor null-termination logic in TarFileHeader
Peter Elliott
2022-10-31
ntpquery: Unveil paths after parsing arguments
Timothy Flynn
2022-10-31
LibELF: Drop the "resolve and map" all-in-one
Tim Schumacher
2022-10-31
LibELF: Track libraries using their full path
Tim Schumacher
2022-10-31
LibELF: Handle absolute and relative paths for all resolve requests
Tim Schumacher
2022-10-31
LibELF: Sift down "library name only"-strings as far as possible
Tim Schumacher
2022-10-31
LibELF: Use a bit of `TRY` in `DynamicLinker`
Tim Schumacher
2022-10-31
LibELF: Prepend `resolve_and` to one of the `map_library` overloads
Tim Schumacher
2022-10-31
LibELF: Drop the separate file name member from DynamicLoader
Tim Schumacher
2022-10-31
LibELF: Ensure that DynamicLoader only receives absolute paths
Tim Schumacher
2022-10-31
LibWeb: Use proper origins in Request::has_redirect_tainted_origin()
Linus Groh
2022-10-31
HexEditor: Specify page skip size in multiples of the line height
premek
2022-10-31
nologin: Use proper format strings with out() and outln()
Timothy Flynn
[next]