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-04-13
LibJS: Unset m_unwind_until_label in stop_unwind()
Linus Groh
2021-04-13
LibJS: Add set_exception() and change throw_exception() to take a reference
Linus Groh
2021-04-13
LibJS: Update empty TryStatement result value to undefined
Linus Groh
2021-04-13
LibJS: Fix return value of TryStatement with finalizer
Linus Groh
2021-04-13
LibJS: Replace two more uses of unwind(ScopeType::None) with stop_unwind()
Linus Groh
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-13
LanguageServers: Only notify client about updated declarations
Itamar
2021-04-13
HackStudio: Store known symbol declarations in ProjectDeclarations
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-13
LibJS: Array.from mapFn fixes + thisArg support
tuqqu
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-13
LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULL
Brendan Coles
2021-04-13
FileManager+FileOperation: Show byte progress of current file
Andreas Kling
2021-04-13
LibGUI: Allow GUI::ProgressBar to have min() == max()
Andreas Kling
2021-04-13
FileManager: Use a Core::File for the FileOperation pipes
Andreas Kling
2021-04-13
FileManager: Use FileOperation to perform drag&drop copy out-of-process
Andreas Kling
2021-04-13
FileOperation: Add a new helper program for out-of-process file ops
Andreas Kling
2021-04-13
Keymaps: Add pl keymap (#6282)
breakgimme
2021-04-13
Shell: flush stderr and stdout when using builtins
jacob gw
2021-04-13
Shell: add `type` builtin
jacob gw
2021-04-12
Kernel: Mark s_syscall_table const so it ends up in ro_data.
Brian Gianforcaro
2021-04-12
Ports: Link curl against openssl and disable non-blocking I/O
Gunnar Beutner
2021-04-12
Ports: Remove configure option which disables getattrinfo() for curl
Gunnar Beutner
2021-04-12
Ports: Fix for building openssh
Gunnar Beutner
2021-04-12
LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()
Gunnar Beutner
2021-04-12
LibC: The port numbers returned by getservby*() should be in network byte order
Gunnar Beutner
2021-04-12
LibC: Validate the len argument for inet_ntop()
Gunnar Beutner
2021-04-12
LibDebug: Stop parsing unhandled variable types
FalseHonesty
2021-04-12
HackStudio: Fix debugger preview for char variables
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
2021-04-12
HackStudio: Properly support Debugger's new source root concept
FalseHonesty
2021-04-12
Ports: Remove obsolete patches for <limits.h>
Gunnar Beutner
2021-04-12
Toolchain: Install system headers before building GCC
Gunnar Beutner
2021-04-12
AK: Fix StringView::find_last_of for one-character views
Timothy Flynn
2021-04-12
Browser: Change value of "the latest representable date" for cookies
Timothy Flynn
2021-04-12
Browser: Add debug command to dump cookies
Timothy Flynn
2021-04-12
Base: Update cookie test page to set some attributes
Timothy Flynn
2021-04-12
Browser: Process Expires cookie attribute
Timothy Flynn
2021-04-12
AK: Add a predicate variant of StringView::split_view
Timothy Flynn
2021-04-12
LibC: Use dbgln() in strerror() and strsignal()
Gunnar Beutner
2021-04-12
LibC: Turn CRASH() into a function and add noreturn attribute
Gunnar Beutner
2021-04-12
WindowServer: Fix notification placement
Valtteri Koskivuori
2021-04-12
Meta: Add .vim directory to .gitignore
David Isaksson
2021-04-12
HackStudio: Allow users to drag and drop files into the editor
RickySeverino
2021-04-12
Kernel: Replace process' regions vector with a Red Black tree
Idan Horowitz
2021-04-12
Kernel: Remove old region from process' regions vector before splitting
Idan Horowitz
2021-04-12
AK: Implement IntrusiveRedBlackTree container
Idan Horowitz
2021-04-12
AK: Implement RedBlackTree container
Idan Horowitz
2021-04-12
UserspaceEmulator: Improve detection of memory leaks
Tobias Christiansen
[prev]
[next]