summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix IPvFuture use in QUrlThiago Macieira2013-07-201-5/+6
* | Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-5/+8
* | QUrl: Add an "appendingTo" parameter to QUrl::appendFragmentThiago Macieira2013-07-201-4/+4
* | QUrl: remove old commented out code for normalized().David Faure2013-07-131-81/+0
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-133-23/+45
* | Merge branch 'stable' into devSergio Ahumada2013-07-116-31/+93
|\|
| * QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
| * fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
| * QWinOverlappedIoNotifier: fix race conditionJoerg Bornemann2013-07-051-5/+38
| * bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-0/+7
| * Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-042-23/+40
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+5
* | QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-082-2/+12
* | QUrl: add "QUrl adjusted(options)" convenience method.David Faure2013-07-082-8/+56
* | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-063-8/+10
* | Revert "Fix QUrl::topLevelDomain(QUrl::FullyDecoded)"Thiago Macieira2013-07-021-2/+1
* | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-011-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-12/+16
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-0/+4
| |\
| | * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-12/+12
| |\|
| | * fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-142-12/+12
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-204-11/+11
|\| |
| * | Remove use of 'register' from Qt.Stephen Kelly2013-06-174-11/+11
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-123-17/+22
|\| |
| * | When the file could not be accessed, we should return 0 for the sizeAndy Shaw2013-06-111-0/+1
| * | QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-1/+1
| * | QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-081-2/+2
| * | QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-11/+14
| * | QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-081-1/+1
| * | QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-081-1/+2
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-051-1/+1
| |\|
| | * Fix typo in QSettings docs.Mitch Curtis2013-05-311-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-045-4/+31
|\| |
| * | Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-045-4/+31
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2316-48/+151
|\|
| * restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-203-8/+74
| * Fixed WINCE linking error in QProcessBjoern Breitmeyer2013-05-141-0/+5
| * QProcess: leave a warning about the signal with overload, for Qt 6Thiago Macieira2013-05-101-1/+1
| * Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-1/+1
| * Utilize the new Q_OS_MACX define.Jake Petroules2013-05-096-14/+14
| * Avoid a QStringRef -> QString conversion by using the new qt_hash overloadGiuseppe D'Angelo2013-05-081-1/+1
| * QUrl: Fix compiler warning about uninitialized varKai Koehne2013-05-081-1/+1
| * Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-082-2/+3
| * Add workaround for case-changing renaming of files on Linux/FAT32.Friedemann Kleint2013-05-071-7/+36
| * QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-073-11/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-294-32/+31
|\|
| * fix QProcessEnvironment documentation re case conversionOswald Buddenhagen2013-04-251-26/+11
| * QDataStream: Be a bit more verbose about operator>>(char *&)hjk2013-04-231-5/+11
| * Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-232-1/+9