summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-161-2/+9
* Limit the range of the QUrlPrivate::port to -1 to 65535Thiago Macieira2013-01-141-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2013-01-141-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1389-89/+89
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-051-19/+1
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2013-01-051-1/+5
* QUrl: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-151-1/+4
* QUrl: ensure toEncoded() matches toString() wrt. empty authorityPeter Hartmann2012-12-151-1/+1
* QNX: fix QProcess fd inheritanceRafael Roquetto2012-11-281-3/+18
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-281-1/+5
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-281-1/+6
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-262-5/+28
* Fix regression introduced in QFileSystemEntry::path()Andy Shaw2012-11-181-1/+1
* QNX: Fix build with QNX SDP 6.5.Sergio Martins2012-11-071-1/+1
* QNX: Remember information on whether a file is a linkThomas McGuire2012-10-311-0/+7
* QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-313-2/+69
* QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-303-0/+17
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2989-2137/+2137
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-185-19/+19
* Fix realpath() call to older POSIX platformsRafael Roquetto2012-09-121-8/+13
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-301-2/+5
* QUrl: fix thread safety.David Faure2012-08-232-49/+181
* Update contact information in license headers.Sergio Ahumada2012-08-0189-178/+178
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-281-0/+3
* QUrl: add missing detach() in setEncodedUrl, spotted by Marc Mutz.David Faure2012-07-221-2/+2
* qurl.cpp: Remove trailing whitespaces.David Faure2012-07-221-19/+19
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-211-1/+1
* Fix QFile append on windowsShane Kearns2012-06-092-2/+10
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-9/+9
* Fix IPv6 address returned from QUrl::hostShane Kearns2012-04-231-5/+4
* Update QSettings and Mac OS X documentation with App Store informationPasi Matilainen2012-04-231-0/+21
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-04-011-0/+7
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-03-301-0/+5
* Fix documentation errorShane Kearns2012-03-131-1/+0
* Optimise QFile::seek that doesn't move the file pointerShane Kearns2012-03-131-0/+3
* Enable storage of global Qt settings in app-local settings file on MacPasi Matilainen2012-03-081-0/+82
* Don't allow app panic on QProcess destruction, kill or terminateMurray Read2012-03-081-4/+12
* QWindowsPipeWriter could terminate the process to earlyMartin Petersson2012-02-281-1/+1
* Fixes QProcess on QNXRafael Roquetto2012-02-203-82/+67
* Checking for directory exists in failed QDir::mkpath on SymbianMurray Read2012-02-151-2/+9
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-141-1/+2
* Fixed compiler warning about unused variable with QT_NO_TEXTCODEC.Andreas Holzammer2012-02-111-0/+3
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-091-1/+1
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-081-5/+0
* Changes in Symbian CleanupStack use to allow dodgy app startMurray Read2012-02-081-12/+9
* Fix progress bar values >100% when http upload is retriedShane Kearns2012-02-032-1/+2
* Change QUrl::toLocalFile to return path for relative urlsAapo Haapanen2012-02-021-1/+8
* Fixed QFile::link behaviour for WinCE devices.jaanttil2012-01-311-0/+1
* Various qt documentation fixes (wk 43)artoka2012-01-311-0/+2