summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-292-22/+17
| | |\|
| | | * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
| | | * Refactor some loops over EINTRGiuseppe D'Angelo2014-09-221-5/+2
| | | * QFile: fix undefined behavior when closing a buffered fileGiuseppe D'Angelo2014-09-221-13/+9
| * | | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-011-3/+4
| * | | Doc: fix misleading documentation of QProcess::set[Process]EnvironmentJoerg Bornemann2014-10-011-10/+7
| * | | Fix hangs on QFileSystemWatcher.Leonard Lee2014-09-301-0/+1
| * | | Doc: Use title case in section1 titlesNico Vertriest2014-09-303-9/+9
| |/ /
* | | QIODevice: Improve read buffer useAlex Trotsenko2014-10-061-94/+73
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29124-2457/+1553
|\| |
| * | Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
| * | Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
| * | Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-90/+104
| * | Update license headers and add new license filesMatti Paaso2014-09-24123-2313/+1329
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2311-38/+65
| |\|
| | * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
| | * Doc: corrected autolink errors corelib ioNico Vertriest2014-08-277-38/+39
| | * Fix a memory leak in QFseventsFileSystemWatcherEngineAndy Shaw2014-08-181-0/+1
| | * Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+3
| * | Fix 64 bit issues in QIODevicePrivateLinearBufferLars Knoll2014-09-152-9/+13
| * | QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-112-2/+15
* | | Add some minimal size checking for dynamically loaded resourceshjk2014-09-161-3/+13
* | | QFileSelector: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* | | QTextStream: add fast path for writing char and QChar.David Faure2014-09-122-2/+30
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-013-60/+60
|\| |
| * | Fix nativeRead() for maxlen greater than UINT_MAXLars Knoll2014-08-291-4/+4
| * | Doc: language corrections QStorageInfo classNico Vertriest2014-08-271-55/+55
| * | WinRT: Do not forget the path specificationMaurice Kalinowski2014-08-191-1/+1
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-08-1811-10/+2282
|\| |
| * | Compile on Android without statfs.f_flagsAllan Sandfeld Jensen2014-08-161-0/+2
| * | Add the QStorageInfo classIvan Komissarov2014-08-138-7/+1576
| * | Implement native settings format for WinRTMaurice Kalinowski2014-08-134-4/+705
* | | Bump version to 5.5Oswald Buddenhagen2014-08-142-2/+4
|/ /
* | Micro-optimize QUrl::topLevelDomainJędrzej Nowacki2014-08-091-2/+4
* | Micro-optimize QDir::relativeFilePathJędrzej Nowacki2014-08-091-1/+5
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | Rework of QSysInfo OS and kernel version functionsThiago Macieira2014-07-301-1/+1
* | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-6/+6
* | Remove normalization of "default" categoryKai Koehne2014-07-304-77/+3
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+4
* | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-235/+56
* | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-1/+1
* | QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-0/+6
* | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-234-35/+92
* | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-1/+8
* | QLockFile/Windows: Determine host name from environment variable COMPUTERNAME.Friedemann Kleint2014-07-231-9/+16
* | Be more specific in "Loading logging rules" debug outputKai Koehne2014-07-231-1/+1
* | Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-232-6/+4
* | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-234-7/+36
* | Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3