summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-166-12/+128
|\
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3
| * Suppress warnings caused by ignoring chdir retvalGirish Ramakrishnan2012-04-121-7/+14
| * Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+5
| * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-103-4/+4
| * Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-102-0/+105
* | Re-add the Qt 4 compatibility methods for QUrl encoded query itemsThiago Macieira2012-04-122-0/+48
* | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-1/+3
* | Fix warning introduced in "Adjust a double leading slash..."Thiago Macieira2012-04-121-1/+1
* | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-114-47/+77
* | 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
|\|
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-2/+2
| * Document QFile::rename and QDir::rename's copy operationVincent A2012-04-032-2/+12
| * Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-03-301-0/+7
* | 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