summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-03-18LibCrypto: Implement the SECP256r1 elliptic curveMichiel Visser
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-16LibTest: Provide detailed per-file JSON output with --per-fileAli Mohammad Pur
2022-03-13AK: Add naive implementations of AK::timing_safe_compareBrian Gianforcaro
2022-03-13Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cppBrian Gianforcaro
2022-03-10Tests: Port TestHTMLTokenizer to Core::StreamSam Atkins
2022-03-10Tests: Port TestCommonmark to Core::StreamSam Atkins
2022-03-10Tests: Port test-wasm to Core::StreamSam Atkins
2022-03-10Tests: Port test-cpp-preprocessor to Core::StreamSam Atkins
2022-03-10Tests: Port test-cpp-parser to Core::StreamSam Atkins
2022-03-09AK: Add reverse iterator as memberFederico Guerinoni
2022-03-09AK: Implement wrapper for reverse range for loopFederico Guerinoni
2022-03-09AK: Implement reverse iterator for Vector classFederico Guerinoni
2022-03-09LibCrypto: Add curve X448stelar7
2022-03-08LibC: Set `saved_str` to null in strtok_r if no tokens were foundDaniel Bertalan
2022-03-08AK: Add IPv6Address classTom
2022-03-08Tests: Include limits.h for PATH_MAX in realpath testsTim Schumacher
2022-03-08Tests: Include limits.h for MB_LEN_MAX in wchar testsTim Schumacher
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-03-07AK: Add test for unbounded HashTable capacity leakAndreas Kling
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-02AK: Print NaN and infinite numbers in PrintfImplementationPeter Ross
2022-03-02LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`Peter Ross
2022-02-28AK: Add tests for integer values formatting in printfTimur Sultanov
2022-02-28AK: Add FixedPoint base 2 logarithmkleines Filmröllchen
2022-02-28AK: Fix FixedPoint to integral comparisonskleines Filmröllchen
2022-02-27Tests: Test DisjointChunks with FixedArraykleines Filmröllchen
2022-02-25AK: Ignore whitespace while decoding base64Andreas Kling
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling
2022-02-21LibWeb: Fix 'Comment end state' in HTML TokenizerAdam Hodgen
2022-02-20LibRegex: Make codegen+optimisation for alternatives much fasterAli Mohammad Pur
2022-02-20LibRegex: Make parse_disjunction() consume all disjunctions in one frameAli Mohammad Pur
2022-02-20LibRegex: Allow quantifiers after quantifiable assertionsAli Mohammad Pur
2022-02-20LibC: Do not write value when scanf assignment value is suppressedPeter Ross
2022-02-20LibC: Do not include suppressed assignments in scanf return valuePeter Ross
2022-02-18LibCrypto: Add curve x25519stelar7
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16LibCore+Tests: Add SeekableStream::truncate()Sam Atkins
2022-02-16AK: Fix userland parsing of rounded floating point numbersserenitydev
2022-02-15AK+Kernel: OOM-harden most parts of TrieAli Mohammad Pur
2022-02-15Tests: Add Unicode tests for CharacterType block propertiesthankyouverycool
2022-02-14LibCore+Tests: Remove Core::UDPSocket :^)sin-ack
2022-02-14LibRegex: Correct the alternative matching order when one is emptyAli Mohammad Pur
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek
2022-02-13LibSQL: Convert binary SQL operations to be fallibleTimothy Flynn
2022-02-13LibSQL: Implement converting float and tuple values to a booleanTimothy Flynn
2022-02-13Tests: Add test for LibC mkdir()Max Wipfli
2022-02-13LibWeb: Update TestHTMLTokenizer's expected token hashTimothy Flynn