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-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-02-05
LibRegex: Support non-ASCII whitespace characters when matching \s or \S
Timothy Flynn
2022-02-05
LibSQL: Implement DESCRIBE TABLE tests
Mahmoud Mandour
2022-02-05
LibJS+LibRegex: Don't repeat regex match in regexp_exec()
Ali Mohammad Pur
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-30
AK: Disable the empty-string-vs-null-string test until we have a fix
Andreas Kling
2022-01-30
Tests: Add test for null string and empty string to be unequal
networkException
2022-01-25
Tests+LibJS: Add very simple bytecode LibJS tests
davidot
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2022-01-25
LibC: Ensure most time tests run under UTC
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-25
LibTimeZone: Handle time zones which begin the year in daylight savings
Timothy Flynn
2022-01-25
LibTimeZone: Add an API to retrieve both daylight and standard offsets
Timothy Flynn
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibEDID: Fix handling extension maps
Tom
2022-01-24
LibCore: Improve handling of parsing errors in FilePermissionsMask
Xavier Defrang
2022-01-24
LibCore: Restore support for multiple symbolic classes
Xavier Defrang
2022-01-23
LibEDID: Add a library to parse EDID blobs
Tom
2022-01-23
AK: Add FixedPoint cast operator for up/downcasting to other sizes
Tom
2022-01-23
AK: Add Formatter<FixedPoint<...>> without floating point
Tom
2022-01-23
LibSQL: Add simple REGEXP match
mnlrsn
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2022-01-23
LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
Timothy Flynn
2022-01-22
LibRegex: Allow ClearCaptureGroup to create new groups
Ali Mohammad Pur
2022-01-22
Revert "LibRegex: Implement an ECMA262 Regex quirk with negative loo..."
Ali Mohammad Pur
2022-01-21
LibRegex: Allow the pattern to match the zero-length end of the string
Ali Mohammad Pur
2022-01-21
LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds
Ali Mohammad Pur
2022-01-21
LibRegex: Correct jump offset to the start of the loop block
Ali Mohammad Pur
2022-01-20
Tests: Add should_error_when_connection_fails test to TestLibCoreStream
sin-ack
2022-01-20
Tests: Fix the TestLibCoreStream local_socket_write test
sin-ack
2022-01-19
LibJS+LibUnicode: Return the appropriate time zone name depending on DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone: Begin handling DST when computing time zone offsets
Timothy Flynn
2022-01-18
LibCrypto+LibJS: Better bitwise binary_xor binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2022-01-16
Tests: Test whether stdio streams are flushed correctly on exit
Daniel Bertalan
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2022-01-16
LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy
Jan de Visser
[next]