summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-112-9/+13
| * | Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-112-4/+126
| * | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-114-23/+18
| * | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-113-43/+60
| * | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-112-84/+130
| * | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-2/+12
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-4/+21
| |\ \
| * | | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-082-2/+2
| * | | QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-083-13/+11
| * | | Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
| * | | Merge one static function into anotherThiago Macieira2012-04-041-13/+5
| * | | Add missing #include <stdio.h> for _filenoThiago Macieira2012-04-041-0/+1
| * | | Remove old comment restored by mistakeThiago Macieira2012-04-031-3/+0
| * | | Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-13/+3
| * | | Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-305-9/+10
| * | | De-inline qHash(const QUrl&) and improveThiago Macieira2012-03-302-5/+22
| * | | Fix QUrl operator== and operator<Thiago Macieira2012-03-302-20/+46
| * | | Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-1/+1
| * | | Reimplement the StrictMode URL parsingThiago Macieira2012-03-302-22/+121
| * | | Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-302-91/+119
| * | | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
| * | | Add QUrl::setQuery overload with QUrlQueryThiago Macieira2012-03-303-3/+18
| * | | QUrl: optimise setHost for the common caseThiago Macieira2012-03-301-5/+6
| * | | QUrl: Always lowercase the schemeThiago Macieira2012-03-301-2/+16
| * | | Long live the new QUrl implementation.Thiago Macieira2012-03-307-1906/+1226
| * | | Move some of qurl.cpp into other files for ease of maintenanceThiago Macieira2012-03-306-3244/+3422
| * | | Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-303-532/+37
| * | | Long live QUrlQueryThiago Macieira2012-03-303-0/+864
| * | | Refactor the URL recoder a littleThiago Macieira2012-03-301-77/+80
| * | | Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-106/+95
| * | | Add the code that recodes URLs.Thiago Macieira2012-03-303-0/+518
| * | | Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-302-87/+86
| * | | Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-9/+8
| * | | Fix operator precedence order.Thiago Macieira2012-03-291-1/+1
| * | | Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-282-2/+218
| * | | Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-0/+204
| * | | Allow auto tests to stay away from the user's configuration.David Faure2012-03-286-8/+131
| * | | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-242-6/+0
| * | | Merge master into api_changesKent Hansen2012-03-235-63/+133
| |\ \ \
| * | | | QDirIterator: don't inherit from QDirMarc Mutz2012-03-232-3/+3
| * | | | Rewrite QMap to use a RB treeLars Knoll2012-03-231-2/+0
| * | | | Merge master into api_changesKent Hansen2012-03-163-2/+6
| |\ \ \ \
| * | | | | QDirIterator, QDataStream: remove virtual dtorMarc Mutz2012-03-142-2/+2
| * | | | | Port file-flushing code to QFileDevice.David Faure2012-03-131-1/+1
| * | | | | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-081-2/+0
| |\ \ \ \ \
| * | | | | | Add QUrl formatting option "PreferLocalFile".David Faure2012-03-072-7/+25
| * | | | | | Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-067-695/+1012
* | | | | | | Add support for iOS.Qt4iOS2012-04-171-0/+5
* | | | | | | Remove the Qt 5 todo about empty string lists in QSettingsThiago Macieira2012-04-161-2/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3