summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfile
Commit message (Expand)AuthorAgeFilesLines
* Skip tst_LargeFile::mapOffsetOverflow on MacJoão Abecasis2010-05-041-0/+4
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-3/+3
|\
| * Autotest: Use the file in the non-writeable areaThiago Macieira2010-04-111-3/+3
* | _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-231-0/+47
|/
* Fix bugs evidenced by change to keep flush errors on QFile::closeJoão Abecasis2010-01-071-1/+3
* QIODevice: Fix readAll()Markus Goetz2010-01-061-0/+34
* Update copyright year to 2010Jason McDonald2010-01-063-3/+3
* Small optimization in QIODevice::readAll()Markus Goetz2010-01-051-0/+41
* Test fixed for Windows CE.ninerider2009-12-141-13/+62
* Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-1/+12
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-181-1/+1
|\
| * Fix tst_qfile, disable largefile for symbian.Liang Qi2009-11-131-1/+1
* | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-2/+2
* | Improve reliability of QFile test readAllStdinJoão Abecasis2009-11-171-0/+1
* | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-0/+12
|/
* Merge commit 'origin/4.6' into 4.6-ceJoerg Bornemann2009-11-111-31/+135
|\
| * Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-091-31/+135
| |\
| | * Extending tst_QFile::writeLargeDataBlock testJoão Abecasis2009-11-041-30/+134
* | | tst_largefile.cpp Windows CE compile fixJoerg Bornemann2009-11-092-4/+9
* | | compile fix for tst_qfile on Windows CEJoerg Bornemann2009-11-091-0/+1
|/ /
* | Improving reliability and information from the large file testJoão Abecasis2009-11-061-0/+35
* | Switch large file test to using Unbuffered modeJoão Abecasis2009-11-051-2/+2
* | Turns out 64-bit fseek/ftell are not available on VS 2003/2002...João Abecasis2009-10-291-0/+5
* | Extending QFile::size test to cover files opened with fd and FILE*João Abecasis2009-10-231-8/+43
* | Fix the LargeFile test for WindowsJoão Abecasis2009-10-231-10/+15
* | Windows doesn't #define STD{IN,OUT,ERR}_FILENOJoão Abecasis2009-10-231-0/+12
* | Adding a test case for large file supportJoão Abecasis2009-10-213-1/+497
* | Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-211-0/+55
|/
* tests/auto/qfile/test/test.pro fixedJoerg Bornemann2009-09-091-4/+4
* Update license headers again.Jason McDonald2009-09-092-8/+8
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-312-26/+26
|\
| * Update tech preview license header.Jason McDonald2009-08-312-26/+26
| * Update license headers.Jason McDonald2009-08-112-2/+2
* | Merge commit 'qt/master'Jason Barron2009-08-132-2/+2
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-122-2/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-0/+1
|\ \ \ | |/ /
| * | tst_QFile::copyAfterFail fixed on WindowsJoerg Bornemann2009-08-061-0/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-78/+49
|\ \ \ | |/ /
| * | fix tests for QT_NO_PROCESS and when running tests as rootHarald Fernengel2009-07-211-8/+20
| * | tests: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-64/+27
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-12/+2
|\ \ \
| * | | Fixed QFile autotest for Symbian.axis2009-07-061-0/+2
| * | | Removed code that was left over when cleaning up.axis2009-07-061-12/+0
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-292-4/+4
| |\ \ \ | | | |/ | | |/|
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-302-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-162-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-162-4/+4
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-0/+59
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch '4.5'Thiago Macieira2009-05-223-1/+43
| |\ \ | | |/
| * | Fixed QFile::copy/rename fail after initial failed attemptJoão Abecasis2009-04-301-0/+59