| Commit message (Expand) | Author | Age | Files | Lines |
| * | QAbstractFileEngine: remove entryList() functions | Ahmad Samir | 2025-08-10 | 1 | -40/+1 |
| * | QDirListing: remove the private ctor that takes a QDir::Filters | Ahmad Samir | 2025-08-09 | 1 | -2/+1 |
| * | Mark qabstractfileengine.cpp as security critical | Matthias Rauter | 2025-06-26 | 1 | -0/+1 |
| * | QFileSystemEngine: let cloneFile() inform QFile of permanent errors | Thiago Macieira | 2025-01-27 | 1 | -2/+2 |
| * | QAbstractFileEngine: remove beginEntryList(QDir::Filters) | Ahmad Samir | 2024-09-20 | 1 | -10/+0 |
| * | QtCore: De-duplicate vtables, 2024 edition | Marc Mutz | 2024-09-16 | 1 | -0/+3 |
| * | QAFileEngine: let Private take charge of setting its own q_ptr | Edward Welbourne | 2024-07-15 | 1 | -3/+2 |
| * | QDirListing: add flags to handle entries filtering | Ahmad Samir | 2024-06-27 | 1 | -0/+34 |
| * | QAbstractFileEngine member classes: sort out construction | Edward Welbourne | 2024-04-24 | 1 | -6/+2 |
| * | Disable copy and move of QAbstractFileEngineHandler | Edward Welbourne | 2024-04-19 | 1 | -0/+3 |
| * | Android: don't append slash for content paths under QAFE | Assam Boudjelthia | 2024-03-22 | 1 | -1/+7 |
| * | QAbstractFileEngine: remove member FileTime and use QFile::FileTime | Ahmad Samir | 2024-03-21 | 1 | -16/+2 |
| * | QFileSystemEngine: make factory functions return unique_ptr<QABFE> | Ahmad Samir | 2024-03-21 | 1 | -10/+10 |
| * | QAbstractFileEngineIterator: add `bool advance()` virtual method | Ahmad Samir | 2024-03-20 | 1 | -14/+8 |
| * | QAbstractFileEngine: add a path parameter to beginEntryList() | Ahmad Samir | 2024-03-17 | 1 | -21/+11 |
| * | QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptr | Ahmad Samir | 2024-03-17 | 1 | -8/+15 |
| * | Bootstrap: remove QDirListing/QDirIterator | Thiago Macieira | 2024-03-13 | 1 | -0/+6 |
| * | QAbstractFileEngine: remove redundant endEntryList() overrides | Ahmad Samir | 2024-03-03 | 1 | -8/+0 |
| * | QAbstractFileEngineIterator: ensure `m_path` ends with '/' | Ahmad Samir | 2024-03-03 | 1 | -10/+12 |
| * | QAbstractFileEngineIterator: general code cleanup | Ahmad Samir | 2024-03-03 | 1 | -42/+9 |
| * | Port to QDirListing | Ahmad Samir | 2024-03-03 | 1 | -21/+18 |
| * | Add QFileInfo::readSymLink() to read the raw link path | Wang Fei | 2022-12-23 | 1 | -0/+2 |
| * | QAbstractFileEngine: port indexed to ranged loop | Marc Mutz | 2022-08-17 | 1 | -7/+4 |
| * | [docs] QAbstractItemEngine: fix signature of seek() | Marc Mutz | 2022-08-17 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Exploit the new macro varargs form of Q_GLOBAL_STATIC | Edward Welbourne | 2022-04-22 | 1 | -2/+2 |
| * | Apply Q_CONSTINIT across the codebase | Marc Mutz | 2022-03-29 | 1 | -2/+2 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -2/+2 |
| * | QAbstractFileEngine: Add permission argument to open() | Ievgenii Meshcheriakov | 2021-12-04 | 1 | -1/+7 |
| * | QDir: Add support for setting directory permissions to mkdir() | Ievgenii Meshcheriakov | 2021-11-26 | 1 | -3/+8 |
| * | QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_use | Marc Mutz | 2021-11-16 | 1 | -4/+4 |
| * | QAbstractFileEngine: Remove useless method overrides | Ievgenii Meshcheriakov | 2021-11-03 | 1 | -34/+0 |
| * | Rename LinkName to AbsoluteLinkTarget | Wang Fei | 2021-11-03 | 1 | -2/+2 |
| * | corelib: Fix typos in documentation | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Implement QFileInfo::junctionTarget(), adjust auto-test | Karsten Heimrich | 2021-06-05 | 1 | -0/+2 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -1/+1 |
| * | Deprecate constructing QFlags from a pointer | Allan Sandfeld Jensen | 2019-11-20 | 1 | -1/+1 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -5/+5 |
| * | Fix QAbstractFileEngine::clone misuse | Thiago Macieira | 2017-08-09 | 1 | -4/+5 |
| * | Filesystem: Use "birth time" to avoid confusion with Unix ctime | Thiago Macieira | 2017-08-05 | 1 | -7/+8 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Simon Hausmann | 2017-07-19 | 1 | -0/+11 |
| |\ |
|
| | * | QFile::rename: use the open file's ID, instead of using the file name | Thiago Macieira | 2017-07-18 | 1 | -0/+11 |
| * | | QAbstractFileEngine: make setFileTime not a pure virtual | Thiago Macieira | 2017-07-07 | 1 | -2/+8 |
| * | | QFileDevice/QFileInfo: Add fileTime() and setFileTime() | Nikita Krupenko | 2017-04-27 | 1 | -0/+12 |
| * | | Speed up QFile::copy on Linux file systems that support cloning | Simon Hausmann | 2017-02-24 | 1 | -0/+13 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-13 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: Change instances of '(Mac) OS X' to 'macOS' | Topi Reinio | 2016-08-12 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Doc: Remove invalid uses of \relates command | Topi Reinio | 2015-08-19 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Liang Qi | 2015-04-15 | 1 | -1/+1 |
| |\ |
|