summaryrefslogtreecommitdiff
path: root/src/temp
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker4-7/+0
2022-06-23avoid limited space of random temp file names if clock resolution is lowRich Felker1-1/+1
2022-06-03remove random filename obfuscation that leaks ASLR informationRich Felker1-1/+2
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker3-6/+3
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker7-14/+0
2018-09-12make mkostemps source file include the header for its declarationRich Felker1-0/+1
2014-10-06ignore access mode bits of flags in mkostemps and functions that use itRich Felker1-0/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy3-8/+2
2013-09-04fix typo in comment in __randnameRich Felker1-1/+1
2013-08-02fix (deprecated) mktemp logic and update it to match other temp functionsRich Felker1-4/+11
2013-08-02remove (no longer useful) namespace-protected __mktemp symbolRich Felker1-4/+1
2013-08-02make mkdtemp and mkstemp family leave template unchanged on failRich Felker2-13/+18
2013-02-20use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker2-2/+2
2013-02-20fix error cases in mkostemps coreRich Felker1-6/+3
2013-02-20remove leftover unused variable in mktemp after refactoringRich Felker1-1/+0
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker6-29/+83
2011-07-28remove ugly prng from mk*temp and just re-poll time on retryRich Felker1-6/+5
2011-07-28eliminate mk*temp dependency on snprintfRich Felker1-3/+4
2011-06-12another return value fix for mktemp...Rich Felker1-1/+2
2011-02-19make mktemp match the historic behavior, and update functions that use itRich Felker3-5/+8
2011-02-19fix major bug created from copying mkdtemp logicRich Felker1-1/+1
2011-02-18major improvements to temp file name generatorRich Felker3-16/+21
2011-02-18reformat mkstemp like mkdtempRich Felker1-7/+5
2011-02-14ensure standard functions mk[sd]temp don't depend on removed function mktempRich Felker3-5/+9
2011-02-14begin namespace-cleanup of standard C headersRich Felker2-0/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker3-0/+76