index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
2021-06-11
LibIMAP: Support for APPEND
x-yl
2021-06-11
LibIMAP: Support for COPY, CREATE, DELETE and RENAME
x-yl
2021-06-11
LibIMAP: Support for STORE and STATUS
x-yl
2021-06-11
LibIMAP: Support for the SEARCH command
x-yl
2021-06-11
LibIMAP: Support for FETCH BodyStructure
x-yl
2021-06-11
LibIMAP: Support for the FETCH command (*mostly)
x-yl
2021-06-11
LibIMAP: Support for the IDLE command
x-yl
2021-06-11
LibIMAP: Support for LOGIN and LOGOUT
x-yl
2021-06-11
LibIMAP: Support for the LIST and SELECT commands
x-yl
2021-06-11
LibIMAP: Support for CAPABILITY command & response
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
Libc: Silence debug spam from `strerror`
Jelle Raaijmakers
2021-06-11
LibC: Let `strerror_r` fail if `errnum` < 0
Jelle Raaijmakers
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
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
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-10
LibJS: Allow and check for detached ArrayBuffers
Idan Horowitz
2021-06-10
LibJS: Throw TypeError on non-object this value in ArrayBuffer methods
Idan Horowitz
2021-06-10
LibJS: Dont mask non-RangeError exceptions in ArrayBuffer construction
Idan Horowitz
[next]