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
2020-05-30
LibJS: Remove unnecessary explicit from the 3 argument Function
Jack Karamanian
2020-05-30
LibJS: Object.getOwnPropertyDescriptor works properly with accessors
Matthew Olsson
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-30
Shell: Correctly complete paths in redirections
AnotherTest
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-30
LibJS: Parse arrow function expression with correct precedence
Marcin Gasperowicz
2020-05-30
LibMarkdown: Change internal MD API to return OwnPtrs
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-29
Browser: Add clear output button to the console
FalseHonesty
2020-05-29
LibJS: Add all remaining tokens to MarkupGenerator's style converter
FalseHonesty
2020-05-29
LibGUI: Fix cursor being out of view after typing
FalseHonesty
2020-05-29
Ports: Fix CMake-based ports
Paul Redmond
2020-05-29
LibGUI: Fix TextEditor crashing when selecting a blank line
FalseHonesty
2020-05-29
LibCrypto: Fix some issues preventing compilation w/ clang 10
AnotherTest
2020-05-29
LibCrypto: Format all files with clang-format 10
AnotherTest
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-29
LibJS: Parse labels in continue and break statements
Matthew Olsson
2020-05-29
LibJS: Parse labelled statements
Matthew Olsson
2020-05-29
LibJS: New expressions look for expressions with correct precedence
Matthew Olsson
2020-05-29
LibJS: Make Object::invoke() non-const
Linus Groh
2020-05-29
LibJS: Add Array.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object::invoke()
Linus Groh
2020-05-29
LibLine: Remove unused header in Span.h
Emanuele Torre
2020-05-29
CMake: Add convenience targets to run lint-shell-scripts and check-style
Emanuele Torre
2020-05-29
Meta: update lint-shell-scripts.sh so that it does not search in Build/
Emanuele Torre
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
PixelPaint: Set active layer to nullptr after its removal (#2433)
Gabriel Mihalache
2020-05-29
LibJS: Fix conditional expression precedence
Matthew Olsson
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Misc tweaks
Sergey Bugaev
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-05-29
LibCore: Do not assert that we can start the RPC server
Sergey Bugaev
2020-05-29
Kernel+Base: Mount root filesystem read-only :^)
Sergey Bugaev
2020-05-29
Base: Document MS_RDONLY
Sergey Bugaev
2020-05-29
Userland+SystemMonitor: Recognize the MS_RDONLY mount flag
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-29
Kernel: Fix error case in Process::create_user_process()
Sergey Bugaev
2020-05-29
Kernel: Fix some failing assertions
Sergey Bugaev
2020-05-29
Kernel: Always require read access when mmaping a file
Sergey Bugaev
2020-05-29
Kernel: Pass a Custody instead of Inode to VFS methods
Sergey Bugaev
2020-05-29
Kernel: Pass a FileDescription to File::chmod() and File::chown()
Sergey Bugaev
2020-05-29
Userland: Fix displaying mount source
Sergey Bugaev
2020-05-29
Kernel: Report source of synthetic filesystems as "none"
Sergey Bugaev
2020-05-29
LibJS: Throw in strict mode when assigning property to primitive value
Linus Groh
2020-05-28
Meta: Tweak license in celebration of 10'000 commits :^)
Andreas Kling
2020-05-28
LibWeb: Add a way to stop the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Implement more of the "after body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Parse comments in the "in body" insertion mode
Andreas Kling
[next]