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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-05-14
LibCrypto+LibTLS: Avoid unaligned reads and writes
Ali Mohammad Pur
2021-05-14
LibCrypto: Do not assume that the passed in IV is as long as a block
Ali Mohammad Pur
2021-05-14
LibJS: Make sure all allocators are 8-byte aligned
Andrew Kaster
2021-05-13
LibJS: Ensure function declarations don't leak outside function scopes
Linus Groh
2021-05-13
LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation error
Linus Groh
2021-05-13
LibJS/Tests: Add details for toThrowWithMessage did-not-throw case
Linus Groh
2021-05-13
LibJS/Tests: Add prefix to toThrowWithMessage expectation error details
Linus Groh
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-13
LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Stephan Unverwerth
2021-05-13
LibGfx: Make Matrix class consistently row-major
Stephan Unverwerth
2021-05-13
LibWasm: Stub out/implement parsing of all ElementSection segments
Ali Mohammad Pur
2021-05-13
LibWasm: Add basic support for module instantiation and execution stubs
Ali Mohammad Pur
2021-05-13
LibWasm: Make the Module ctor generate a list of module functions
Ali Mohammad Pur
2021-05-13
LibWasm: Implement parsing of the DataCount section
Ali Mohammad Pur
2021-05-13
LibWasm: Add a module pretty printer
Ali Mohammad Pur
2021-05-13
LibWasm: Un-nest the structured instructions
Ali Mohammad Pur
2021-05-13
LibCrypto: Reduce the UnsignedBigInteger inline size to 32 words
DexesTTP
2021-05-13
LibCrypto: Add the montgomery modular power algorithm
DexesTTP
2021-05-13
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
DexesTTP
2021-05-13
LibCrypto: Add the UnsignedBigInteger::Word alias
DexesTTP
2021-05-13
LibCrypto: Split BigInteger operations into an Algorithms class
DexesTTP
2021-05-13
LibCrypto: Fix an out-of-bounds access in UnsignedBigInteger
DexesTTP
2021-05-13
LibTLS: Enable -Wvla for LibTLS
Ali Mohammad Pur
2021-05-13
LibTLS: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-13
LibCrypto: Enable -Wvla for LibCrypto
Ali Mohammad Pur
2021-05-13
LibCrypto: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-13
LibWeb: Propagate body background properties to root HTML element
Timothy Flynn
2021-05-13
LibWeb: Fix off-by-one for alphabetical markers in <ol>s
Tobias Christiansen
2021-05-13
LibGL: SoftwareRasterizer: Use perspective correct interpolation
Stephan Unverwerth
2021-05-13
LibGL: Generate coverage and depth masks in the software rasterizer
Stephan Unverwerth
2021-05-13
LibGL: Use integer math in rasterizer coverage calculations
Stephan Unverwerth
2021-05-13
LibGfx: Add Vector2 class
Stephan Unverwerth
2021-05-13
LibGfx: Add component wise * and / operators to Vector3 and Vector4
Stephan Unverwerth
2021-05-13
LibGUI/Splitter: Support setting minimum resizee size
Jelle Raaijmakers
2021-05-12
LibCore: Add unit to Core::Timer interval arguments
sin-ack
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
LibGUI: Never resolve Key_Invalid to a GUI::Action
Andreas Kling
2021-05-12
LibGUI: Move action-from-key-event code to a separate function
Andreas Kling
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-12
LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move SeekMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibWeb: Position the ListItemMarkers according to their width
Tobias Christiansen
2021-05-12
LibWeb: Remove unused alphabet constants from ListItemMarkerBox
Tobias Christiansen
2021-05-12
LibWeb: Move clearing boxes below preceding floating boxes
Timothy Flynn
2021-05-12
RequestServer: Only attempt to flush() on a timer
Ali Mohammad Pur
2021-05-12
LibTLS: Always send the signature_algorithms extension
Ali Mohammad Pur
2021-05-11
LibJS: Make super() in catch block work
Linus Groh
2021-05-11
LibJS: Bring back runtime validation of RegExp flags
Linus Groh
2021-05-11
LibJS/Tests: Add details for toThrowWithMessage() expectation error
Linus Groh
[prev]
[next]