summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-11-121-11/+6
* Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2018-10-161-13288/+13692
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-05-143-5/+13
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2018-04-161-20/+9
* Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
* Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
* Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-071-0/+10
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
* QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
* Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
* Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
* Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
* Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
* Fix typoOliver Wolff2017-12-132-3/+3
* Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-252-2/+3
* Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
* QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
* QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
* QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
* Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-241-3/+3
* winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
* Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-171-0/+8
* QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
* Add missing pwd.h includeJake Petroules2017-09-181-0/+1
* Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
* QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
* Doc: Fix exampleRobert Loehning2017-08-281-2/+2
* Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
* QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
* Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
* QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
* Android: Fix compile with unified headersBogDan Vatra2017-08-172-2/+10
* Improve documentation for {QFile, QFileDevice}::resize()Sérgio Martins2017-08-032-1/+5
* QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-022-23/+24
* Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-3/+6
* Fix open/chmod race condition in QSaveFileAntonio Larrosa2017-07-281-1/+5
* Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-14/+0
* Let QWindowsPipeWriter::write only warn about unexpected errorsJoerg Bornemann2017-07-241-1/+9
* QFileSystemEngine::id/Windows: Fix use with directoriesThiago Macieira2017-07-221-3/+10
* QFileSystemWatcher/kqueue: make the fd duplication + FD_CLOEXEC atomicThiago Macieira2017-07-211-2/+1
* QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-189-3/+66
* Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-183-14/+15
* QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
* Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
* Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
* Do not wait in QWindowsPipe{Reader|Writer}::stop()Joerg Bornemann2017-07-174-14/+30
* Fix warning messages in QWindowsPipeReader/WriterJoerg Bornemann2017-07-172-2/+2
* QStorageInfo/Windows: Improve error handlingFriedemann Kleint2017-07-091-18/+34