| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark QStorageInfo security significant | Matthias Rauter | 2025-07-04 | 1 | -0/+1 |
| * | Corelib: statvfs64 is unsupported on CYGWIN | Carlo Bramini | 2025-03-07 | 1 | -1/+1 |
| * | QStorageInfo/Unix: fix declaration of 'mnt' on Hurd | Pino Toscano | 2024-10-07 | 1 | -1/+1 |
| * | QStorageInfo/Unix: reset the valid state when doStat()ing again | Thiago Macieira | 2024-10-05 | 1 | -4/+3 |
| * | Port to QDirListing | Ahmad Samir | 2024-03-03 | 1 | -1/+0 |
| * | Rename EINTR_LOOP -> QT_EINTR_LOOP | Marc Mutz | 2023-11-30 | 1 | -1/+1 |
| * | QStorageInfo: change private blockSize member to int | Thiago Macieira | 2023-11-17 | 1 | -1/+1 |
| * | QStorageInfo/Unix: exclude invalid volumes from mountedVolumes() | Thiago Macieira | 2023-10-21 | 1 | -1/+1 |
| * | QStorageInfo/Unix: check the mount point length before isParentOf() | Thiago Macieira | 2023-09-29 | 1 | -1/+1 |
| * | QStorageInfo: split Linux specific code to a separate source file | Ahmad Samir | 2023-07-09 | 1 | -124/+1 |
| * | QStorageInfo: Correctly decode backslash in file system labels | Andrius Štikonas | 2023-07-07 | 1 | -3/+1 |
| * | QStorageInfo: use the same code on Linux and Android | Ahmad Samir | 2023-06-29 | 1 | -73/+3 |
| * | QStorageInfo/Linux: use readAll() with /proc/self/mountinfo | Ahmad Samir | 2023-06-27 | 1 | -295/+113 |
| * | Clear out some unused code in QStorageIterator::next() on Unix | Edward Welbourne | 2023-01-13 | 1 | -2/+1 |
| * | Restore end-of-parse reporting to qstrntod() | Edward Welbourne | 2022-11-24 | 1 | -6/+10 |
| * | QLocale: make qstrnto(u)ll not have output arguments | Thiago Macieira | 2022-11-16 | 1 | -13/+16 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -40/+4 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -8/+9 |
| * | QStorageInfo: limit Linux-only code with Q_OS_LINUX | Pino Toscano | 2022-01-16 | 1 | -0/+2 |
| * | Convert various callers of strtou?ll() to call strntou?ll() | Edward Welbourne | 2021-08-30 | 1 | -5/+6 |
| * | Correct QStorageIterator::next()'s use of qstrtoll() | Edward Welbourne | 2021-08-11 | 1 | -4/+5 |
| * | QDirIterator: add nextFileInfo() | Marc Mutz | 2021-07-28 | 1 | -2/+1 |
| * | Fix a compiler warning on Android | Lars Knoll | 2020-10-08 | 1 | -1/+1 |
| * | Port remaining usages of QStringRef in QtCore to QStringView | Lars Knoll | 2020-06-12 | 1 | -1/+1 |
| * | QStorageInfo/Linux: resolve non-existent devices via /dev/block | Thiago Macieira | 2020-02-09 | 1 | -3/+18 |
| * | Don't wrap feature detection macros with QT_HAS_FOO() variants | Tor Arne Vestbø | 2019-12-10 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-07-22 | 1 | -2/+12 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-07-20 | 1 | -2/+12 |
| | |\ |
|
| | | * | Fix QStorageInfo inability to parse really long mountinfo lines | Thiago Macieira | 2019-07-19 | 1 | -2/+12 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-06-27 | 1 | -2/+2 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-06-25 | 1 | -0/+3 |
| | |\| |
|
| | * | | Android: Make sure that the root file system is in the list of volumes | Volker Hilsheimer | 2019-06-18 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2019-06-25 | 1 | -0/+3 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Report correct data when multiple volumes are mounted to the same path | Volker Hilsheimer | 2019-06-19 | 1 | -0/+3 |
| | |/ |
|
| * / | rtems: Disable fork feature and fix compilation in corelib/io | Mikhail Svetkin | 2019-06-06 | 1 | -2/+2 |
| |/ |
|
| * | Correct Unix QStorageInfo's QStorageIterator::next()'s loop logic | Edward Welbourne | 2018-07-13 | 1 | -3/+4 |
| * | Fix QStorageIterator where the last line in /proc/mounts is skipped | Johannes Rosenqvist | 2018-07-12 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Lars Knoll | 2018-01-02 | 1 | -8/+10 |
| |\ |
|
| | * | Replace a few hardcoded paths with defaults from paths.h | Thiago Macieira | 2017-12-24 | 1 | -8/+10 |
| * | | QStorageInfo: use Linux's /proc/self/mountinfo to get the subvolume | Thiago Macieira | 2017-11-30 | 1 | -28/+207 |
| * | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-11-23 | 1 | -1/+33 |
| |\| |
|
| | * | QStorageInfo: Properly decode labels from /dev/disk/by-label | Christian Ehrlicher | 2017-11-04 | 1 | -1/+33 |
| * | | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -3/+3 |
| |/ |
|
| * | QStorageInfo: Pass MNT_NOWAIT to getmntinfo | Thiago Macieira | 2017-05-30 | 1 | -1/+5 |
| * | QStorageInfo: Fix warning about unused variable | Thiago Macieira | 2017-03-23 | 1 | -0/+2 |
| * | QStorageInfo: Add support for obtaining subvolume names | Thiago Macieira | 2016-09-03 | 1 | -0/+51 |
| * | QStorageInfo: update the algorithm for ignored filesystems on Unix | Thiago Macieira | 2016-07-06 | 1 | -14/+30 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-06 | 1 | -1/+1 |
| |\ |
|