aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/tempfile.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann1-152/+12
2019-10-30Fix the temporary file string buffer expansion.Guy Harris1-2/+4
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-03-12Remove some unused or hard-coded header checks.Gerald Combs1-87/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-4/+1
2017-04-18Check the result of localtime().Guy Harris1-2/+6
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+1
2016-06-01Fix compile error:Joerg Mayer1-1/+1
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-16/+19
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-4/+4
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-05-09Rename a variable to avoid a collision with the C++ keyword "template".Guy Harris1-15/+15
2014-12-28Add a couple of more needed includesMartin Mathieson1-1/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-4/+0
2014-11-19[pedantic] Replace usage of 'long' and 'long long'Bill Meier1-2/+2
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-99/+112
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-3/+9
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-0/+279