| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -30/+18 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -2/+2 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -8/+8 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | [socks] fix a compiler warning on MSVC | Jeremy Lainé | 2018-09-18 | 1 | -1/+1 |
| | | |||||
| * | correctly receive data immediately following a SOCKS5 message (closes #64) | Jeremy Lainé | 2015-08-15 | 1 | -16/+15 |
| | | | | | | | | | | | The SOCKS5 client and server would discard any currently buffered received data when processing a SOCKS5 command as they used readAll(). Now they only consume the SOCKS5 command's bytes, preserving any buffered data. Why this situation should occur is a different matter, I would be surprised to see it happen during file transfer, due to the sequence in which the handshake is performed. | ||||
| * | socks5: make server explicitly return "no acceptable method" | Jeremy Lainé | 2015-07-27 | 1 | -2/+7 |
| | | |||||
| * | socks5: only advance state on success | Jeremy Lainé | 2015-07-27 | 1 | -8/+8 |
| | | |||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 1 | -5/+5 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -1/+1 |
| | | |||||
| * | make a note of an error case when listening for IPv6 | Jeremy Lainé | 2012-10-05 | 1 | -0/+1 |
| | | |||||
| * | remove QXmppSocksServer::isListening() | Jeremy Lainé | 2012-09-18 | 1 | -5/+0 |
| | | |||||
| * | move IPv6 specifics inside QXmppSocksServer | Jeremy Lainé | 2012-09-18 | 1 | -8/+15 |
| | | |||||
| * | Allow StreamHost::host to contain a host name | Jeremy Lainé | 2012-09-17 | 1 | -3/+3 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | remove QXmppSocksClient::waitForReady | Jeremy Lainé | 2012-06-07 | 1 | -15/+0 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+345 |
