summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qlockfile_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLockFile: use QCoreApplication::applicationName.David Faure2015-03-161-1/+1
* QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Allow hostname from lock files to be emptyRainer Keller2014-10-271-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-111-1/+4
* Include unistd.h in the unix implementation source of QLockFileLaszlo Papp2013-10-311-0/+1
* Make the localHostName() copy function return QByteArrayThiago Macieira2013-10-291-8/+8
* Use the fast operator+ (in the form of operator%)Thiago Macieira2013-10-151-7/+4
* Reduce risks of lock file corruptionKevin Ottens2013-10-111-10/+10
* Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-041-2/+7
* Long live QLockFileDavid Faure2013-03-051-0/+207