index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2022-03-26
LibCrypto: Correctly add length to SHA384 and SHA512 hashes
Michiel Visser
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-20
Everywhere: Move commonmark.spec.json to /home/anon/Tests
Brian Gianforcaro
2022-03-20
Everywhere: Move cpp-tests under /home/anon/Tests
Brian Gianforcaro
2022-03-20
LibCrypto: Add DH exchange for SECP256r1 to TestCurves
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Add SECP256r1 support to LibTLS
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-18
AK+Tests: Fix StringUtils::contains() being confused by repeating text
Sam Atkins
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-03-13
AK: Add naive implementations of AK::timing_safe_compare
Brian Gianforcaro
2022-03-13
Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp
Brian Gianforcaro
2022-03-10
Tests: Port TestHTMLTokenizer to Core::Stream
Sam Atkins
2022-03-10
Tests: Port TestCommonmark to Core::Stream
Sam Atkins
2022-03-10
Tests: Port test-wasm to Core::Stream
Sam Atkins
2022-03-10
Tests: Port test-cpp-preprocessor to Core::Stream
Sam Atkins
2022-03-10
Tests: Port test-cpp-parser to Core::Stream
Sam Atkins
2022-03-09
AK: Add reverse iterator as member
Federico Guerinoni
2022-03-09
AK: Implement wrapper for reverse range for loop
Federico Guerinoni
2022-03-09
AK: Implement reverse iterator for Vector class
Federico Guerinoni
2022-03-09
LibCrypto: Add curve X448
stelar7
2022-03-08
LibC: Set `saved_str` to null in strtok_r if no tokens were found
Daniel Bertalan
2022-03-08
AK: Add IPv6Address class
Tom
2022-03-08
Tests: Include limits.h for PATH_MAX in realpath tests
Tim Schumacher
2022-03-08
Tests: Include limits.h for MB_LEN_MAX in wchar tests
Tim Schumacher
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-03-07
AK: Add test for unbounded HashTable capacity leak
Andreas Kling
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-02
AK: Print NaN and infinite numbers in PrintfImplementation
Peter Ross
2022-03-02
LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`
Peter Ross
2022-02-28
AK: Add tests for integer values formatting in printf
Timur Sultanov
2022-02-28
AK: Add FixedPoint base 2 logarithm
kleines Filmröllchen
2022-02-28
AK: Fix FixedPoint to integral comparisons
kleines Filmröllchen
2022-02-27
Tests: Test DisjointChunks with FixedArray
kleines Filmröllchen
2022-02-25
AK: Ignore whitespace while decoding base64
Andreas Kling
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-21
LibWeb: Fix 'Comment end state' in HTML Tokenizer
Adam Hodgen
2022-02-20
LibRegex: Make codegen+optimisation for alternatives much faster
Ali Mohammad Pur
2022-02-20
LibRegex: Make parse_disjunction() consume all disjunctions in one frame
Ali Mohammad Pur
2022-02-20
LibRegex: Allow quantifiers after quantifiable assertions
Ali Mohammad Pur
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-18
LibCrypto: Add curve x25519
stelar7
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-16
LibCore+Tests: Add SeekableStream::truncate()
Sam Atkins
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
[next]