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-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
2022-10-30
LibWeb: Partially implement 'Extract header (list) values' AOs
Linus Groh
2022-10-30
LibWeb: Implement 'Queue a fetch task' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Default `User-Agent` value' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Append a request `Origin` header' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Appropriate network error' AO
Linus Groh
2022-10-30
LibWeb: Implement 'CORS check' / 'TAO check' AOs
Linus Groh
2022-10-30
LibWeb: Implement 'Is non-secure context' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is secure context' AO
Linus Groh
2022-10-30
LibWeb: Implement 'fetch params' struct
Linus Groh
2022-10-30
LibWeb: Implement container class for fetch algorithms
Linus Groh
2022-10-30
LibWeb: Implement 'fetch controller' struct
Linus Groh
2022-10-30
LibWeb: Implement 'fetch timing info' struct
Linus Groh
2022-10-30
LibWeb: Implement 'connection timing info' struct
Linus Groh
2022-10-30
LibWeb: Implement 'Byte sequence as body' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Safely extract BodyInit' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Determine request’s Referrer' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Strip url for use as a referrer' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is url potentially trustworthy?' AO
Linus Groh
[next]