summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid sharing violation in QFileSystemEngine::id on WindowsThiago Macieira2017-07-071-3/+3
* QFile::rename: avoid two stat(2)/CreateFile in a rowThiago Macieira2017-07-072-4/+7
* QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-071-9/+38
* QFileSystemEngine::id: use the proper QT_STATBUF/QT_STATThiago Macieira2017-07-051-2/+2
* QFileSystemEngine/Unix: use fchmod(2) if the file is openThiago Macieira2017-07-053-3/+32
* QFileSystemEngine::fillMetaData: fix apparent use of dangling pointerThiago Macieira2017-07-051-9/+1
* Fix Windows build without features.filesytemiteratorStephan Binner2017-07-051-1/+4
* QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-032-10/+23
* Doc: Add note about fromPercentEncoding's behavior on invalid inputMårten Nordheim2017-06-291-0/+4
* QProcess/Unix: move strerror() up from child to parentThiago Macieira2017-06-281-27/+19
* Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-133-23/+20
* Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-135-30/+30
* Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
* QStorageInfo: Pass MNT_NOWAIT to getmntinfoThiago Macieira2017-05-301-1/+5
* QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-161-0/+4
* Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2