summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* | | Stop including net/if.h from qplatformdefs.hThiago Macieira2017-10-081-0/+4
* | | QSslSocket: implement skip() overloadAlex Trotsenko2017-10-072-0/+15
* | | Change qrand() to QRandomGenerator in the SSL backendSamuel Gaist2017-09-301-4/+3
* | | Qt Network: Remove code for Windows < 7Friedemann Kleint2017-09-292-10/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2631-247/+199
|\| |
| * | Refactor QNetworkAddress not to keep a full QHostAddressThiago Macieira2017-09-254-60/+52
| * | QNetworkInterface/Windows: solve 11 year old puzzle about Win32 APIThiago Macieira2017-09-251-59/+8
| * | QNetworkInterface: complete removing pre-Vista supportThiago Macieira2017-09-251-12/+16
| * | Fix loadOpenSslWin32Timur Pocheptsov2017-09-211-0/+18
| * | Fix OpenSSL 1.1 buildTimur Pocheptsov2017-09-141-2/+3
| * | QNativeSocketEngine: Simplify nativeHasPendingDatagrams()Thiago Macieira2017-09-131-11/+3
| * | QNativeSocketEngine: reduce memory usage in nativePendingDatagramSize()Thiago Macieira2017-09-132-9/+29
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0620-63/+65
| |\|
| | * Convert features.networkdiskcache to QT_[REQUIRE_]CONFIGStephan Binner2017-09-064-15/+11
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-063-12/+9
| | * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0611-36/+31
| | * Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-013-0/+14
| * | Merge dev into 5.10Frederik Gladhorn2017-09-0220-78/+367
| |\ \
| * | | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-012-1/+4
| * | | QHostAddress: remove our own sockaddr_in6Thiago Macieira2017-08-301-32/+3
* | | | QAbstractSocket: fix printing a debug message on successful connectAlex Trotsenko2017-09-251-3/+2
* | | | QAbstractSocket: optimize skippingAlex Trotsenko2017-09-222-0/+18
* | | | QHostInfo: adapt to glibc 2.26 no longer requiring us to res_initThiago Macieira2017-09-221-18/+56
* | | | QHttpSocketEngine: replace dummy buffer + read() with skip()Alex Trotsenko2017-09-191-11/+6
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1924-38/+38
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1940-306/+306
* | | | Android: remove support for local/debug deploymentJake Petroules2017-09-061-2/+0
* | | | QLocalSocket: forward skipping to the inner socketAlex Trotsenko2017-09-053-0/+12
* | | | Introduce Http2DirectAttributeTimur Pocheptsov2017-09-049-9/+72
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-318-37/+138
|\ \ \ | | |/ | |/|
| * | Fix crashes with libproxy+webkitgtk: it's not threadsafeThiago Macieira2017-08-272-25/+120
| * | QHostInfo: Remove Darwin refusal to use getnameinfo(3)Thiago Macieira2017-08-241-2/+1
| * | QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-242-6/+2
| * | Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
| * | Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-172-1/+4
| * | Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
* | | QUdpSocket: use faster ways to get datagram size on Linux and macOSThiago Macieira2017-08-271-2/+15
* | | QSslSocketBackendPrivate::transmit(): improve writing to OpenSSLAlex Trotsenko2017-08-271-3/+2
* | | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-2711-36/+212
| |/ |/|
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-152-3/+6
|\|
| * QNAM: requeue pipelined HTTP requests after unrecoverable socket errorsRomain Pokrzywka2017-08-141-2/+5
| * Fix write and read-write ioctls on certain 64-bit OSThiago Macieira2017-08-101-1/+1
* | QSslSocket: stabilize triggering for writeAlex Trotsenko2017-08-032-1/+11
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-023-10/+61
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-023-10/+61
| |\|
| | * configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-3/+3
| | * configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-5/+53
| | * Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+4
| | * Fix compilation failing for WinRT with QT_NO_SSLMårten Nordheim2017-07-271-1/+1
* | | Introduce QHstsStore - the permanent store for HSTS policiesTimur Pocheptsov2017-08-028-7/+411
|/ /