summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-052-10/+30
|\
| * winrt: Removed unused member variable from socket engineOliver Wolff2016-11-031-2/+0
| * winrt: Remove static mutex that protected handleReadyReadOliver Wolff2016-11-031-3/+0
| * winrt: Guard pendingReadOps with mutexOliver Wolff2016-11-032-0/+12
| * winrt: Proper guarding by readMutexOliver Wolff2016-11-032-6/+19
* | QAbstractSocket: print error message before emitting the signalAlex Trotsenko2016-11-021-2/+2
* | QSocks5SocketEngine: improve buffering in CONNECT modeAlex Trotsenko2016-11-021-6/+5
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-4/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-312-2/+6
| |\
| | * QAbstractSocket: avoid unspecified behavior in writing on TCPAlex Trotsenko2016-10-272-2/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-2/+4
| |\|
| | * winrt: Added timeout for cancellation of socket read operationOliver Wolff2016-10-201-2/+4
* | | winrt: Do not lose initial data for TCP connectionsOliver Wolff2016-10-142-9/+27
* | | winrt: tcpsocket: Update bytesAvailable when new data is readHarald Meyer2016-10-122-2/+7
* | | winrt: Rework handling of udp datagramsOliver Wolff2016-10-122-12/+105
* | | winrt: Fix build without SSL supportMaurice Kalinowski2016-09-071-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-6/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-6/+6
| |\|
| | * QAbstractSocket: replace a reference to outdated state in documentationAlex Trotsenko2016-08-251-6/+6
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-225-27/+26
|\ \ \
| * | | Micro-optimize QAbstractSocketPrivate::canReadNotification()Alex Trotsenko2016-08-191-13/+8
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+2
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-163-11/+15
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-3/+3
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-3/+3
| | * | QAbstractSocket: prevent waitForReadyRead() from early exitAlex Trotsenko2016-08-111-7/+11
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+1
| | |\|
| | | * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+1
| | |\|
| | | * QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-3/+3
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-173-9/+9
* | | | Fix qdoc warningsFriedemann Kleint2016-08-171-1/+1
|/ / /
* | | Fix some syntax issues in SCTP implementationAlex Trotsenko2016-08-032-4/+8
* | | Fix grammar issues in SCTP documentationAlex Trotsenko2016-08-023-13/+13
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-10/+3
|\| |
| * | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-10/+3
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-2724-111/+1512
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-221-4/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-4/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-4/+1
| | |\|
| | | * Replace LLINDEX macro not present on all BSDs with the codeRalf Nolden2016-07-031-4/+1
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+4
|/ / /
* | | QNativeSocketEngine/Win: fetch connection parameters only onceAlex Trotsenko2016-07-081-40/+44
* | | Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-0317-0/+21
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+4
| |\|
| | * NetBSD: use paccept() where accept4() is usedRalf Nolden2016-06-281-0/+4
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-211-33/+57
|\ \ \