summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Correct #include path for qcore_unix_p.hThiago Macieira2009-07-021-1/+1
* Fix build with MSVC2003: apparently the code path I thought was Unix was also...Thiago Macieira2009-07-021-3/+3
* Add a properly-safe version of select(2).Thiago Macieira2009-07-021-43/+37
* Port QProcess to use the EINTR-safe and thread-safe functionsThiago Macieira2009-07-021-148/+65
* Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-023-11/+14
* Make the inotify_init call also use FD_CLOEXEC-safe version of theThiago Macieira2009-07-021-3/+37
* Port most uses of ::open and QT_OPEN to the safe version.Thiago Macieira2009-07-024-24/+20
* src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-018-943/+386
* Merge branch '4.5'Marius Storm-Olsen2009-06-301-1/+2
|\
| * QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-1/+2
* | More culling of Panther Code.Norwegian Rock Cat2009-06-231-18/+2
* | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead()Markus Goetz2009-06-171-2/+2
* | Update license headers in files that are new in 4.6.Jason McDonald2009-06-172-4/+4
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1665-131/+131
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1665-130/+130
| * QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
* | Fix build on windows.Prasanth Ullattil2009-06-151-1/+1
* | Fix build on WindowsAlexis Menard2009-06-151-1/+1
* | Improve the speed of QDir, QFileInfo and QDirIterator.Alexis Menard2009-06-155-69/+61
* | Use the old codec if there is one available when reading data in qtextstream.Denis Dzyubenko2009-06-111-1/+1
* | Compile the qsettins autotestOlivier Goffart2009-06-111-1/+1
* | Use the original order if two files are equivalent for the sort of QDirBenjamin Poulain2009-06-111-1/+2
* | Sort QDir with qSort instead of qStableSortBenjamin Poulain2009-06-111-2/+1
* | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-4/+2
* | Improve QDirPrivate::sortFileList by leaving right avway isRitt Konstantin2009-06-101-19/+23
* | Optimize QDirPrivate::sortFileList by using a QFileInfoListRitt Konstantin2009-06-101-13/+28
* | Move declaration of QFileInfoPrivate in a separate file _p andAlexis Menard2009-06-103-64/+128
* | Small simplification on codeThierry Bastian2009-06-081-5/+0
* | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-081-2/+1
* | Merge branch 'review/master'Marius Bugge Monsen2009-05-292-19/+19
|\ \
| * | Fix compilation with -pedanticDavid Faure2009-05-292-19/+19
* | | Fixed compile with MinGW.Rohan McGovern2009-05-291-3/+3
|/ /
* | improved string operations all over the placeThierry Bastian2009-05-283-8/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-273-18/+89
|\ \ | |/
| * Fixed aliasing pointer corruption in QDataStream.Trond Kjernaasen2009-05-271-15/+77
| * Adding details to QSettings functionsMorten Engvoldsen2009-05-251-2/+11
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-1/+1
* | Fix WinCE compile error not fixed by c666b88Jason McDonald2009-05-271-1/+1
* | Windows CE compile fixJoerg Bornemann2009-05-261-1/+1
* | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTSThierry Bastian2009-05-263-3/+3
* | Warnings fixed on MSVCThierry Bastian2009-05-251-1/+3
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2512-49/+47
* | Merge branch '4.5'Thiago Macieira2009-05-225-124/+215
|\ \ | |/
| * Fix syntax of the fcntl system call: this is not setsockoptThiago Macieira2009-05-221-6/+3
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-224-51/+107
| |\
| | * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-221-1/+3
| | * Reset openMode to NotOpen when returning false from QFile::open()João Abecasis2009-05-221-0/+9
| | * QTemporaryFile: really close files before renamingJoão Abecasis2009-05-221-0/+7
| | * QTemporaryFileEngine now tracks if a fileName has been generatedJoão Abecasis2009-05-221-3/+18
| | * QTemporaryFile: there's no need to keep another pointer to the engine hereJoão Abecasis2009-05-221-4/+1