summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Updating documentation to reflect actual behaviorJoão Abecasis2009-11-041-9/+11
* Further fixes to file size handling on Windows with fd and FILE*João Abecasis2009-11-041-17/+26
* Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
* Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1
* Fix QFile::isSequential on WindowsJoão Abecasis2009-10-231-19/+10
* On Windows, report a 0 file size for streams and other funny filesJoão Abecasis2009-10-231-5/+2
* Check for non-zero return from fseekJoão Abecasis2009-10-231-4/+4
* Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-211-1/+6
* Fixes some issues with large files in 32-bit systemsJoão Abecasis2009-10-212-2/+5
* (Windows) Don't create a file mapping for each view that is mappedJoão Abecasis2009-10-213-62/+34
* Fix 32/64-bit issues with QFile::map/unmap() on *nix systemsJoão Abecasis2009-10-212-11/+22
* Doc update for QDir::rootPath and QDir::homePath in Symbian.Janne Anttila2009-10-201-2/+3
* Merge commit 'a814aba657288942b5beed70a2110446420f981c' into origin-4.6Olivier Goffart2009-10-151-2/+7
|\
| * Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-154-11/+13
| |\
| * | Fix QUrl regression with setHost("::ffff:129.144.52.38")David Faure2009-10-131-2/+7
* | | doc: Clarified when setDefaultFormat() is ignored by constructors.Martin Smith2009-10-151-9/+15
| |/ |/|
* | Removed platform specific include from qprocess.hMiikka Heikkinen2009-10-144-11/+13
|/
* Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
* Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5.David Faure2009-10-061-0/+2
* Faster case-insensitive comparison to "file" in QUrl::toLocalFileDavid Faure2009-10-061-1/+1
* Partially revert e58293b3b, re-adding the #ifdef for Qt 4.7Thiago Macieira2009-10-061-0/+4
* Fix typo in QtCore license headers.Jason McDonald2009-10-063-3/+3
* Doc: silence more qdoc warnings.Volker Hilsheimer2009-10-031-1/+1
* Compilation with pedantic or when QtCore is not specified in the include pathOlivier Goffart2009-10-011-5/+1
* optimize read() and readAll()Oswald Buddenhagen2009-09-301-20/+24
* optimize scan()Oswald Buddenhagen2009-09-301-2/+1
* improve condition nestingOswald Buddenhagen2009-09-301-11/+23
* Merge branch 'focusFixes' into 4.6axis2009-09-301-2/+2
|\
| * Fixed some uncommon codepaths to compile.axis2009-09-301-2/+2
* | Compile.Eskil Abrahamsen Blomfeldt2009-09-301-0/+72
* | Fix floating point precision when using qreal with QDataStreamEskil Abrahamsen Blomfeldt2009-09-303-9/+107
* | Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString.Jocelyn Turcotte2009-09-292-0/+77
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-291-1/+1
|\ \ | |/
| * Revert the new QFSEventsFileSystemWatcherEngine on Mac for now.Alexis Menard2009-09-291-1/+1
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-241-1/+1
|\ \ | |/
| * Uninitialised variable fix for qfilesystemwatcher_symbianmread2009-09-241-1/+1
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2372-1691/+2237
|\ \ | |/
| * Fixed crash in QFileSystemWatcher for addPath(nonExistingFile)gunnar2009-09-221-0/+6
| * fix failing qdir autotestShane Kearns2009-09-221-1/+1
| * Fix memleak in tst_qhttpnetworkconnectionMarkus Goetz2009-09-221-1/+3
| * qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-4/+6
| * Document that errors from flush are ignored in QFile::close()João Abecasis2009-09-161-1/+1
| * Fix -Wconversion warnings where possible.David Faure2009-09-131-1/+1
| * Do not make Mac-specific checks on FreeBSD.Raphael Kubo da Costa2009-09-131-2/+2
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-1072-293/+296
| |\
| | * Some unneeded semicolons lessAlessandro Portale2009-09-091-1/+1
| | * Unable to access file means QFile::PermissionsErrorJoão Abecasis2009-09-091-1/+1
| | * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0972-293/+308
| | |\
| | | * Update license headers again.Jason McDonald2009-09-0972-288/+288
| | | * Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-092-0/+2