summaryrefslogtreecommitdiff
path: root/src/fcatomic.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore null pointer on Fc*Destroy functionsAkira TAGOH2022-12-051-1/+2
* fccompat: fix build on Windows without unistd.hTim-Philipp Müller2020-07-071-1/+8
* Bug 95477 - FcAtomicLock fails when SELinux denies link() syscall with EACCESAkira TAGOH2016-05-191-1/+1
* fallback to the another method to lock when link() failedAkira TAGOH2014-08-111-1/+1
* Bug 47705 - Using O_CLOEXECAkira TAGOH2013-01-081-2/+1
* Missing header file for _mkdir declarationAkira TAGOH2013-01-041-0/+1
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-6/+0
* clean up the lock file properly on even hardlink-not-supported filesystem.Akira TAGOH2012-06-181-2/+12
* Fix a build fail on MINGWAkira TAGOH2012-06-131-3/+4
* fcatomic: fallback to create a directory with FcAtomicLockAkira TAGOH2012-05-281-1/+9
* Always define FcStat as a functionBehdad Esfahbod2011-03-141-1/+1
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-2/+2
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Consistently use FcStat() over stat() in all placesBehdad Esfahbod2009-02-131-1/+1
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Fix a few memory tracking mistakes.Keith Packard2008-05-041-1/+1
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* On Windows, unlink before rename. Reported by Tim Evans.Patrick Lam2006-03-231-0/+3
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
* Changes for Windows:Tor Lillqvist2003-03-221-1/+22
* Change RCS tagKeith Packard2003-03-051-2/+2
* More complete memory tracking. Install always overwrites header filesKeith Packard2002-08-311-1/+7
* Warning fixesMarc Aurele La France2002-03-041-2/+2
* Add fcatomic.cKeith Packard2002-03-031-0/+183