summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-11Base: Document readonly atexit mitigationBen Wiederhake
2021-11-11Documentation: Update Debian dependency listBen Wiederhake
2021-11-11LibGfx: Include Vector.h in PNGLoader.cppTimothy Flynn
2021-11-11LibGfx: Remove now-unused load_gif_from_memory()Andreas Kling
2021-11-11LibGfx: Use ImageDecoder in Bitmap::try_load_from_fd_and_close()Andreas Kling
2021-11-11LibGfx: Remove load_FORMAT() image codec wrappersAndreas Kling
2021-11-11Tests/LibGfx: Actually test image decoders in TestImageDecoderAndreas Kling
2021-11-11Utilities: cut: Implement field-based cuttingTim Schumacher
2021-11-11Utilities: cut: Split up into file and line processingTim Schumacher
2021-11-11Utilities: cut: Work exclusively with rangesTim Schumacher
2021-11-11Utilities: cut: Move string splitting into expand_listTim Schumacher
2021-11-11Utilities: cut: Migrate to ArgsParserTim Schumacher
2021-11-11LibWasm: Fix broken build after merging un-rebased Validator changesAndreas Kling
2021-11-11LibC: Avoid unnecessary mprotect during program finalizationBen Wiederhake
2021-11-11LibC: Track capacity in terms of AtExitEntry's, not bytesBen Wiederhake
2021-11-11LibC: Avoid unnecessary mprotect during program initializationBen Wiederhake
2021-11-11LibWeb: Implement WebAssembly::validate()Ali Mohammad Pur
2021-11-11LibWasm: Remove traps caught by validationAli Mohammad Pur
2021-11-11LibWasm: Implement module validationAli Mohammad Pur
2021-11-11LibWasm: Make opcode definitions enumerable through a macroAli Mohammad Pur
2021-11-11Meta: Update WebAssembly testsuite branch nameAli Mohammad Pur
2021-11-11LibDSP: Optimize note processingkleines Filmröllchen
2021-11-11LibDSP: Move to constexpr wherever possiblekleines Filmröllchen
2021-11-11LibDSP: Clean up ProcessorParameter headerkleines Filmröllchen
2021-11-11AK: Allow to clear HashTables/Maps with capacityHendiadyoin1
2021-11-10Solitaire: Fix 3 card draw from reversing after an undoCamron
2021-11-11LibCrypto: Pass AK::Bytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-11Kernel/Ext2FS: Propagate HashMap errors instead of panickingAndreas Kling
2021-11-11AK: Make HashTable and HashMap try_* functions return ErrorOr<T>Andreas Kling
2021-11-11LibJS: Add missing (void) to handle [[nodiscard]] TRY() resultLinus Groh
2021-11-10LibJS: Implement the rest of to_temporal_month_day()Linus Groh
2021-11-10LibJS: Rename ZonedDateTime's MatchBehavior enum members to match specLinus Groh
2021-11-10Kernel/Ext2FS: Propagate errors from block list computation functionsAndreas Kling
2021-11-10Kernel: Propagate Vector append errors in two places in Ext2FSAndreas Kling
2021-11-10Kernel: Make Inode::traverse_as_directory() callback return ErrorOrAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK: Make Vector::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.hAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-11-10LibWeb: Make property_initial_value() return a NonnullRefPtrSam Atkins
2021-11-10LibWeb: Ensure that CSS initial values are always valid :^)Sam Atkins
2021-11-10LibWeb: Allow `none` value for `transform` propertySam Atkins
2021-11-10LibWeb: Add initial values for all CSS propertiesSam Atkins
2021-11-10LibWeb: Add initial values and longhands to `background` definitionSam Atkins
2021-11-10LibWeb: Correct initial values in Properties.jsonSam Atkins
2021-11-10LibJS: Remove left-over debug assertion from the Await AOIdan Horowitz
2021-11-10LibJS: Do not parse async methods with a new line after the "async"Idan Horowitz
2021-11-10Kernel: Make (f)statvfs report filesystem ID correctlyBen Wiederhake