aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppTransferManager.h
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-280/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-1/+3
|
* improve code documentationJeremy Lainé2010-07-181-4/+12
|
* use QFlags for safe access to supported transfer methodsJeremy Lainé2010-07-121-3/+6
|
* tidy up QXmppStream logging so that we can set a null loggerJeremy Lainé2010-06-231-0/+4
|
* rework manager ownershipJeremy Lainé2010-06-041-1/+1
|
* move transfer manager from QXmppStream to QXmppClientJeremy Lainé2010-06-041-4/+4
|
* Improve QXmppTransferManager:Jeremy Lainé2010-03-251-4/+13
| | | | | | | - make it possible to specify the stream ID to use when sending a file - make QXmppTransferManager emit a signal when any of its jobs terminates - make it possible to force the use of a SOCKS5 proxy
* make it possible to send arbitrary QIODevice using QXmppTransferManagerJeremy Lainé2010-03-161-9/+33
|
* touchup documentationJeremy Lainé2010-03-061-3/+3
|
* improve code documentationJeremy Lainé2010-03-061-13/+25
|
* make it possible to accept/refuse transfer jobs laterJeremy Lainé2010-03-051-6/+8
|
* abort jobs cleanly and add some code documentationJeremy Lainé2010-03-051-5/+17
|
* make it possible to associate arbitrary data with a jobJeremy Lainé2010-03-051-4/+12
|
* use a single SOCKS5 server instead of one per jobJeremy Lainé2010-03-041-1/+1
|
* rework SOCKS5 APIJeremy Lainé2010-03-041-5/+6
|
* add support for SOCKS5 proxiesJeremy Lainé2010-03-031-0/+10
|
* tighten checks before sending a fileJeremy Lainé2010-02-261-2/+6
|
* implement file hashingJeremy Lainé2010-02-251-2/+6
|
* improve termination of file transfersJeremy Lainé2010-02-251-3/+14
|
* add basic support for SOCKS5 bytestreamsJeremy Lainé2010-02-251-4/+45
|
* replace QXmppIbbTransfer* by QXmppTransferManagerJeremy Lainé2010-02-241-0/+125