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-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
Tests: Rewrite tests for LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
AK: Use east const style in LexicalPath.{cpp,h}
Max Wipfli
2021-06-30
Kernel/PCI: Keep track of the currently mapped bus in MMIO mode
Luke
2021-06-30
Kernel/PCI: Don't unmap determine_memory_mapped_bus_region after init
Luke
2021-06-30
LibGUI: Add PasswordBox
Max Wipfli
2021-06-30
LibGUI: Add glyph substitution to TextEditor
Max Wipfli
2021-06-30
LibGUI: Fix double-clicking words in syntax-highlighted text
Max Wipfli
2021-06-30
LibVideo: Migrate to east-const style & apply other minor fixes
FalseHonesty
2021-06-30
LibVideo/VP9: Implement most of block_mode_info methods (6.4.15-6.4.18)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement most of inter_frame_mode_info (6.4.11-6.4.14)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6)
FalseHonesty
2021-06-30
LibVideo/VP9: Add SAFE_CALL macro to help propagate failure state
FalseHonesty
2021-06-30
LibVideo/VP9: Refactor how TreeParser accesses decoder data
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding VP9 blocks
FalseHonesty
2021-06-30
LibVideo/VP9: Successfully parse partition syntax element
FalseHonesty
2021-06-30
LibVideo/VP9: Begin creating a tree parser to parse syntax elements
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding tiles
FalseHonesty
2021-06-30
LibVideo/VP9: Parse compressed header data
FalseHonesty
2021-06-30
Kernel: Give Devices without a custody a less fake absoulte_path
Andrew Kaster
2021-06-30
Userland: Unlink file after waiting for child in run-tests
Andrew Kaster
2021-06-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster
2021-06-30
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-30
Tests: TestProcFs cannot assume stdin/stdout/stderr are the same
Andrew Kaster
2021-06-30
LibRegex: Make regex::Regex move-constructible and move-assignable
Andrew Kaster
2021-06-30
LibCore: Add getter for how many groups exist in a Core::ConfigFile
Andrew Kaster
2021-06-29
LibJS: Handle the different realms case in ArraySpeciesCreate
davidot
2021-06-29
LibWeb: Fix build breakage after merging the oldish DOM inspector PR
Andreas Kling
2021-06-29
Kernel: ProcFS and SysFS component indices should be InodeIndex
Andreas Kling
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-29
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
Adam Hodgen
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-06-30
LibHTTP: Finish the request up on TLS connection finish
Ali Mohammad Pur
2021-06-30
Meta: Add my emails to .mailmap
Max Wipfli
2021-06-29
Kernel: Make sure JSON blobs in core dumps are correctly terminated
Andreas Kling
2021-06-30
SoundPlayer: Don't limit duration inference to WAV files
ngc6302h
2021-06-30
FileIconProvider: Use sound icon for flac file extension
ngc6302h
2021-06-30
LaunchServer: Add flac file association to /bin/SoundPlayer
ngc6302h
2021-06-29
Kernel+AK: Don't compile JSON parser into the kernel
Andreas Kling
2021-06-29
Kernel: Remove some unnecessary JSON related includes
Andreas Kling
2021-06-29
Kernel: Use JsonObjectSerializer in the core dump generation code
Andreas Kling
2021-06-29
Kernel: Don't create a JsonArray when generating /proc/cpuinfo
Andreas Kling
2021-06-29
LibGUI: Don't allocate a scope-local MouseEvent on the heap
Ali Mohammad Pur
2021-06-29
Kernel/ProcFS: Tighten modified time value across the filesystem objects
Liav A
2021-06-29
Kernel/ProcFS: Tighten permissions on the exposed objects
Liav A
2021-06-29
Kernel/ProcFS: Split code into more separate files
Liav A
2021-06-29
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
Liav A
[next]