summaryrefslogtreecommitdiff
path: root/Userland/Utilities/base64.cpp
AgeCommit message (Expand)Author
2022-05-02base64: Replace char pointer with StringViewKenneth Myhra
2022-05-02base64: Use TRY() instead of VERIFY(!result.is_error())Kenneth Myhra
2022-05-02base64: Use Core::File standard_input() standard_output()Kenneth Myhra
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23base64: Port to LibMainfaxe1008
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling