summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
* Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
* QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-3/+5
* consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
* Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-3/+11
* QtCore: Fix const correctness in old style castsThiago Macieira2015-07-203-6/+6
* QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12
* forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-171-9/+6
* Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
* Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-153-14/+28
* Fix build on FreeBSD: kinfo_getproc is in libutilThiago Macieira2015-07-151-0/+1
* fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-275-6/+12
|\
| * Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
| * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-112-1/+7
| * Doc: Update due to renaming QTextStream::readLine() overloadAlexander Volkov2015-06-031-1/+1
| * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-032-3/+3
* | Simplify permission flag handling a bitKonstantin Ritt2015-06-252-13/+5
* | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-0/+2
* | Use the default QLocale for QFileSelector, not the system localeThiago Macieira2015-06-191-3/+3
* | fix decoding of file paths in QLockFilePrivate::processNameByPidJoerg Bornemann2015-06-121-3/+3
* | fix unterminated char buffer glitchJoerg Bornemann2015-06-121-3/+4
* | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-2/+1
* | Fix race condition with QProcess on OSX 10.7Dyami Caliri2015-06-061-0/+3
|/
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-021-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+1
| |\
| | * Ensure the same behavior on Win as Unix re the host in isApparentlyStaleAndy Shaw2015-05-221-1/+1
* | | Fix statfs usage for BSD4 systems in QStorageInfoIvan Komissarov2015-06-011-8/+16
|/ /
* | QIODevice::read(): limit the size of result buffer with a proper valueAlex Trotsenko2015-05-271-7/+6
* | take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-264-4/+102
* | Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-231-10/+30
* | doc: add QStandardPaths documentation for iOSRichard Moe Gustavsen2015-05-201-1/+29
* | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+5
* | Consider "assets" scheme as a local file on AndroidBogDan Vatra2015-05-131-4/+8
* | Fix hidden detachSérgio Martins2015-05-131-8/+8
* | Don't assume QLocale::codecForLocale always returns non-nullKonstantin Ritt2015-05-131-5/+7
* | qstandardpaths_ios: allow empty strings to be returned for undefined locationsRichard Moe Gustavsen2015-05-101-9/+0
* | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-086-71/+89
|\|
| * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-204-71/+67
| |\
| | * let QWindowsPipeReader::stop() cancel the current I/O operationJoerg Bornemann2015-04-162-10/+26
| | * inline QWindowsPipeReader::completeAsyncReadJoerg Bornemann2015-04-162-32/+23
| | * remove emitReadyReadTimer from QWindowsPipeReaderJoerg Bornemann2015-04-162-11/+0
| | * QWindowsPipeReader: zero OVERLAPPED struct before every ReadFileJoerg Bornemann2015-04-161-1/+1
| | * Doc: fix description of QWindowsPipeReader::readJoerg Bornemann2015-04-161-1/+1
| | * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-152-16/+16
| * | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-202-0/+22
| |/
* | Use kqueue on NetBSD in qfilesystemwatcher.Niclas Rosenvik2015-05-082-3/+3
* | QSettings: use QStandardPath to resolve path on iOSRichard Moe Gustavsen2015-05-061-1/+5
* | qstandardpaths_ios: return empty path for ApplicationsLocationRichard Moe Gustavsen2015-05-051-1/+1