summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
* QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
* clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
* QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
* fix error messageJoerg Bornemann2015-09-221-1/+1
* Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
* Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
* Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
* Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
* fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
* QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-7/+7
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-7/+7
| |\
| | * Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
| | * Correct calculation of filesystem data on unusual filesystemsThiago Macieira2015-05-301-3/+3
* | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
* | | 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