summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | 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
* winrt: Remove partially read datagrams from queueOliver Wolff2018-03-231-6/+2
* winrt: Add initial setting of options and additional state checksOliver Wolff2018-03-231-2/+92
* winrt: Remove unneeded functionOliver Wolff2018-03-232-37/+0
* winrt: Rework socket handlingOliver Wolff2018-03-232-98/+119
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * QNativeSocketEngine: fix typo in warning messageAlex Trotsenko2018-01-201-1/+1
* | doc: Remove qdoc marker from inside #if 0 blockMartin Smith2018-01-181-4/+4
* | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-025-2/+41
|\|
| * tst_QUdpSocket: always use an interface when binding to IPv6Thiago Macieira2017-12-292-1/+35
| * QAbstractSocket: clear error code to match the error descriptionAlex Trotsenko2017-12-062-0/+5
| * Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-011-1/+1