summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0615-15/+15
* Merge commit 'origin/master'Jason Barron2009-08-0420-32/+34
|\
| * Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-042-2/+2
| * Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0320-30/+32
* | Merge commit 'qt/master-stable'Jason Barron2009-08-046-6/+30
|\ \
| * | Fix deadlock in the fsevents file watcher.Norwegian Rock Cat2009-08-032-1/+7
| * | Port of Qt to QNXHarald Fernengel2009-07-291-1/+1
| * | Port of Qt to VxWorksRobert Griebl2009-07-294-4/+22
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-2/+2
|\ \ \ | |/ /
| * | Fix startDetached: the pipes must be CLOEXEC for them to work.Thiago Macieira2009-07-281-2/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-288-21/+626
|\ \ \ | |/ /
| * | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-253-8/+10
| * | fix minor issue introduced in 6ca14dcRitt Konstantin2009-07-241-8/+4
| * | Document my new backend.Norwegian Rock Cat2009-07-241-3/+5
| * | Compile.Norwegian Rock Cat2009-07-241-1/+1
| * | Implement an FSEvents-based QFileSystemWatcherEngineNorwegian Rock Cat2009-07-234-2/+607
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-2723-1627/+1301
|\ \ \ | |/ / | | / | |/ |/|
| * Fix two errors of QDirIteratorPrivate::matchesFilters()Benjamin Poulain2009-07-231-8/+2
| * Fix potential deadlock in QAbstractFileEngineJoão Abecasis2009-07-221-10/+12
| * Prefer mutable over const_cast.João Abecasis2009-07-222-5/+4
| * Bugfix/optimization in QResourceFileEngineIteratorJoão Abecasis2009-07-221-2/+1
| * Off-by-one error in QResourceFileEngineIteratorJoão Abecasis2009-07-221-1/+1
| * Don't hide errors in QDirIteratorJoão Abecasis2009-07-221-4/+1
| * QDirIterator refactoringJoão Abecasis2009-07-221-5/+18
| * QDirIterator refactoringJoão Abecasis2009-07-221-6/+5
| * QDirIterator refactoringJoão Abecasis2009-07-221-13/+16
| * QDirIterator: fail early, fail oftenJoão Abecasis2009-07-221-2/+2
| * QDirIterator: Cleaning up after one's selfJoão Abecasis2009-07-221-2/+1
| * 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
| |\