summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstorageinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port to QDirListingAhmad Samir2024-03-031-1/+0
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-301-1/+1
* QStorageInfo: change private blockSize member to intThiago Macieira2023-11-171-1/+1
* QStorageInfo/Unix: exclude invalid volumes from mountedVolumes()Thiago Macieira2023-10-211-1/+1
* QStorageInfo/Unix: check the mount point length before isParentOf()Thiago Macieira2023-09-291-1/+1
* QStorageInfo: split Linux specific code to a separate source fileAhmad Samir2023-07-091-124/+1
* QStorageInfo: Correctly decode backslash in file system labelsAndrius Štikonas2023-07-071-3/+1
* QStorageInfo: use the same code on Linux and AndroidAhmad Samir2023-06-291-73/+3
* QStorageInfo/Linux: use readAll() with /proc/self/mountinfoAhmad Samir2023-06-271-295/+113
* Clear out some unused code in QStorageIterator::next() on UnixEdward Welbourne2023-01-131-2/+1
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-6/+10
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-13/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-8/+9
* QStorageInfo: limit Linux-only code with Q_OS_LINUXPino Toscano2022-01-161-0/+2
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-5/+6
* Correct QStorageIterator::next()'s use of qstrtoll()Edward Welbourne2021-08-111-4/+5
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-1/+1
* QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-2/+12
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-2/+12
| |\
| | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-0/+3
| |\|
| * | Android: Make sure that the root file system is in the list of volumesVolker Hilsheimer2019-06-181-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+3
|\ \ \ | | |/ | |/|
| * | Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3
| |/
* / rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-061-2/+2
|/
* Correct Unix QStorageInfo's QStorageIterator::next()'s loop logicEdward Welbourne2018-07-131-3/+4
* Fix QStorageIterator where the last line in /proc/mounts is skippedJohannes Rosenqvist2018-07-121-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-8/+10
|\
| * Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-241-8/+10
* | QStorageInfo: use Linux's /proc/self/mountinfo to get the subvolumeThiago Macieira2017-11-301-28/+207
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+33
|\|
| * QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* QStorageInfo: Pass MNT_NOWAIT to getmntinfoThiago Macieira2017-05-301-1/+5
* QStorageInfo: Fix warning about unused variableThiago Macieira2017-03-231-0/+2
* QStorageInfo: Add support for obtaining subvolume namesThiago Macieira2016-09-031-0/+51
* QStorageInfo: update the algorithm for ignored filesystems on UnixThiago Macieira2016-07-061-14/+30
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+1
|\
| * Compile fix for NetBSD: only BSD using statvfs, disable f_flags defineRalf Nolden2016-05-231-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-26/+40
|\|
| * QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| * QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4