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-29
Userland: Check sudoers file perms and owner in pls
Jesse Buhagiar
2021-05-29
Userland: Implement `pls`, a sudo clone
Jesse Buhagiar
2021-05-29
LibC: Don't leak memory for realloc(p, 0)
Gunnar Beutner
2021-05-29
LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigation
Jelle Raaijmakers
2021-05-29
LibCore: Do not write disabled spwd values in generate_shadow_file
brapru
2021-05-29
LibGL: Rewrite error handling according to spec
Stephan Unverwerth
2021-05-29
LibGL: Update rasterizer options in glDisable()
Stephan Unverwerth
2021-05-29
LibGL: Add macro for error checking
Stephan Unverwerth
2021-05-29
LibGfx: Switch to modern dbgln logging in ICOLoader
Idan Horowitz
2021-05-29
LibGfx: Reject ICOs with height == NumericLimits<i32>::min()
Idan Horowitz
2021-05-29
LibJS: Instrument HeapBlock cell allocation for ASAN
Andrew Kaster
2021-05-29
LibJS: Expose minimum possible cell size of JS::Heap
Andrew Kaster
2021-05-29
LibJS: Remove unused HeapBlock private member function
Andrew Kaster
2021-05-29
Kernel: Make sure we free the thread stack on thread exit
Gunnar Beutner
2021-05-29
LibPthread: Make some variables static
Gunnar Beutner
2021-05-29
LibVT: Add missing cursor movement escape sequences
Daniel Bertalan
2021-05-29
LibGUI: Distribute remaining pixels in BoxLayout to fill the entire area
Mart G
2021-05-29
DisplaySettings: Set monitor widget color if no image is selected
Jesse Buhagiar
2021-05-29
HexEditor: Add find_all_strings() function
Brendan Coles
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-05-29
Browser: Add title to go back/forward context menu
Marcus Nilsson
2021-05-29
LibGUI: Make HeaderView act only on the visible sections
Ali Mohammad Pur
2021-05-29
LibTLS: Allow using other hash algorithms for HMAC
DexesTTP
2021-05-29
LibTLS: Use a more precise KeyExchangeAlgorithm enum
DexesTTP
2021-05-29
LibTLS: Add IANA Hex codes for all recommended cipher suites
DexesTTP
2021-05-29
LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload
Linus Groh
2021-05-29
LibWeb: Call page_did_start_loading() before load_resource()
Linus Groh
2021-05-29
Browser: Pass Tab::on_title_change title argument as const reference
Linus Groh
2021-05-29
Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookie
Linus Groh
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-29
LibWeb: Avoid unnecessary String copy in parsing CSS custom properties
Tobias Christiansen
2021-05-28
SystemMonitor: Disable menu items for inaccessible process
Marcus Nilsson
2021-05-28
SystemMonitor: Use u64 for disk sizes
Jesse Buhagiar
2021-05-28
LibGUI: Add u64 type to LibGUI::Variant
Jesse Buhagiar
2021-05-28
LibWeb: Resolve custom properties
Tobias Christiansen
2021-05-28
LibWeb: StyleResolver: Keep track of specificity of matched selector
Tobias Christiansen
2021-05-28
LibWeb: Add parsing for custom properties
Tobias Christiansen
2021-05-28
LibWeb: Store custom properties in CSSStyleDeclaration
Tobias Christiansen
2021-05-28
LibWeb: Add CustomStyleValue
Tobias Christiansen
2021-05-28
LibWeb: Add PropertyID::Custom to code generator
Tobias Christiansen
2021-05-28
Profiler: Use a more reasonable default event mask
Gunnar Beutner
2021-05-28
LibJS: Poison unused heap blocks until they are re-allocated
Andrew Kaster
2021-05-28
LibGfx: Make sure we use unique class names
Gunnar Beutner
2021-05-28
UE: Make sure signal_trampoline_dummy is not optimized away with -flto
Gunnar Beutner
2021-05-28
LibJS: Add inline capacity to BlockAllocator's blocks Vector
Idan Horowitz
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-27
Solitaire: Start timer when first card is moved
Marcus Nilsson
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
[next]