summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qsocks5socketengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-11/+11
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-14/+14
* QtNetwork: port remaining uses of QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-4/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-0/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+7
| |\
| | * QSocks5SocketEngine: account for in-transit signal when waiting for readMårten Nordheim2019-07-021-0/+5
| | * QSocks5SocketEngine: pass data to application when connectedMårten Nordheim2019-07-021-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-2/+4
| |\|
| | * QSocks5SocketEngine: avoid dereferencing null-pointerMårten Nordheim2019-06-281-2/+4
* | | QSocks5SocketEnginePrivate::sendRequestMethod(): Fix out of bounds string accessFriedemann Kleint2019-06-281-3/+3
|/ /
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-121-4/+4
|/
* QSocks5SocketEngine: Remove too optimistic check for UDP proxy setupAlexander Akulich2018-11-071-17/+0
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-4/+0
|\
| * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-4/+0
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-13/+0
|\
| * QSocks5SocketEngine: stop polling on UDPAlex Trotsenko2017-02-011-13/+0
* | QSocks5SocketEngine: improve buffering in CONNECT modeAlex Trotsenko2016-11-021-6/+5
|/
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* Introduce SCTP sockets supportAlex Trotsenko2016-07-271-22/+36
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+3
| |\
| | * QSocks5SocketEngine: connect after auth fail as if connecting afresh.Edward Welbourne2016-05-231-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-4/+4
|\| |
| * | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-4/+4
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-291-4/+0
|/ /
* | QtNetwork: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-2/+2
* | QtNetwork: optimize container usageAnton Kudryavtsev2016-03-031-2/+4
* | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-011-0/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QSocks5SocketEngine: Always try to connect in connectToHost unless already co...Robin Burchell2015-12-301-6/+8
* QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-221-11/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-20/+8
|\
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-20/+8
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QSocks5SocketEngine: use QSignalBlockerMarc Mutz2013-11-081-3/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-261-4/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-211-15/+26
* 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
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-10/+10