summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QtCore: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-305-13/+12
* Core: Fix QProcess::errorString() outputKai Koehne2015-06-221-0/+1
* Core: Consolidate QProcess error reportingKai Koehne2015-06-205-79/+78
* Simplify QIODevice::readAll()Alex Trotsenko2015-06-201-22/+13
* QSettings: replace a QMap with a QListMarc Mutz2015-06-203-7/+13
* Micro-optimize QSettingsPrivate::processChild() and its usersMarc Mutz2015-06-193-6/+6
* QIODevice::atEnd(): fix debug message outputAlex Trotsenko2015-06-181-3/+4
* Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-161-8/+9
* Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possibleOliver Wolff2015-06-161-2/+2
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-113-1/+6
* make the enums of QProcess known to the meta object systemJoerg Bornemann2015-06-081-0/+11
* doc: Remove uses of \mainclassMartin Smith2015-06-051-1/+0
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0319-143/+321
|\
| * 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
| * | qstandardpaths_ios: use fallback for DesktopLocationRichard Moe Gustavsen2015-05-051-3/+1
| * | qstandardpaths_ios: return writable locations for Fonts, Music, Movies, Pictu...Richard Moe Gustavsen2015-05-051-5/+9
| * | Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-041-2/+2
* | | Mark two member functions constSérgio Martins2015-05-292-3/+3
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-25/+6
* | | QStandardPaths: Use QDir::listSeparator() instead of ifdefsSérgio Martins2015-05-271-6/+1
* | | 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