summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qlockfile_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for Apple tvOSMike Krus2016-05-171-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-5/+7
|\
| * qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+2
|\|
| * Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-13/+29
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-13/+29
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-13/+29
| | |\
| | | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-111-13/+29
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | Haiku: Implement QLockFilePrivate::processNameByPidTobias Koenig2015-12-081-0/+7
* | | sys/flock.h should not be included for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-2/+4
|\|
| * QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
* | 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