aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppSocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-345/+0
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
* fix typoJeremy Lainé2010-03-081-1/+1
* make QXmppSocksClient inherit QTcpSocketJeremy Lainé2010-03-051-46/+22
* use QDataStream instead of htons/ntohs to avoid having to link against winsoc...Jeremy Lainé2010-03-051-31/+18
* use a single SOCKS5 server instead of one per jobJeremy Lainé2010-03-041-0/+5
* rework SOCKS5 APIJeremy Lainé2010-03-041-64/+35
* make it possible to read and write to SOCKS5 client/serverJeremy Lainé2010-03-031-9/+46
* prevent SOCKS5 client & server from blockingJeremy Lainé2010-02-261-113/+161
* improve termination of file transfersJeremy Lainé2010-02-251-0/+13
* fix build on linux/windowsJeremy Lainé2010-02-251-0/+6
* add code for handling SOCKS5 bytestreamsJeremy Lainé2010-02-251-0/+302