summaryrefslogtreecommitdiff
path: root/trust/save.c
Commit message (Expand)AuthorAgeFilesLines
* trust: Set umask before calling mkstempDaiki Ueno2018-10-171-0/+3
* build: Free memory before return{,_val}_if_* macrosDaiki Ueno2018-10-171-4/+25
* trust: Fix build error with -Werror=return-typeDaiki Ueno2017-07-141-1/+1
* trust: Fix saving trust file on WindowsDaiki Ueno2017-02-161-6/+9
* trust: Fix always false comparison of EAGAIN and EINTRStef Walter2015-11-091-1/+1
* trust: Fix double close()Pankaj2015-06-011-1/+0
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-12/+2
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-31/+16
* Fixes for some recent win32 regressionsStef Walter2013-07-181-12/+10
* Remove erroneous comments about readdir() and thread-safetyStef Walter2013-07-171-1/+0
* trust: Add support for saving files with unique file namesStef Walter2013-07-031-43/+128
* Reorganize various componentsStef Walter2013-06-251-0/+537