summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* | WinRT: Fixed initialization of udp socketOliver Wolff2014-09-031-1/+1
* | WinRT: Fixed construction of QNativeSocketEngine without parentOliver Wolff2014-09-031-4/+3
* | winrt: Refactor internal socket bufferAndrew Knight2014-08-282-121/+70
* | winrt: Fix socket descriptor storage in native socket engineAndrew Knight2014-08-282-79/+126
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+23
|\|
| * Doc: document that we have unfixed bugs with waitForXxx on WindowsThiago Macieira2014-08-111-0/+23
* | QNativeSocketEngine: Add debug in createNewSocket.Robin Burchell2014-08-041-1/+13
* | QNativeSocketEngine: use stream-style qDebug to fix a warning about FD types.Robin Burchell2014-08-041-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-3/+0
|\|
| * Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-4/+17
|\|
| * QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-121-1/+11
| * winrt: set error if tcp socket initialization failsOliver Wolff2014-06-061-1/+4
| * winrt: do not try to close non existent socketsOliver Wolff2014-06-061-2/+2
* | winrt: use ComPtr in network classesAndrew Knight2014-06-252-15/+11
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-053-36/+39
|\|
| * remove HSTRING instancesMaurice Kalinowski2014-06-031-28/+28
| * WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-2/+2
| * IPv6 scope ID of zero is not validThiago Macieira2014-05-262-6/+9
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+1
| |\|
| | * Fix debug output when enabling QABSTRACTSOCKET_DEBUG.David Faure2014-05-061-1/+1
* | | Change debug output to use stream version of debug.Robin Burchell2014-05-101-1/+1
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-063-123/+216
|\|
| * QAbstractSocket: enable read notification for unbuffered socketsPeter Hartmann2014-04-251-1/+1
| * WinRT: Fix TCP socket readsAndrew Knight2014-04-222-122/+215
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-243-13/+59
|\|
| * BlackBerry networking: call special select() methodPeter Hartmann2014-03-201-0/+48
| * Fix compilation with QNATIVESOCKETENGINE_DEBUG enabledFrederik Gladhorn2014-03-141-9/+9
| * fix namespaced WinRT buildJoerg Bornemann2014-03-141-2/+2
| * fix warningJoerg Bornemann2014-03-141-2/+0
* | QNativeSocketEngine(UNIX): Report the native socket error, not the Qt-derived...Robin Burchell2014-03-211-3/+12
|/
* Replace Note: with \note in documentationKurt Pattyn2014-03-134-5/+4
* WinRT: Added socket engine implementationOliver Wolff2014-02-152-85/+1004
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+1
|\
| * QAbstractSocket: make build with debug statements compilePeter Hartmann2014-01-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+5
|\|
| * Clear read- and write buffersKurt Pattyn2014-01-151-3/+5
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-135-20/+20
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-0/+3
|\|
| * Do not use SO_SNDBUF on Vista or laterKurt Pattyn2014-01-031-0/+3
* | Add SO_SNDBUF and SO_RCVBUF to socket optionsKurt Pattyn2013-12-302-3/+34
* | QAbstractSocket: fix setReadBufferSize from readyRead slot.David Faure2013-12-201-2/+2
* | WinRT: Added networkinterface and hostinfoOliver Wolff2013-12-064-4/+491
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+1
|\|
| * use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* | QSocks5SocketEngine: use QSignalBlockerMarc Mutz2013-11-081-3/+4
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-086-59/+59