summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* fix usage of wince scopeOswald Buddenhagen2015-06-051-2/+2
* WinRT: Windows 10 compilation fixMaurice Kalinowski2015-05-221-0/+1
* QAbstractSocket: fix some 64-bit issues in debug codeAlex Trotsenko2015-04-071-8/+8
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-55/+17
|\
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-093-55/+17
* | winrt: Fix UDP socket writeDatagramPeng Wu2015-03-271-43/+38
* | QNativeSocketEngine: merge the get/setsockopt level constantsThiago Macieira2015-03-152-207/+151
* | IPv6 scope IDs are unsignedThiago Macieira2015-03-142-2/+2
* | QNativeSocketEngine: merge duplicated code for sin6_scope_idThiago Macieira2015-03-141-29/+18
* | Make sure we also treat QAbstractSocket::AnyIPProtocol as IPv6Thiago Macieira2015-03-122-14/+14
* | Adjust the socket address family before bind()/connect()/sendto()Thiago Macieira2015-03-042-3/+36
* | Fix bind+connect in both TCP and UDPThiago Macieira2015-03-044-33/+48
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-245-23/+22
|\|
| * Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-155-23/+22
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | LocalSocket: Do not return early in waitForReadyReadKai Koehne2015-02-161-3/+0
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-4/+4
* | Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-122-0/+8
* | QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-112-14/+2
* | Update copyright headersJani Heikkinen2015-02-1136-267/+259
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-5/+9
|\|
| * Do not specifically mention features supported since XPKai Koehne2015-02-041-3/+0
| * Fix QUdpSocket's emission of readyRead()Thiago Macieira2015-01-221-2/+9
* | QtNetwork: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+5
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-4/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-6/+0
|\|
| * Don't unnecessariy set localAddress in QNativeSocketEngine's nativeBindThiago Macieira2015-01-112-6/+0
* | QTcpServerPrivate: move class definition to the separate headerAlex Trotsenko2015-01-184-39/+118
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-3/+3
|\|
| * Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-241-2/+2
| * Fix silly mistake: 0 is a valid file descriptorThiago Macieira2014-12-241-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-102-1/+5
|\|
| * WinRT: Only set keepalive socket option in certain socket statesOliver Wolff2014-12-052-1/+5
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-037-131/+131
|/
* WinRT: Fill data in QUdpSocket::readDatagramOliver Wolff2014-11-162-45/+56
* Fix QLocalServer, create a temp path as small as possible.BogDan Vatra2014-10-281-2/+3
* Remove redundant permission set.BogDan Vatra2014-10-281-7/+0
* Removed pointless conditional.BogDan Vatra2014-10-281-6/+4
* Fix indentation & coding style.BogDan Vatra2014-10-281-18/+18
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* prevent if_nametoindex being called with empty stringTom Hirst2014-10-121-11/+22
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-2/+2
|\
| * Fix a mishandling of the fd returned by socket(2)Giuseppe D'Angelo2014-09-221-2/+2
* | Update license headers and add new license filesMatti Paaso2014-09-2435-665/+385
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-4/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-4/+6
| |\|
| | * Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-231-4/+6
* | | Fix QAbstractSocket::readData() behavior on buffered socketAlex Trotsenko2014-09-231-1/+1
|/ /
* | WinRT: Fixed initialization of udp socketOliver Wolff2014-09-031-1/+1