summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypt
AgeCommit message (Expand)Author
2023-03-20LibCrypt: Start installing headers againTim Schumacher
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-24LibCrypt: Clean up `crypt_r`Jelle Raaijmakers
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-11-01LibCrypt: Define it as a normal libraryTim Schumacher
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-08LibCrypt: Link the SHA2 hash implementation into LibCrypt privatelyAndrew Kaster
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling