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
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-11-01
Toolchain: Use pkg-config instead of pkgconfig in serenity.nix
Marco Rebhan
2022-11-01
Toolchain: Update gcc11 to gcc12 in serenity.nix
Marco Rebhan
2022-10-31
CI: Remove the manpage generator error file upon success
Timothy Flynn
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
CI: Ensure the manpage generation step shuts down the VM on failure
Timothy Flynn
2022-10-31
CI: Make the test262 worker use GCC 12
Luke Wilde
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
2022-10-31
LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]`
Linus Groh
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-31
Lagom: Update GCC version check in CMakeLists.txt
Linus Groh
2022-10-31
VideoPlayer: Start fleshing out the user interface
Zaggy1024
2022-10-31
LibVideo: Add PlaybackManager to load and decode videos
Zaggy1024
2022-10-31
LibVideo: Abstract media container format demuxing
Zaggy1024
2022-10-31
LibVideo: Parse the duration of Matroska files
Zaggy1024
2022-10-31
LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoder
Zaggy1024
2022-10-31
LibVideo: Set CodingIndependentCodePoints in its member functions
Zaggy1024
2022-10-31
LibVideo: Add VideoFrame class for decoded video frames
Zaggy1024
2022-10-31
Utilities: Add nologin application
Beckett Normington
2022-10-31
Base: Add Scissors & arrows emoji
premek
2022-10-31
LibVideo: Make DecoderError getters const
Zaggy1024
2022-10-31
Base: Set PATH in text mode
implicitfield
2022-10-31
LibThreading: Set BackgroundAction's thread name correctly
Zaggy1024
2022-10-31
Userland: Use Threading::MutexLocker to lock/unlock mutexes
Oleg Kosenkov
2022-10-30
Meta: Make YCM work when the current dir is not the root of the tree
Gunnar Beutner
2022-10-30
Meta: Remove debug code in the YCM config file
Gunnar Beutner
2022-10-30
LibGUI: Update buttons' text/tooltips in Action::set_text
Zaggy1024
2022-10-30
LibWeb: Implement the fetch() method :^)
Linus Groh
2022-10-30
LibWeb: Implement most of the 'Fetching' AOs
Linus Groh
2022-10-30
AK+Meta: Add WEB_FETCH_DEBUG macro
Linus Groh
2022-10-30
LibWeb: Require error message for Response::network_error()
Linus Groh
2022-10-30
LibWeb: Partially implement 'relative high resolution time' AOs
Linus Groh
2022-10-30
LibWeb: Fix URL parsing in Response::location_url()
Linus Groh
2022-10-30
LibWeb: Actually extract Location header in Response::location_url()
Linus Groh
[next]