aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppTransferManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-1358/+0
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
* improve code documentationJeremy Lainé2010-07-181-1/+16
* use QFlags for safe access to supported transfer methodsJeremy Lainé2010-07-121-4/+4
* tidy up QXmppStream logging so that we can set a null loggerJeremy Lainé2010-06-231-12/+17
* rework manager ownershipJeremy Lainé2010-06-041-2/+2
* use QXmppStream::configurationJeremy Lainé2010-06-041-5/+5
* move transfer manager from QXmppStream to QXmppClientJeremy Lainé2010-06-041-37/+65
* properly parse large file sizesJeremy Lainé2010-05-111-1/+1
* fix compilation errors with MS VC2008Jeremy Lainé2010-05-051-1/+3
* Improve QXmppTransferManager:Jeremy Lainé2010-03-251-21/+73
* make it possible to send arbitrary QIODevice using QXmppTransferManagerJeremy Lainé2010-03-161-123/+218
* actually use the "state" variable in QXmppTransferManager::jobStateChangedJeremy Lainé2010-03-081-1/+1
* improve code documentationJeremy Lainé2010-03-061-1/+13
* lower timeouts for SOCKS5 operationsJeremy Lainé2010-03-051-2/+7
* make it possible to accept/refuse transfer jobs laterJeremy Lainé2010-03-051-53/+92
* abort jobs cleanly and add some code documentationJeremy Lainé2010-03-051-63/+97
* make it possible to associate arbitrary data with a jobJeremy Lainé2010-03-051-10/+19
* use a single SOCKS5 server instead of one per jobJeremy Lainé2010-03-041-20/+18
* re-remove deprecated functions calls of QXmppConfigurationJeremy Lainé2010-03-041-5/+5
* rework SOCKS5 APIJeremy Lainé2010-03-041-45/+45
* remove deprecated functions calls of QXmppConfigurationManjeet Dahiya2010-03-041-5/+5
* internal API cleanup : rename QXmppIbbIqs to QXmppIbbIq for consistencyJeremy Lainé2010-03-041-1/+1
* internal API cleanup : clean QXmppStreamInitiationIq accessorsJeremy Lainé2010-03-041-6/+6
* cleanup QXmppIq accessorsJeremy Lainé2010-03-041-12/+12
* start cleaning up accessor namesJeremy Lainé2010-03-041-32/+32
* internal API cleanup : remove "get" from IBB IQ accessorsJeremy Lainé2010-03-041-7/+7
* add support for SOCKS5 proxiesJeremy Lainé2010-03-031-50/+213
* tighten checks before sending a fileJeremy Lainé2010-02-261-25/+52
* implement file hashingJeremy Lainé2010-02-251-21/+42
* fixJeremy Lainé2010-02-251-0/+1
* improve termination of file transfersJeremy Lainé2010-02-251-30/+64
* rework order of ibb opsJeremy Lainé2010-02-251-7/+7
* add basic support for SOCKS5 bytestreamsJeremy Lainé2010-02-251-35/+357
* replace QXmppIbbTransfer* by QXmppTransferManagerJeremy Lainé2010-02-241-0/+496