summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Doc: corrected autolink errors corelib ioNico Vertriest2014-08-277-38/+39
* Fix a memory leak in QFseventsFileSystemWatcherEngineAndy Shaw2014-08-181-0/+1
* Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+3
* WinRT: no read-only paths in QStandardpaths::writableLocationOliver Wolff2014-06-261-5/+14
* Mark behavior of QFileInfo::absoluteFilePath as undefined in corner casesKai Koehne2014-06-251-3/+4
* Fix logging file location docsFrederik Gladhorn2014-06-251-2/+2
* Fix memory leaks in QFseventsFileSystemWatcherEngineErik Verbruggen2014-06-241-0/+28
* Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-202-18/+53
* QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-123-10/+26
* Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-123-6/+10
* QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-125-131/+54
* Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-125-20/+20
* Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-123-67/+56
* Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-124-40/+37
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-2/+5
* remove HSTRING instancesMaurice Kalinowski2014-06-033-12/+12
* fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-232-77/+76
* Fix error when reading newlinesFrederik Gladhorn2014-05-141-1/+1
* Doc: change the name of the QTemporaryDir parameter nameThiago Macieira2014-05-111-7/+7
* Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-1/+3
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-051-0/+6
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-031-0/+6
| |\
| | * Logging: Mention 'best practices' for using QLoggingCategoryKai Koehne2014-04-291-0/+6
* | | Add winrt and winphone to the list of platform file selector namesAndrew Knight2014-05-031-0/+5
|/ /
* | remove superfluous includeJoerg Bornemann2014-04-251-1/+0
* | fix read notification in QWindowsPipeReader::waitForPipeClosedJoerg Bornemann2014-04-171-0/+1
* | Doc: Improve docs for file permission checking on NTFSSze Howe Koh2014-04-162-4/+14
* | Fix polling file system watcher addPathsBernd Weimer2014-04-161-4/+6
* | QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-143-11/+12
|/
* Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
* Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-031-2/+2
* Use Finder bundle identifier over path for OS X bundle detectionSamuel Gaist2014-04-031-3/+4
* Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-1/+1
* Logging: Be also more strict with value of logging ruleKai Koehne2014-04-031-5/+8
* Fix offset calculation on WinRTMaurice Kalinowski2014-04-011-0/+1
* OS X QSettings auto test/writing check updateSamuel Gaist2014-03-312-19/+27
* Fix build on [older] MinGWKonstantin Ritt2014-03-291-1/+1
* Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-272-42/+105
* Implement DownloadLocation retrieving using SHGetKnownFolderPathSamuel Gaist2014-03-251-1/+24
* Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-202-6/+2
* Print when logging rule is invalid.Kai Koehne2014-03-201-1/+5
* Fix creating directory hierarchy for WinRTMaurice Kalinowski2014-03-201-0/+14
* QProcessEnvironment: Fix handling of magic environment variablesDaniel Teske2014-03-201-1/+1
* Fix compile for embedded Androidaavit2014-03-201-1/+1
* Use Uniform Type Identifiers to detect OS X bundlesSamuel Gaist2014-03-141-30/+18
* Add AArch64 support to qfilesystemwatcher_inotify.cppDmitry Shachnev2014-03-141-0/+9
* Add missing \since 5.0 to QProcess::{program,arguments}.Marcel Krems2014-03-141-0/+4
* BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-142-54/+36
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-141-2/+11
* Implement QStandardPaths::GenericConfigLocation for WinRT.Janne Anttila2014-03-141-0/+1