summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-11LibIMAP: Support for remaining IMAP commandsx-yl
2021-06-11LibIMAP: Support for APPENDx-yl
2021-06-11LibIMAP: Support for COPY, CREATE, DELETE and RENAMEx-yl
2021-06-11LibIMAP: Support for STORE and STATUSx-yl
2021-06-11LibIMAP: Support for the SEARCH commandx-yl
2021-06-11LibIMAP: Support for FETCH BodyStructurex-yl
2021-06-11LibIMAP: Support for the FETCH command (*mostly)x-yl
2021-06-11LibIMAP: Support for the IDLE commandx-yl
2021-06-11LibIMAP: Support for LOGIN and LOGOUTx-yl
2021-06-11LibIMAP: Support for the LIST and SELECT commandsx-yl
2021-06-11LibIMAP: Support for CAPABILITY command & responsex-yl
2021-06-11LibIMAP: Add a new IMAP client and support NOOPx-yl
2021-06-11LibCore: Add a way to parse a DateTime from a stringx-yl
2021-06-11LibJS: Implement AggregateErrorLinus Groh
2021-06-11LibJS: Only initialize in add_constructor() if not already doneLinus Groh
2021-06-11LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}Linus Groh
2021-06-11LibJS: Parse only AssignmentExpressions in ComputedPropertyNamesGal Horowitz
2021-06-11LibJS: Use an enum class instead of 'bool is_generator'Ali Mohammad Pur
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1
2021-06-11LibTest: Don't try to pass stderr to warnlnHendiadyoin1
2021-06-11LibWeb: Set a detach key for ArrayBuffers returned from WASMIdan Horowitz
2021-06-11LibJS: Implement bytecode generation for switchMarcin Gasperowicz
2021-06-11Libc: Silence debug spam from `strerror`Jelle Raaijmakers
2021-06-11LibC: Let `strerror_r` fail if `errnum` < 0Jelle Raaijmakers
2021-06-11WebServer: Add support for HTTP basic authenticationMax Wipfli
2021-06-11LibHTTP: Add HTTP Basic Authentication header generation and parsingMax Wipfli
2021-06-11WebServer: Move server configuration into WebServer::ConfigurationMax Wipfli
2021-06-11WebServer: Use canonical reasons phrases for error responsesMax Wipfli
2021-06-11LibHTTP: Implement getting the correct reason phrase from HttpResponseMax Wipfli
2021-06-11WebServer: Sort entries in directory listingMax Wipfli
2021-06-11WebServer: Append trailing slash for directory linksMax Wipfli
2021-06-11WebServer: Make ".." equal to "." in server root directoryMax Wipfli
2021-06-11WebServer: Refuse to respond to requests for device filesMax Wipfli
2021-06-11WebServer: Use outln() instead of printf()Max Wipfli
2021-06-11WebServer: Defer invocation of Client::remove_from_parent()Max Wipfli
2021-06-11WebServer: Use east const style in Client.{cpp,h}Max Wipfli
2021-06-11Chess: Remove 1:1 window aspect ratioJoshua Gollaher
2021-06-11LibJS: Add bytecode generation for FunctionExpression :^)Andreas Kling
2021-06-11LibJS: Move is_arrow_function() from FunctionExpression to FunctionNodeAndreas Kling
2021-06-11LibJS: Fix two accidentally incorrect ScriptFunction constructionsLinus Groh
2021-06-11LibJS: Set Error message attributes to writable and configurable onlyLinus Groh
2021-06-11LibJS: Set NativeError constructors' prototype to Error constructorLinus Groh
2021-06-11LibJS: Basic bytecode support for computed member expressionsAndreas Kling
2021-06-11LibJS: Switch AST.{h,cpp} to east constAli Mohammad Pur
2021-06-11LibJS: Implement generator functions (only in bytecode mode)Ali Mohammad Pur
2021-06-11LibJS: Resolve the `this' value in call expression bytecodeAli Mohammad Pur
2021-06-11LibJS: Automatically split linear bytecode into multiple blocksAli Mohammad Pur
2021-06-10LibJS: Allow and check for detached ArrayBuffersIdan Horowitz
2021-06-10LibJS: Throw TypeError on non-object this value in ArrayBuffer methodsIdan Horowitz
2021-06-10LibJS: Dont mask non-RangeError exceptions in ArrayBuffer constructionIdan Horowitz