summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDirIterator cleanup after refactoringJoão Abecasis2009-07-221-9/+8
* QDirIterator refactoringJoão Abecasis2009-07-221-11/+7
* QDirIterator refactoringJoão Abecasis2009-07-221-9/+9
* QDirIterator: no point in delaying the inevitableJoão Abecasis2009-07-221-7/+3
* QDirIterator refactoringJoão Abecasis2009-07-221-4/+3
* QDirIterator: another one bites the dustJoão Abecasis2009-07-221-12/+5
* Still fixing QDirIterator...João Abecasis2009-07-221-2/+2
* QDirIterator cleanupJoão Abecasis2009-07-221-7/+5
* QDirIterator: Don't recurse into hidden directories unless askedJoão Abecasis2009-07-221-0/+4
* QDirIterator moving around conditionsJoão Abecasis2009-07-221-6/+5
* Faster condition comes firstJoão Abecasis2009-07-221-1/+1
* QDirIterator: refactor initializations in private constructorJoão Abecasis2009-07-221-5/+5
* Merge the memcpy with the lowercasing and the non-ASCII detection.Thiago Macieira2009-07-211-13/+17
* Slight performance improvement by caching the label size.Thiago Macieira2009-07-211-7/+14
* Minor performance improvements in nameprepping.Thiago Macieira2009-07-211-20/+23
* Fix bug in locating non-lowercase TLDs: must lowercase.Thiago Macieira2009-07-211-2/+6
* One more improvement in QUrl: avoid an extra lowercasing step.Thiago Macieira2009-07-211-17/+13
* Improve performance in QUrl parsing by doing in-line operations.Thiago Macieira2009-07-211-31/+32
* Change qt_nameprep to do in-line namepreppingThiago Macieira2009-07-211-26/+24
* Implement strict STD3 checking of hostnames in URLs.Thiago Macieira2009-07-211-69/+172
* Workaround for transacted, locked and inaccesible filesRitt Konstantin2009-07-201-0/+88
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-58/+29
|\
| * QDirIterator: Doc fixes and whitespace cleanupJoão Abecasis2009-07-171-19/+12
| * Refactoring QDirIteratorPrivate::pushSubDirectoryJoão Abecasis2009-07-171-26/+15
| * QDirIterator: reducing "randomness"João Abecasis2009-07-171-10/+3
| * QDirIterator was returning inconsistent dataJoão Abecasis2009-07-171-6/+1
* | Fix warnings for mingwThierry Bastian2009-07-161-1/+2
* | Fix warnings for QtNetwork on mingwThierry Bastian2009-07-151-3/+3
* | Support more than 63 handles in QWindowsFileSystemWatcherdt2009-07-153-181/+304
* | fix warnings for mingw in QtCoreThierry Bastian2009-07-151-5/+5
* | outdated comment in qfsfileengine_win.cpp removedJoerg Bornemann2009-07-141-2/+0
* | large file support for Windows CEJoerg Bornemann2009-07-141-16/+19
* | micro optimization in qfsfileengine_win.cppJoerg Bornemann2009-07-141-4/+2
* | Build fix for mingwThierry Bastian2009-07-141-1/+1
* | Merge commit 'origin/4.5'Bill King2009-07-081-1/+1
|\ \ | |/
| * Fix oops in strcmp in QBuffer.Thiago Macieira2009-07-021-1/+1
* | 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
|\ \ | |/