summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-032-12/+19
| | |\|
| | | * Fix compiler warnings when building with DEBUG defines setVolker Hilsheimer2019-07-021-12/+12
| | | * 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
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-035-8/+13
|\| | |
| * | | QtNetwork: port away from Java-style iteratorsMarc Mutz2019-05-211-4/+3
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-133-3/+9
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-1/+7
| | |\|
| | | * WinRT: Fix crash in native socket engine during closeMårten Nordheim2019-05-081-1/+7
| | * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-2/+2
| * | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1619-105/+113
|\| | |
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-0/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-091-0/+3
| | |\|
| | | * QUdpSocket: Add missing \since to docsAndre Hartmann2019-04-081-0/+3
| * | | More nullptr usage in headersKevin Funk2019-03-145-21/+21
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-271-1/+1
| |\| |
| | * | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
| * | | Add support for SPNEGO/Negotiate authenticationSandro Mani2019-02-251-1/+1
| |/ /
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-203-7/+7
| * | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-132-3/+3
| * | Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-122-8/+8
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
| |\|
| | * Doc: fix typo in QAbstractSocket::bind documentationSamuel Gaist2019-01-031-1/+1
| * | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-125-5/+5
| * | Add a means to specify the protocol type, to aid websockets over proxyAndy Shaw2018-12-103-1/+36
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-272-11/+6
| |\|
| | * QLocalSocket (windows) - remove broken setErrorStringTimur Pocheptsov2018-11-222-11/+6
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-6/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-6/+4
| | |\
| | | * QAbstractSocket::Bind: clarify some detailsEdward Welbourne2018-11-091-6/+4
| * | | qnativesocketengine_win.cpp: Improve memory handlingIvan Komissarov2018-11-181-18/+8
| |/ /
| * | Use timeout error for TCP timeouts on unixSven Erdem2018-11-111-5/+9
| * | QSocks5SocketEngine: Remove too optimistic check for UDP proxy setupAlexander Akulich2018-11-071-17/+0
* | | Fix Windows buildAlexandru Croitor2019-03-183-0/+6
|/ /
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-303-11/+12
* | Specify to call QLocalSocket's close in dtorMårten Nordheim2018-08-071-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+2
|\|
| * QNativeSocketEnginePrivate (win) read sender's port and addressTimur Pocheptsov2018-06-141-0/+2
* | QAbstractSocket - protect against the broken invariantTimur Pocheptsov2018-06-271-1/+4
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+2
|/
* winrt: socket engine: Replace last occurrences of old connect syntaxOliver Wolff2018-04-061-3/+6
* winrt: Properly deinitialize socket on connection failureOliver Wolff2018-04-061-0/+1
* winrt: process pending data before closing a socket connectionOliver Wolff2018-04-062-6/+22
* Fix typoed integrity conditionKari Oikarinen2018-04-031-1/+1
* winrt: Fetch connection parameters when connection is successfulOliver Wolff2018-03-231-0/+1