.. |
LibArchive
|
acf3154483
LibArchive: Limit all Tar header fields to their buffer length
|
3 år sedan |
LibAudio
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 år sedan |
LibC
|
b7cf84f542
LibC: Fix up a few copy-pasted INTMAX parameter names
|
3 år sedan |
LibCards
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 år sedan |
LibChess
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 år sedan |
LibCompress
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 år sedan |
LibConfig
|
f10036b7c5
LibConfig: Add list methods for groups and keys
|
3 år sedan |
LibCore
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 år sedan |
LibCoredump
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 år sedan |
LibCpp
|
081d9bd010
LibCpp: Cast unused smart-pointer return values to void
|
3 år sedan |
LibCrypt
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 år sedan |
LibCrypto
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
LibDSP
|
a0f6da7ceb
LibDSP: Cast unused smart-pointer return value to void
|
3 år sedan |
LibDebug
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
LibDesktop
|
b6f49924be
LibDesktop: Make allowlist APIs return ErrorOr<void>
|
3 år sedan |
LibDeviceTree
|
644928314a
Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees
|
3 år sedan |
LibDiff
|
faad7a3ed1
LibDiff: Fix error when parsing a 'new' hunk location
|
3 år sedan |
LibDl
|
e1ff30a360
Toolchain+Userland: Enable TLS for x86_64
|
4 år sedan |
LibELF
|
48c9350036
LibELF: Add `LD_LIBRARY_PATH` envvar support :^)
|
3 år sedan |
LibFileSystemAccessClient
|
60c3ad9ae8
LibFileSystemAccessClient: Allow custom access rights for open/save
|
3 år sedan |
LibGL
|
c19632128c
LibGL+LibSoftGPU: Implement texture coordinate generation
|
3 år sedan |
LibGUI
|
645712be3b
EmojiInputDialog: Ensure that all buttons are equal width
|
3 år sedan |
LibGemini
|
d78365f785
LibGemini: Avoid implicitly copying ByteBuffer
|
3 år sedan |
LibGfx
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
LibHTTP
|
f59f7674c8
LibHTTP: Avoid implicitly copying ByteBuffer
|
3 år sedan |
LibIMAP
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 år sedan |
LibIPC
|
971b3645ef
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
|
3 år sedan |
LibImageDecoderClient
|
80d4e830a0
Everywhere: Pass AK::ReadonlyBytes by value
|
3 år sedan |
LibJS
|
3301b0b33d
LibJS: Remove duplicate assignment step from parse_iso_date_time()
|
3 år sedan |
LibKeyboard
|
4e65c4dae4
LibKeyboard: Change some Optional<T> returns to ErrorOr<T>
|
3 år sedan |
LibLine
|
d70aba6a11
LibLine: Replace call to vfork() with fork()
|
3 år sedan |
LibM
|
d8ee3839e4
LibM: Count fractions when exponent < -1 with mantissa == 0
|
3 år sedan |
LibMain
|
bf714efa41
LibMain: Make "Runtime error" `warnln` red
|
3 år sedan |
LibMarkdown
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
LibPCIDB
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 år sedan |
LibPDF
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 år sedan |
LibProtocol
|
3ec39fc62e
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
|
3 år sedan |
LibPthread
|
856fc76083
LibPthread: Remove bad spec link for pthread_{get/set}name_np APIs
|
3 år sedan |
LibRegex
|
1a35e27490
LibRegex: Make FailForks fail all forks up to the last save point
|
3 år sedan |
LibSQL
|
f91d471843
LibSQL: Implement LIKE SQL expressions
|
3 år sedan |
LibSanitizer
|
7e04160b0b
LibSanitizer: Log UBSAN errors in red text to the debug console
|
3 år sedan |
LibSoftGPU
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
LibSymbolication
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 år sedan |
LibSyntax
|
38f6140159
LibWeb: Implement first draft of CSS syntax highlighting :^)
|
3 år sedan |
LibSystem
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 år sedan |
LibTLS
|
524381aa78
LibTLS: Mark the socket as idle after a TLS-level disconnection
|
3 år sedan |
LibTest
|
d1e3470438
LibTest: Use Array instead of fold expression in __testjs_last()
|
3 år sedan |
LibTextCodec
|
6f5102f435
LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encoding
|
3 år sedan |
LibThreading
|
59619572d6
LibThreading: Remove redundant method
|
3 år sedan |
LibUSBDB
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 år sedan |
LibUnicode
|
6d7d9dd324
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
|
3 år sedan |
LibVT
|
538986c991
Kernel+LibVT: Use MUST + try_prepend / try_append
|
3 år sedan |
LibVideo
|
0f729cebf4
LibVideo/VP9: Do not `null` guard calls to `free`
|
3 år sedan |
LibWasm
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 år sedan |
LibWeb
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
LibWebSocket
|
d809637023
Userland: Resolve tautological-constant-out-of-range-compare warnings
|
3 år sedan |
LibX86
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
CMakeLists.txt
|
ad3d5d43bd
LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library
|
3 år sedan |