summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-106-9/+18
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-106-9/+18
| |\
| | * QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2
| | * Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-292-2/+11
| | |\
| | | * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
| | | * Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
| | * | Doc: Improve description of QTextStream::readLine()Alexander Volkov2015-01-211-3/+2
* | | | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+3
|/ / /
* | | QTextStream: remove a use of QString::sprintf()Marc Mutz2015-02-021-4/+11
* | | QTextStream: fix a warning with QTEXTSTREAM_DEBUG definedMarc Mutz2015-02-021-1/+1
* | | QProcess: fix warnings with QPROCESS_DEBUG definedMarc Mutz2015-02-021-2/+2
* | | Call QDir::homePath() only when necessary in QSettings::initDefaultPaths()Maks Naumov2015-02-021-3/+2
* | | QNX: QProcess workaround for the stdin pipeRafael Roquetto2015-01-231-3/+37
* | | Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-2/+16
* | | Use forkfd in QProcessThiago Macieira2015-01-234-389/+138
* | | Add the compilation of forkfd to QtCoreThiago Macieira2015-01-232-0/+85
* | | Add QTextStream::readLine() overloadAlexander Volkov2015-01-232-5/+49
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-212-3/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-3/+4
| |\| |
| | * | QIncrementalSleepTimer: Use QElapsedTimer instead of QTimeDaniel Teske2015-01-191-3/+3
| | |/
| | * Add missing AppDataLocation caseMorten Johan Sørvig2015-01-161-0/+1
* | | Haiku: Add implementation for QStandardPathsTobias Koenig2015-01-212-0/+227
* | | MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-202-19/+18
* | | Android: Fix canonical form of nonexistent pathsEskil Abrahamsen Blomfeldt2015-01-191-0/+20
|/ /
* | Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-181-0/+76
* | Update QFileSelector to use QSysInfo betterThiago Macieira2015-01-161-21/+14
* | QFileSystemEntry: Replace manual seek in string with lastIndexOf()Orgad Shaneh2015-01-111-7/+1
* | Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-112-3/+51
* | QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-114-4/+109
* | Haiku: Make corelib compile on HaikuTobias Koenig2015-01-101-0/+3
* | QtCore: mark some operations nothrowMarc Mutz2015-01-103-6/+6
* | Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-091-1/+1
* | Add QtInfoMsgKai Koehne2015-01-093-12/+91
* | QStandardPaths: add AppConfigLocation.David Faure2015-01-099-12/+52
* | Fix authenticated POST/PUT http requests with buffering disabledAllan Sandfeld Jensen2015-01-092-30/+2
* | QFileSystemWatcher: Use FSEvents FSW on OS XGabriel de Dietrich2015-01-091-4/+4
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-20/+0
* | Fix QFileSystemWatcher::directoryChanged docs/testCory Bloor2015-01-051-6/+6
* | Fix undefined behavior found by GCC 5Thiago Macieira2015-01-021-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-4/+5
|\|
| * qstorageinfo_unix.cpp: Fix build on BSD and other unicesDmitry Shachnev2014-12-231-3/+4
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-201-1/+1
* | QTextStreamPrivate::scan(): remove unnecessary checksAlex Trotsenko2014-12-131-8/+2
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-132-3/+4
* | QTextStream: stream QStrings without modifying the user contentThiago Macieira2014-12-132-27/+26
* | Clean up QDebug operators for QDirKai Koehne2014-12-101-13/+16
* | QFileSystemEngineUnix: Don't stat before retrieving working path.Robin Burchell2014-12-101-22/+15
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-109-35/+35
|\|