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-04-11
AK: Disable the HashTable<double> test until UB issue is fixed
Andreas Kling
2022-04-10
AK: Add hash traits for floating-point primitives
Andreas Kling
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-08
test-js: Define detachArrayBuffer global function
Timothy Flynn
2022-04-08
LibCrypto: Add Poly1305
stelar7
2022-04-06
Tests: Remove test-web
Andreas Kling
2022-04-05
AK: Invalidate UTF-8 encoded code points larger than U+10ffff
Timothy Flynn
2022-04-04
AK: Allow Optional<T&> to exist
Ali Mohammad Pur
2022-04-03
Tests: Make TestEFault not rely on automatic guard pages
Andreas Kling
2022-04-03
Tests: Clear errno before syscalls in TestEFault
Andreas Kling
2022-04-03
Tests: Remove unused macro in TestEFault
Andreas Kling
2022-04-03
Tests: Add some test coverage for the TTF parser
Nico Weber
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
Tests: Test non-trivial re-hashing in HashTable
kleines Filmröllchen
2022-03-31
Tests: Introduce a HashTable benchmark for "table thrashing"
kleines Filmröllchen
2022-03-30
AK: Allow printing wide characters using %ls modifier
safarp
2022-03-29
LibPDF: Add implementation of the Standard security handler
Matthew Olsson
2022-03-29
Tests: Add a basic UTF-8 to UTF-8 LibTextCodec test
Karol Kosek
2022-03-27
AK: Add an ArbitrarySizedEnum template
Linus Groh
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
[next]