| Commit message (Expand) | Author | Age | Files | Lines |
| * | QLockFile: call applicationPid() only once | Thiago Macieira | 2025-11-01 | 1 | -2/+3 |
| * | QLockFile: add some missing std::move()s | Marc Mutz | 2025-10-28 | 1 | -2/+2 |
| * | QLockFile: refactor local helper into static member functions | Mårten Nordheim | 2025-10-20 | 1 | -18/+10 |
| * | QLockFile: inline getLockFileHandle() so it's not in the QtCore DLL | Thiago Macieira | 2025-09-20 | 1 | -12/+1 |
| * | Add security header to QLockFile files | Matthias Rauter | 2025-06-26 | 1 | -0/+1 |
| * | QLockFilePrivate: de-inline all functions | Marc Mutz | 2025-06-26 | 1 | -0/+33 |
| * | QLockFile: inline old int-based timeout functions | Marc Mutz | 2025-06-26 | 1 | -12/+6 |
| * | Doc: Mention QDirIterator, QLockFile in IO overview page | Kai Köhne | 2024-07-12 | 1 | -0/+1 |
| * | QLockFile: remove unneeded tryLock_impl middle-man | Marc Mutz | 2023-07-07 | 1 | -5/+1 |
| * | QLockFile: {set}StaleLockTime: use chrono first | Ahmad Samir | 2023-03-15 | 1 | -11/+26 |
| * | QLockFile: tryLock(): use chrono first | Ahmad Samir | 2023-03-14 | 1 | -28/+42 |
| * | Use QFileInfo's file times in UTC for file timestamps | Ahmad Samir | 2023-01-04 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -40/+4 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -1/+3 |
| * | QLockFile: don't use the local timezone to compare file times | Thiago Macieira | 2021-04-26 | 1 | -1/+1 |
| * | Fix qdoc warnings from new QLockFile members | Volker Hilsheimer | 2021-04-13 | 1 | -4/+3 |
| * | Add std::chrono overloads for QLockFile functions | Shantanu Tushar | 2021-04-01 | 1 | -0/+49 |
| * | Add function to access QLockFile's file name | Shantanu Tushar | 2020-10-18 | 1 | -0/+8 |
| * | QLockFile/Unix: save the boot and machine IDs in the lock file too | Thiago Macieira | 2017-11-14 | 1 | -3/+28 |
| * | QLockFile: don't use QCoreApplication::applicationName() | Thiago Macieira | 2017-10-06 | 1 | -1/+1 |
| * | QLockInfo: Centralize the management of the lock file's contents | Thiago Macieira | 2017-10-06 | 1 | -10/+61 |
| * | QLockFile: Don't deadlock if the lock file has a mtime in the future | Olivier Goffart | 2017-03-10 | 1 | -0/+3 |
| * | Doc: add a quick note about unfixed Windows encoding bug | Thiago Macieira | 2016-12-28 | 1 | -0/+3 |
| * | QLockFile::tryLock: prevent over-sleeping in certain cases | Thiago Macieira | 2016-08-30 | 1 | -1/+6 |
| * | QLockFile: Use QDeadlineTimer in tryLock | Thiago Macieira | 2016-08-30 | 1 | -5/+3 |
| * | QLockFile: move early out earlier to avoid allocations. | Anton Kudryavtsev | 2016-04-25 | 1 | -2/+2 |
| * | QtCore: replace QStringLiteral with QLatin1String when appending | Marc Mutz | 2016-02-25 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | take process name into account for QLockFile's pid clash resolution | Joerg Bornemann | 2015-05-26 | 1 | -4/+8 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Allow hostname from lock files to be empty | Rainer Keller | 2014-10-27 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -9/+9 |
| * | Long live QLockFile | David Faure | 2013-03-05 | 1 | -0/+346 |