summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Introduce QDir::listSeparator()Sérgio Martins2015-05-272-1/+22
* Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-111-2/+2
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-042-3/+7
|\
| * [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
| * QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-302-5/+5
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-272-2/+13
|\|
| * QDir: sort-by-size remove two unconditional branchesNikita Baryshnikov2015-04-251-1/+1
| * Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-231-1/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2221-113/+87
|\|
| * QDir: fix int overflowNikita Baryshnikov2015-04-201-1/+1
| * qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-202-30/+6
| * QFileSystemEngine: optimize from...(qgetenv())Marc Mutz2015-04-161-5/+5
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1512-38/+38
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3112-38/+38
| * | qstorageinfo_unix.cpp: fixes for NetBSD and solarisNiclas Rosenvik2015-04-131-1/+5
| * | remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-136-36/+30
| * | Prevent memory overgrowth while reading from a sequential deviceAlex Trotsenko2015-04-081-2/+2
* | | Add qHash(QUrlQuery)Marc Mutz2015-04-202-0/+24
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-204-4/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-084-23/+17
|\| |
| * | Remove special handling for (DY)LD_LIBRARY_PATH in QProcess.Jake Petroules2015-04-081-15/+0
| * | QSaveFile: Fix permissions on creationKai Koehne2015-04-083-8/+17
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-069-28/+166
|\| |
| * | QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-2/+4
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-017-26/+32
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-317-26/+32
| | |\|
| | | * Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
| | | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-095-25/+28
| | | * Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
| * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-012-0/+130
| |/ /
* | | Hurd: Implement QStorageInfo for HurdPino Toscano2015-04-021-4/+5
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-8/+8
|\| |
| * | Remove extra semi-colons: clang doesn't like itThiago Macieira2015-03-261-8/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-244-5/+11
|\| |
| * | Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
| * | QDebug operator for Q_FLAG when the QFlags itself is registeredOlivier Goffart2015-03-181-2/+8
| * | QLockFile: use QCoreApplication::applicationName.David Faure2015-03-162-2/+2
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-162-39/+46
|\| |
| * | Fix build of forkfd_qt.cpp on FreeBSDAlex Richardson2015-03-151-1/+1
| * | forkfd: make only one of forkfd or spawnfd be compiledThiago Macieira2015-03-141-0/+7
| * | QIODevice: Fix some 64-bit issuesAlex Trotsenko2015-03-101-38/+38
* | | Add a verbosity setting to QDebug.Friedemann Kleint2015-03-132-5/+47
* | | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-124-10/+10
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-091-4/+8
|\| |
| * | QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-033-3/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+1
| |\|
| | * Delete the file that we will move to not the new file before movingAndy Shaw2015-02-261-1/+1
| * | Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-262-2/+28