summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-1/+1
* QFileInfo: fix double sentence in apidocFrederik Schwarzer2016-10-211-2/+1
* Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-1/+1
* QUrl effective TLDs: update tableKai Koehne2016-10-212-11304/+12851
* Windows: Fix regression in QFSFileEnginePrivate::nativeWrite()Andy Shaw2016-10-191-2/+2
* Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-184-16/+27
* Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-072-45/+77
* QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
* Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1210-38/+38
* Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
* QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
* QUrl: fix resolved() for data URLsDavid Faure2016-07-291-2/+1
* Windows: Fix truncation in QFSFileEnginePrivate::nativeWrite()Friedemann Kleint2016-07-211-4/+2
* Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-201-22/+30
* FreeBSD: move order of includes for compilingRalf Nolden2016-07-131-3/+3
* QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-4/+6
* QDir: Remove redundant QString wrappingAlexander Volkov2016-06-301-1/+1
* winrt: fix conditionalMaurice Kalinowski2016-06-301-1/+1
* Document limitations and good practice for logging category namesKai Koehne2016-06-231-0/+9
* Remove overload tag from QByteArray QIODevice::readAll()Simon Hausmann2016-06-171-2/+0
* Update for the newest Darwin-family operating systems.Jake Petroules2016-06-151-1/+5
* Mention extension in QFileInfo's suffix-related documentationMitch Curtis2016-06-101-2/+2
* QDebug: fix streaming of QCharsMarc Mutz2016-06-081-5/+4
* Merge BSD implementations of QLockFilePrivate::processNameByPid()Ralf Nolden2016-06-012-22/+22
* Fix emission of QProcess:errorOccurredJoerg Bornemann2016-05-301-8/+2
* QWindowsPipeWriter: Discard queued signals in stop()Aleksei Timofeyev2016-05-301-0/+2
* QLockFile: Use a more robust stale file detectionOrgad Shaneh2016-05-291-2/+4
* Compile fix for NetBSD: only BSD using statvfs, disable f_flags defineRalf Nolden2016-05-231-1/+1
* Compile fix: remove unused variable bool isEmptyRalf Nolden2016-05-231-2/+0
* Add OpenBSD to list of BSD systems defines using kqueue tooRalf Nolden2016-05-231-2/+2
* Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
* QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
* QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
* QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
* QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
* QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
* Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
* QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
* QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-307-55/+66
* Also update filter rules if there is a custom filter installed.Volker Krause2016-04-241-3/+0
* Windows/QProcess::startDetached(): Fall back to ShellExecuteEx() for UAC prompt.Friedemann Kleint2016-04-231-0/+40
* qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
* Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
* Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
* Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
* Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
* dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-1/+2
* Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2