summaryrefslogtreecommitdiff
path: root/Userland/Utilities/mktemp.cpp
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-24mktemp: Port to LibMainKenneth Myhra
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-05-18LibC: Remove static from function local constexpr variableLenny Maiorani
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-28Userland: Add a simple mktemp(1) utilityIdan Horowitz