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
2021-05-15
LibGUI: Delay setting column width in AutocompleteBox
Andreas Kling
2021-05-15
PixelPaint+Base: Tool icon refresh :^)
Andreas Kling
2021-05-15
FontEditor: Add missing `unix` pledge
Daniel Bertalan
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
HackStudio: Pledge "fattr"
Γmer Kurttekin
2021-05-15
Utilities: Implement a netstat command
brapru
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
SpaceAnalyzer: Add separator before quit menu action
Linus Groh
2021-05-15
SystemMonitor: Make ProcessModel icon column non-sortable
Linus Groh
2021-05-15
LibELF: Use binary search when looking up symbols :^)
Andreas Kling
2021-05-15
SystemMonitor: Make sure we set a model before changing column sizes
Andreas Kling
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-14
SpaceAnalyzer: Use fstatat instead of lstat
Mart G
2021-05-14
LibCore: Expose DirIterator's underlying file descriptor
Mart G
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
Utilities: Fix const-correctness inside seq
Jean-Baptiste Boric
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
IPCCompiler: Fix declaration of static functions
Jean-Baptiste Boric
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
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
AnalogClock: Use YYYY-MM-DD format for window title
Linus Groh
2021-05-14
ImageViewer: Sandbox image decoding using the ImageDecoder service :^)
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
Userland: Rename QuickShow => Image Viewer
Andreas Kling
2021-05-14
Browser: Don't spawn RequestServer and WebSocket in multi-process mode
Andreas Kling
2021-05-14
Profiler: Mark model columns as non-sortable
Andreas Kling
2021-05-14
LanguageServer/Cpp: Add tests
Itamar
2021-05-14
LanguageServers: Allow set_declarations_of_document callback to be null
Itamar
2021-05-14
LanguageServers/FileDB: Allow m_project_root to be null
Itamar
2021-05-14
LanguageServers: Remove ClientConnection dependency
Itamar
2021-05-14
Profiler: Avoid JsonArray copying during perfcore parsing
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
Profiler: Avoid copies / String construction when parsing profile (#7096)
Brian Gianforcaro
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
[next]