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-04-18
HexEditor: Show endianness in the value inspector
Eli Youngs
2022-04-18
LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator]
Linus Groh
2022-04-17
LibJS: Add missing whitespace around namespace curly braces
Linus Groh
2022-04-17
LibWeb: Dont abort when parsing data- properties that contain dashes
stelar7
2022-04-17
DHCPClient: Send ParameterRequestList option with DHCPRequest packet
Thitat Auareesuksakul
2022-04-17
DHCPClient: Send ServerIdentifier option with DHCPRequest packet
Thitat Auareesuksakul
2022-04-17
LibTLS: Cleanup of verify_chain and verify_certificate_pair
Michiel Visser
2022-04-17
LibCrypto: Certificate parse IP address SAN
Michiel Visser
2022-04-17
LibTLS: Add option to allow self-signed certificates
Michiel Visser
2022-04-17
LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensions
Michiel Visser
2022-04-17
LibCrypto: Implement custom BitStringView for ASN.1 decoder
Michiel Visser
2022-04-17
LibCrypto: Fix inverted boolean decoded error in ASN.1
Michiel Visser
2022-04-17
LibTLS: Correct matching hostname with certificate subject
Michiel Visser
2022-04-17
LibTLS: Add references to RFC5246 for the verify procedure
Michiel Visser
2022-04-17
LibTLS: Simplify the way `verify_chain` is called
Michiel Visser
2022-04-17
LibTLS: ASN1 parse_utc_time handle pre 2000 years
Michiel Visser
2022-04-17
LibTLS: Verify the certificate chain sent by the server
Michiel Visser
2022-04-17
LibTLS: Parse Certificate signature algorithm and value
Michiel Visser
2022-04-17
Base+LibTLS: Update CA Certificates list with actual certificates
Michiel Visser
2022-04-17
LibTLS: Add certificate chain validation to DHE and ECDHE key exchange
Michiel Visser
2022-04-17
LibCpp: Parse inheritance
Itamar
2022-04-17
LibGL: Implement `GLContext::frontbuffer()`
Jelle Raaijmakers
2022-04-17
LibGfx: Add `Bitmap::visually_equals()`
Jelle Raaijmakers
2022-04-16
host: Use AK/IPv4Address to determine if argument is host/ip
brapru
2022-04-17
LibGfx: Fix bounds overflow in JPGLoader
Brian Gianforcaro
2022-04-16
LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-16
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
Timothy Flynn
2022-04-16
LibJS: Factor out TypedArrayElement{Size,Type} abstract operations
Timothy Flynn
2022-04-16
LibJS: Add explicit ErrorType values for TypedArray prototype exceptions
Timothy Flynn
2022-04-16
LibJS: Define AllocateTypedArrayBuffer AO out of line
Timothy Flynn
2022-04-16
LibJS: Define SetTypedArrayFrom{TypedArray,ArrayLike} AOs out of line
Timothy Flynn
2022-04-15
LibDNS: Remove the 'DNS' prefix from the various type and class names
Tom
2022-04-15
LibDNS: Add IPC encoder/decoder for the DNSAnswer class
Tom
2022-04-15
LibDNS: Implement Traits for DNSAnswer class
Tom
2022-04-15
LookupServer: Move DNS related code into new LibDNS library
Tom
2022-04-15
ClockSettings: Add 'show seconds' toggle to time format settings
cflip
2022-04-15
LibC+LibCore: Change a.m./p.m. to AM/PM
cflip
2022-04-15
LibC+LibCore: Properly format 12-hour formatted hours
cflip
2022-04-15
Shell: Complete for current path when the text is empty
Damien Firmenich
2022-04-15
HackStudio: Remember if the user wants to see dotfiles between sessions
Marco Cutecchia
2022-04-15
HackStudio: Add a "Project Configuration" button in the Edit menu
Marco Cutecchia
2022-04-15
HackStudio: Allow customizing the actions of the Build & Run buttons
Marco Cutecchia
2022-04-15
Pong: Explicitly clear held keys in Game::reset()
Martin Frederic
2022-04-15
Pong: Restart timer if necessary
Martin Frederic
2022-04-15
Pong: Extend Game::reset()
Martin Frederic
2022-04-15
Pong: Add 'New Game' action
Martin Frederic
2022-04-14
LibGUI: Don't try to get link target value if read_link failed
Marco Rebhan
[next]