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-11
Meta: Fuzz the LibIMAP Parser
x-yl
2021-06-11
LibIMAP: Add a new IMAP client and support NOOP
x-yl
2021-06-11
LibCore: Add a way to parse a DateTime from a string
x-yl
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-11
LibJS: Only initialize in add_constructor() if not already done
Linus Groh
2021-06-11
LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}
Linus Groh
2021-06-11
LibJS: Parse only AssignmentExpressions in ComputedPropertyNames
Gal Horowitz
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-11
LibTest: Don't try to pass stderr to warnln
Hendiadyoin1
2021-06-11
LibWeb: Set a detach key for ArrayBuffers returned from WASM
Idan Horowitz
2021-06-11
LibJS: Implement bytecode generation for switch
Marcin Gasperowicz
2021-06-11
Meta: Add Max Wipfli to the contributors list :^)
Andreas Kling
2021-06-11
Libc: Silence debug spam from `strerror`
Jelle Raaijmakers
2021-06-11
LibC: Let `strerror_r` fail if `errnum` < 0
Jelle Raaijmakers
2021-06-11
Kernel: Use m_inode to stat in FileDescription::stat() if available
Max Wipfli
2021-06-11
Kernel: Add missing BrightWhite color to VirtualConsole
Daniel Bertalan
2021-06-11
WebServer: Add support for HTTP basic authentication
Max Wipfli
2021-06-11
LibHTTP: Add HTTP Basic Authentication header generation and parsing
Max Wipfli
2021-06-11
WebServer: Move server configuration into WebServer::Configuration
Max Wipfli
2021-06-11
WebServer: Use canonical reasons phrases for error responses
Max Wipfli
2021-06-11
LibHTTP: Implement getting the correct reason phrase from HttpResponse
Max Wipfli
2021-06-11
WebServer: Sort entries in directory listing
Max Wipfli
2021-06-11
WebServer: Append trailing slash for directory links
Max Wipfli
2021-06-11
WebServer: Make ".." equal to "." in server root directory
Max Wipfli
2021-06-11
WebServer: Refuse to respond to requests for device files
Max Wipfli
2021-06-11
WebServer: Use outln() instead of printf()
Max Wipfli
2021-06-11
WebServer: Defer invocation of Client::remove_from_parent()
Max Wipfli
2021-06-11
WebServer: Use east const style in Client.{cpp,h}
Max Wipfli
2021-06-11
Ports/OpenSSL: Switch to sha256 signature check
Jelle Raaijmakers
2021-06-11
Ports/OpenSSL: Use `install_prefix` to fix resource install
Jelle Raaijmakers
2021-06-11
Ports/OpenSSL: Remove test statement
Jelle Raaijmakers
2021-06-11
Ports/OpenSSL: Remove unnecessary patch
Jelle Raaijmakers
2021-06-11
Kernel: Block writes while we're establishing the TCP connection
Gunnar Beutner
2021-06-11
Revert "Meta: Use Intel 82574 instead of Intel 82540 in the run script"
Gunnar Beutner
2021-06-11
Kernel: Print stack traces for crashes in release builds
Gunnar Beutner
2021-06-11
Kernel: Enable VERIFY() checks even if the DEBUG macro is not defined
Gunnar Beutner
2021-06-11
Chess: Remove 1:1 window aspect ratio
Joshua Gollaher
2021-06-11
LibJS: Add bytecode generation for FunctionExpression :^)
Andreas Kling
2021-06-11
LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode
Andreas Kling
2021-06-11
LibJS: Fix two accidentally incorrect ScriptFunction constructions
Linus Groh
2021-06-11
LibJS: Set Error message attributes to writable and configurable only
Linus Groh
2021-06-11
LibJS: Set NativeError constructors' prototype to Error constructor
Linus Groh
2021-06-11
Kernel: Increase m_bytes_out only once during transmission
Idan Horowitz
2021-06-11
LibJS: Basic bytecode support for computed member expressions
Andreas Kling
2021-06-11
LibJS: Switch AST.{h,cpp} to east const
Ali Mohammad Pur
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-11
LibJS: Resolve the `this' value in call expression bytecode
Ali Mohammad Pur
2021-06-11
LibJS: Automatically split linear bytecode into multiple blocks
Ali Mohammad Pur
2021-06-11
AK: Make NonnullRefPtrVector constructible from Vector<NonnullRefPtr>
Ali Mohammad Pur
[prev]
[next]