summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qlockfile_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-061-0/+5
* corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-291-1/+1
* QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-141-1/+1
* QLockInfo: Centralize the management of the lock file's contentsThiago Macieira2017-10-061-27/+15
* QLockFile/Unix: drop the use of fcntl(F_SETLK)Thiago Macieira2017-10-061-69/+44
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-081-4/+4
* QLockFile: Move the check for Linux /proc to a central placeThiago Macieira2017-07-081-2/+2
* Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-101-1/+1
* QLockFile: make sure we encode the hostname as UTF-8 in the lock fileDavid Faure2016-12-211-11/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-2/+2
| |\|
| | * Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-3/+3
| |\|
| | * FreeBSD: move order of includes for compilingRalf Nolden2016-07-131-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-21/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-21/+22
| |\|
| | * Merge BSD implementations of QLockFilePrivate::processNameByPid()Ralf Nolden2016-06-011-21/+22
* | | 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