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-15
LibCpp: Modify logic of Parser::index_of_node_at
Itamar
2021-05-15
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
Andreas Kling
2021-05-15
TextEditor: Clear leftover whitespace when inserting newlines
euclidianAce
2021-05-15
LibGUI: Delay setting column width in AutocompleteBox
Andreas Kling
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
LibWeb: Fix incorrect variable names when parsing CSS
Gunnar Beutner
2021-05-15
LibGfx: Fix incorrect origin for checkerboard pattern fills
Andreas Kling
2021-05-15
LibDebug: Avoid unnecessary String allocation in append_to_line_info()
Andreas Kling
2021-05-15
LibGfx/Vector*: Implement Formatters
Jelle Raaijmakers
2021-05-15
Everywhere: Add a blank line after copyright header where missing
Linus Groh
2021-05-15
LibELF: Use binary search when looking up symbols :^)
Andreas Kling
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-14
LibCore: Expose DirIterator's underlying file descriptor
Mart G
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
LibThread: Port Lock to foreign environments
Jean-Baptiste Boric
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-05-14
LibGL: Implement glFlush() and glFinish()
Stephan Unverwerth
2021-05-14
LibCore: Never connect to InspectorServer if getuid() == 0
Andreas Kling
2021-05-14
LibImageDecoderClient: Decoded images with 0 frames are not successful
Andreas Kling
2021-05-14
ImageViewer: Rename QSWidget => ImageViewer::ViewWidget
Andreas Kling
2021-05-14
LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()
Andreas Kling
2021-05-14
LibCrypto: Prevent a signed overflow during BigInt Modular Power
DexesTTP
2021-05-14
LibGUI: Resize GUI::HeaderView section vector to final size immediately
Andreas Kling
2021-05-14
LibTLS: Actually verify the certificats
Ali Mohammad Pur
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
[next]