index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-18
AK/PrintfImplementation: Change static constexpr array to function local
Lenny Maiorani
2021-05-18
AK: Revert removal of StringBuilder::will_append optimization
Gunnar Beutner
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-18
SystemMonitor: Show UDP sockets
brapru
2021-05-17
LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()
Linus Groh
2021-05-17
LibJS: Make length_setter_generic_storage_threshold a global constant
Linus Groh
2021-05-17
AK: Sort all the debug macros
Linus Groh
2021-05-17
WindowServer: Don't attempt to make WindowServer inspectable
Andreas Kling
2021-05-17
Browser: Move main browser window logic into a BrowserWindow class
Andreas Kling
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-17
Meta: Build LibWasm and the wasm utility as part of Lagom
Ali Mohammad Pur
2021-05-17
LibWasm: Make clang happy by removing an 'extra' set of parenthesis
Ali Mohammad Pur
2021-05-17
LibWasm: Implement memory.grow, memory.size and drop
Ali Mohammad Pur
2021-05-17
LibWasm: Execute the start function, if one exists
Ali Mohammad Pur
2021-05-17
Utilities/wasm: Say something when execution traps
Ali Mohammad Pur
2021-05-17
LibWasm: Implement most of the remaining instructions
Ali Mohammad Pur
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-17
LibWasm: Do not resize() the function signature list to preallocate
Ali Mohammad Pur
2021-05-17
LibWasm: Make structured_end() jump to the instruction after itself
Ali Mohammad Pur
2021-05-17
AK: Include HashTable.h in StringImpl.cpp
Ali Mohammad Pur
2021-05-17
AK: Include String.h in ScopeLogger
Ali Mohammad Pur
2021-05-17
LibWeb: Resolve 2-part and 3-part border-color values
Timothy Flynn
2021-05-17
LibWeb: Resolve 3-part and 4-part border-width values
Timothy Flynn
2021-05-17
Base: Add boxes with multi-part border attributes to borders.html
Timothy Flynn
2021-05-17
Playground: Show the modified state in the window title
faxe1008
2021-05-17
LibGUI: Reset TextEditor modified state on sucessful write_to_file
faxe1008
2021-05-17
Kernel: Disable profile timer when the process exits
Gunnar Beutner
2021-05-17
Kernel: Fix return value for {enable,disable}_profile_timer()
Gunnar Beutner
2021-05-17
LibJS: Make the forward transition chain weakly cached
Andreas Kling
2021-05-17
WebServer: Set no-cache header for responses
Gunnar Beutner
2021-05-17
WebServer: Don't read until EOF
Gunnar Beutner
2021-05-17
LibHTTP: Make sure we're not sending an empty path in requests
Gunnar Beutner
2021-05-17
Kernel: Stop overriding built-in serial port with PCI serial port
Idan Horowitz
2021-05-17
Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)
Idan Horowitz
2021-05-17
LibCrypto: Change static constexpr array to function local constexpr
Lenny Maiorani
2021-05-17
LibJS: Don't consider cells in the lazy freelist in conservative scan
Andreas Kling
2021-05-17
LibJS: Always prefer freelist over lazy freelist if possible
Andreas Kling
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-05-17
UE: Don't look up binaries in PATH when the user specified a full path
Gunnar Beutner
2021-05-17
UE: Use Vector<String> for the command-line arguments
Gunnar Beutner
2021-05-17
LibJS: Implement lazy freelist allocation for cells
Andreas Kling
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequency
Idan Horowitz
2021-05-17
Kernel: Set InterruptEnable on HPET Comparators when frequency is set
Idan Horowitz
2021-05-17
Chess: Fix signed/unsigned issues
Jean-Baptiste Boric
2021-05-17
LibArchive: Move method implementations away from header
Jean-Baptiste Boric
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-17
LibJS: Increase free stack space required for function calls to 32 kiB
Linus Groh
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
Revert "BitmapView: Disable mutations of the underlying Bitmap"
Andreas Kling
[next]