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-07-28
LibWeb: Move MouseEvent into the UIEvents namespace
Andreas Kling
2020-07-28
LibX86: Disassemble most FPU instructions starting with D9
Nico Weber
2020-07-28
Meta: Calculate image size based on size of Build/Root and Base
Peter Elliott
2020-07-28
Userland: Make su require passwords
Peter Elliott
2020-07-28
Userland: Add passwd utility
Peter Elliott
2020-07-28
LibCore: add get_password().
Peter Elliott
2020-07-28
LibC: Add passwords to putpwent
Peter Elliott
2020-07-28
AK: Make String::substring() return non-null for 0-length strings
Peter Elliott
2020-07-28
LibCrypt: Add LibCrypt, crypt, and crypt_r
Peter Elliott
2020-07-28
SystemMenu: Add 'Themes' icon
Ben Wiederhake
2020-07-28
SystemMenu: Add icons for categories
Ben Wiederhake
2020-07-28
SystemMenu: Untangle app/category discovery and GUI building
Ben Wiederhake
2020-07-28
SystemMenu: Add icon to 'Exit' menu item
Ben Wiederhake
2020-07-28
LibGUI: Enable icons for SubMenus
Ben Wiederhake
2020-07-28
LibGUI: Refactor icon realization in Menu
Ben Wiederhake
2020-07-28
LibGUI: Set correct default value during menu destruction
Ben Wiederhake
2020-07-28
DevTools: Let Inspector use ProcessChooser and new icons.
thankyouverycool
2020-07-28
DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI
thankyouverycool
2020-07-28
Base: Add icons and af files for Profiler and Inspector
thankyouverycool
2020-07-28
Userland: Fix nc by not memset()'ing the input address char*
Linus Groh
2020-07-28
LibC: Fix strtol() not setting endptr correctly for "0"
Andreas Kling
2020-07-28
UserspaceEmulator: Add syscalls: stat(), realpath(), gethostname()
Andreas Kling
2020-07-28
UserspaceEmulator: Don't just return "EMULATED" in get_process_name()
Andreas Kling
2020-07-28
LibC: Move getpagesize() out-of-line
Andreas Kling
2020-07-28
UserspaceEmulator: Support ioctl(TIOCGWINSZ)
Andreas Kling
2020-07-27
WebServer: Show icons in directory listings :^)
Andreas Kling
2020-07-27
Lagom: Build with -std=c++2a -Wno-deprecated-copy
Andreas Kling
2020-07-27
.gitignore: Add .swo
Nico Weber
2020-07-27
LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of decode_pem to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of RSA::parse_rsa_key to use Span.
asynts
2020-07-27
LibCore: Change the signature of Socket::send() to use Span.
asynts
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
AK: Rename Span::subspan() to Span::slice().
asynts
2020-07-27
AK: Add offset() method to Span.
asynts
2020-07-27
AK: Add span() / bytes() methods to container types.
asynts
2020-07-27
AK: Add implicit conversion from nullptr to Span.
asynts
2020-07-27
AK: Add constructors to Bytes and ReadonlyBytes that take void pointers.
asynts
2020-07-27
AK: Define conversion from Span<T> to Span<const T> correctly.
asynts
2020-07-27
LibCrypto: This method wrote to a const pointer.
asynts
2020-07-27
WebServer: Try to send an appopriate Content-Type header
Andreas Kling
2020-07-27
LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore
Andreas Kling
2020-07-27
Base: Remove old ladybug icon
Andreas Kling
2020-07-27
WebServer: Use table tags in directory listings
Andreas Kling
2020-07-27
WebServer: Use urlencode() in directory listings
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-27
UserspaceEmulator: Set the process and thread name to "(UE) Executable"
Andreas Kling
2020-07-27
Base: Add man page about set_process_name(2)
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
[next]