summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qlockfile_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+24
|\
| * Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
* | QLockFile: sync to disk to avoid leaving an empty lock file on crashDavid Faure2015-09-281-0/+7
* | Silence warning about unused parameterThiago Macieira2015-08-101-0/+1
|/
* fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
* fix decoding of file paths in QLockFilePrivate::processNameByPidJoerg Bornemann2015-06-121-3/+3
* fix unterminated char buffer glitchJoerg Bornemann2015-06-121-3/+4
* take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-261-0/+48
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-5/+5
|\
| * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-151-5/+5
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\|
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | 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