index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
mktemp.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-24
mktemp: Port to LibMain
Kenneth Myhra
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-05-18
LibC: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-28
Userland: Add a simple mktemp(1) utility
Idan Horowitz