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-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
2020-05-28
LibWeb: Implement a bunch more script-related tokenization states
Andreas Kling
2020-05-28
LibWeb: Add HTMLToken::make_character()
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
LibWeb: Fix HTMLDocumentParser build
Andreas Kling
2020-05-28
LibWeb: Remove a misplaced call to close_a_p_element() in "in body"
Andreas Kling
2020-05-28
LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"
Andreas Kling
2020-05-28
Browser: Switch focus to the web page after pressing return in URL bar
Andreas Kling
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-28
LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax error
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-28
LibJS: Fix out-of-range error in Parser::Error::source_location_hint
Matthew Olsson
2020-05-28
LibC: run clang-format on getopt.h to remove tab characters
Emanuele Torre
2020-05-28
LibWeb: replace some tab characters with spaces
Emanuele Torre
2020-05-28
IRCClient: remove some unused headers and replace tabs with spaces
Emanuele Torre
2020-05-28
Meta: Move INSTALL.md into Documentation/
Andreas Kling
2020-05-28
LibWeb: Fall back to block layout for unimplemented CSS display values
Andreas Kling
2020-05-28
LibWeb: Add default UA style for some table-related elements
Andreas Kling
2020-05-28
LibWeb: Plumb content encoding into the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Parse "input" tags during the "in body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Parse "td" start tags during "in cell" insertion mode
Andreas Kling
2020-05-28
LibGUI: Don't show big Buggie in app about dialogs
Andreas Kling
2020-05-28
LibWeb: Support named character references (e.g "&")
Andreas Kling
2020-05-28
Base: Add manpage for xargs
AnotherTest
2020-05-28
Userland: Add a basic xargs
AnotherTest
[prev]
[next]