summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/torrentclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-171-8/+8
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-3/+1
* Use qsizetype in QListLars Knoll2020-07-061-8/+8
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-2/+2
* QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
* Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-1/+1
* QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-1/+1
* Cleanup network examplesChristian Ehrlicher2019-11-061-44/+44
* Torrent example: Replace the last Java-style iterator with STL onesMarc Mutz2019-05-231-5/+7
* Torrent example: replace a QMultiMap with a sorted vectorMarc Mutz2019-05-251-7/+7
* Torrent example: add missing qAsConst()Marc Mutz2019-05-231-2/+2
* Torrent example: rewrite some very convoluted codeMarc Mutz2019-05-241-17/+13
* Network examples: cleanup foreach usageChristian Ehrlicher2019-01-061-21/+21
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-11/+11
* Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-2/+2
* Unify license header usage.Jani Heikkinen2016-03-291-3/+13
* Updated BSD licensed file headersJani Heikkinen2015-02-151-3/+3
* Update copyright headersJani Heikkinen2015-02-111-5/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-1/+0
|\
| * examples: remove unused static const variablesMarc Mutz2013-09-141-1/+0
* | Remove qSort usages from qtbase examplesGiuseppe D'Angelo2013-09-141-1/+3
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-6/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1528