.. |
LibArchive
|
d0eb376520
LibArchive: Move method implementations away from header
|
4 vuotta sitten |
LibAudio
|
195d6d006f
LibAudio: Resample FLAC audio data
|
4 vuotta sitten |
LibC
|
bd6dc5ccec
Meta+LibC: Don't allow text relocations in SerenityOS libraries
|
4 vuotta sitten |
LibCards
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 vuotta sitten |
LibChess
|
add3a02ddd
LibChess: Fix hashing of the chess board
|
4 vuotta sitten |
LibCompress
|
325febf4e5
LibCompress: Discard GZip NAME & COMMENT optional strings
|
4 vuotta sitten |
LibCore
|
95bc8e4641
LibCore: Make DateTime's members signed
|
4 vuotta sitten |
LibCoreDump
|
9265f24816
LibCoreDump: Make narrowing `uint64_t` => `FlatPtr` conversion explicit
|
4 vuotta sitten |
LibCpp
|
e57fdb63f8
Tests: Add regression tests for the LibCpp preprocessor
|
4 vuotta sitten |
LibCrypt
|
d8a3609aa9
Everywhere: Add a blank line after copyright header where missing
|
4 vuotta sitten |
LibCrypto
|
ff6ca0f02d
LibCrypto: Add operator<= and operator>= to SignedBigInteger
|
4 vuotta sitten |
LibDebug
|
7396e4aedc
LibDebug: Store 64-bit numbers in AttributeValue
|
4 vuotta sitten |
LibDesktop
|
779316d468
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
|
4 vuotta sitten |
LibDiff
|
de395a3df2
AK+Everywhere: Consolidate String::index_of() and String::find()
|
4 vuotta sitten |
LibDl
|
e1ff30a360
Toolchain+Userland: Enable TLS for x86_64
|
4 vuotta sitten |
LibELF
|
e4f0795ae4
LibELF+LibTest: Fix incorrect #ifdef
|
4 vuotta sitten |
LibFileSystemAccessClient
|
95ee7069d5
FileSystemAccessServer: Add window title as parameter for opening file
|
4 vuotta sitten |
LibGL
|
68d895eb7c
LibGL: Don't crash on invalid pname value in glGetFloatv
|
4 vuotta sitten |
LibGUI
|
d8fd4eee9b
LibGUI: Move common action definitions to CommonActions.cpp
|
4 vuotta sitten |
LibGemini
|
9cc35d1ba3
AK: Implement String::find_any_of() and StringView::find_any_of()
|
4 vuotta sitten |
LibGfx
|
1268b39ba0
LibGfx: Make FastBoxBlurFilter go faster
|
4 vuotta sitten |
LibHTTP
|
d456af1cd3
LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
|
4 vuotta sitten |
LibIMAP
|
97bd13264a
Everywhere: Make use of container version of all_of
|
4 vuotta sitten |
LibIPC
|
b2a849935b
LibIPC: Pass only message size to decoder
|
4 vuotta sitten |
LibImageDecoderClient
|
ac650d2362
Userland: Remove dummy IPC methods
|
4 vuotta sitten |
LibJS
|
0e201fbb42
LibJS: Implement Temporal.PlainDate.prototype.toJSON()
|
4 vuotta sitten |
LibKeyboard
|
65db56cd9f
LibKeyboard: Remove an unnecessary #include when building with KERNEL
|
4 vuotta sitten |
LibLine
|
137d716495
LibLine: Correct spelling mistake in variable name
|
4 vuotta sitten |
LibM
|
c5f6ba6e71
AK: Introduce Math.h
|
4 vuotta sitten |
LibMarkdown
|
a8946eb888
LibMarkdown: Wrap non-inline code blocks in <pre>
|
4 vuotta sitten |
LibPCIDB
|
7ae7170d61
Everywhere: "file name" => "filename"
|
4 vuotta sitten |
LibPDF
|
ed46d52252
Everywhere: Use AK/Math.h if applicable
|
4 vuotta sitten |
LibProtocol
|
30cdebfa9e
LibProtocol: Use URL class in RequestClient::start_request argument
|
4 vuotta sitten |
LibPthread
|
4226b662cd
Kernel+Userland: Remove global futexes
|
4 vuotta sitten |
LibRegex
|
325eabc770
LibRegex: Ensure the GoBack operation decrements the code unit index
|
4 vuotta sitten |
LibSQL
|
15f95220ae
AK+Everywhere: Delete Variant's default constructor
|
4 vuotta sitten |
LibSanitizer
|
653d22e21f
LibSanitizer+AK: Add float cast overflow handler
|
4 vuotta sitten |
LibSymbolication
|
c4437e19bd
LibDebug+Everywhere: Make DebugInfo not own the ELF image
|
4 vuotta sitten |
LibSyntax
|
71b4433b0d
LibWeb+LibSyntax: Implement nested syntax highlighters
|
4 vuotta sitten |
LibSystem
|
deff554096
Kernel+LibSystem: Add a 4th syscall argument
|
4 vuotta sitten |
LibTLS
|
7089135a07
LibTLS: Add DHE_RSA AES GCM cipher suites
|
4 vuotta sitten |
LibTest
|
332b29c741
LibTest+Utilities: Print a start message before each test in run-tests
|
4 vuotta sitten |
LibTextCodec
|
3b2a528b33
LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encoding
|
4 vuotta sitten |
LibThreading
|
2e3df52862
Revert "LibThreading: Fix BackgroundAction result use-after-free"
|
4 vuotta sitten |
LibUSBDB
|
906d3e9f44
LibUSBDB: Fix vendor id decoding
|
4 vuotta sitten |
LibUnicode
|
a98d3a1a85
LibUnicode: Download and parse DerivedNormalizationProps UCD file
|
4 vuotta sitten |
LibVT
|
a0d7640e03
Userland: Make use of container version of any_of
|
4 vuotta sitten |
LibVideo
|
84656788bf
Userland: Use kmalloc_array() where appropriate
|
4 vuotta sitten |
LibWasm
|
8b6397446e
LibWasm: Move some Values and Vector<Value>s instead of copying them
|
4 vuotta sitten |
LibWeb
|
a401a0f8fe
LibWeb: Add fast_is<Layout::InitialContainingBlockBox>
|
4 vuotta sitten |
LibWebSocket
|
51c2c69357
AK+Everywhere: Disallow constructing Functions from incompatible types
|
4 vuotta sitten |
LibX86
|
594903742b
LibX86: Stub out Disassembler::next() for x86_64
|
4 vuotta sitten |
CMakeLists.txt
|
af9be6e093
LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx
|
4 vuotta sitten |