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
2023-01-06
AK: Use base URL when the specified URL is empty
Thiago Henrique Hupner
2023-01-06
LibRegex: Prevent patterns from matching the empty string twice
Eli Youngs
2023-01-06
AK: Fix typo in -= operator of DistinctNumeric
Aliaksandr Kalenik
2023-01-03
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
Tim Schumacher
2023-01-03
Tests: Add a simple compression test for Zlib
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK+Tests: Replace years_to_days_since_epoch by near-instant function
Ben Wiederhake
2023-01-02
AK+Tests: Demonstrate slowness of years_to_days_since_epoch
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
AK+Tests: Add a test for formatting numbers in base 10 units
Arda Cinar
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2023-01-01
LibGL: Implement `GL_TEXTURE_ENV_COLOR`
Jelle Raaijmakers
2023-01-01
Tests/Kernel: Add missing mode parameter to open() calls in inode tests
Andreas Kling
2023-01-01
LibSQL: Add parsing and evaluation of BOOLEAN type literals
Timothy Flynn
2023-01-01
Kernel+Tests: Allow deleting someone else's file in my sticky directory
Andreas Kling
2023-01-01
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
Andreas Kling
2023-01-01
Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."
Andreas Kling
2022-12-31
LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z'
Ben Wiederhake
2022-12-31
LibCrypto: Don't crash in ASN1::parse_utc_time on missing 'Z'
Ben Wiederhake
2022-12-31
LibCrypto+Tests: Test and demonstrate broken ASN1::parse_utc_time
Ben Wiederhake
2022-12-31
Tests: Skip legacy exploit reproducer test on aarch64
Andrew Kaster
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET
2022-12-28
AK: Add tests for LittleEndian<enum class>
Nico Weber
2022-12-28
AK: Make BigEndian<> and LittleEndian<> work with enum classes
Nico Weber
2022-12-28
AK: Remove i686 support
Liav A
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-28
Tests: Remove i686 support
Liav A
2022-12-27
AK: Make StringUtils::matches() handle escaping correctly
Florian Cramer
2022-12-26
AK: Specialize TypeList for Variant types
Timothy Flynn
2022-12-25
test-wasm: Don't cast signed values to unsigned types in wasm_invoke
Andrew Kaster
2022-12-25
LibGL+LibWeb: Remove WebGL-specific API from GLContext
Jelle Raaijmakers
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-21
LibGfx: Rename TTF/TrueType to OpenType
Andreas Kling
2022-12-20
Meta+test262-runner: Check for signature of __assert_fail in CMake
Andrew Kaster
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-20
LibGfx: Support BMP favicons with less than 32 bpp
Bruno Conde
2022-12-17
LibGL+LibSoftGPU: Add GPU side shader infrastructure
Stephan Unverwerth
2022-12-17
LibGL: Implement glGetShaderiv
Stephan Unverwerth
2022-12-17
Tests: Add tests for LibGL shader subsystem
Stephan Unverwerth
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-17
Tests: ASCII-betical-ize CMakeLists AK tests
Lenny Maiorani
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-15
LibCore: Add an automatically allocating MemoryStream
Tim Schumacher
2022-12-15
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
Tim Schumacher
[next]