summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* qnetworkreplyfileimpl: set attributes if file was sentValery Kotov2015-05-041-2/+5
* QNativeSocketEngine: add sendmsg(), recvmsg() wrappers on unixAlex Trotsenko2015-04-281-0/+26
* Fix exclusion of anonymous ciphers.Richard J. Moore2015-04-251-2/+4
* Add the ability to prefer the cipher preferences specified by the server.Richard J. Moore2015-04-253-1/+9
* QTcpSocket: add an internal c'torAlex Trotsenko2015-04-232-0/+11
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-225-11/+13
|\
| * Understand file:/ url's as localAleix Pol2015-04-211-1/+2
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-154-10/+11
| |\
| | * Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
| | * Use allConfigurations instead of onlineConfigurations in isOnline()Albert Astals Cid2015-04-011-1/+3
| | * QSslSocket: try to send all data on close()Alex Trotsenko2015-04-011-1/+1
| | * fix high memory usage on large downloadLudger Krämer2015-03-311-7/+6
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-203-3/+0
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
* | | QAbstractSocket: virtualize options settingAlex Trotsenko2015-04-132-0/+9
* | | QTcpServer: add debug messages to c'tors and d'torAlex Trotsenko2015-04-131-0/+9
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-8/+8
|\| |
| * | QAbstractSocket: fix some 64-bit issues in debug codeAlex Trotsenko2015-04-071-8/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-066-102/+31
|\| |
| * | QSSLSocketPrivateBackend::transmit - fix Secure Transport versionTimur Pocheptsov2015-04-011-17/+9
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-315-85/+22
| |\|
| | * Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
| | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-094-72/+21
* | | Virtualize options setting on TCP server socketAlex Trotsenko2015-04-052-11/+20
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-43/+38
|\| |
| * | winrt: Fix UDP socket writeDatagramPeng Wu2015-03-271-43/+38
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1611-262/+239
|\| |
| * | QNativeSocketEngine: merge the get/setsockopt level constantsThiago Macieira2015-03-152-207/+151
| * | Please valgrind by not accessing uninitialized memoryAllan Sandfeld Jensen2015-03-141-2/+3
| * | IPv6 scope IDs are unsignedThiago Macieira2015-03-143-3/+3
| * | 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
| * | Secure Transport - handle errSSLBadCert in server modeTimur Pocheptsov2015-03-122-4/+18
| * | Silence MSVC warning about 64-bit conversion (loss of data)Thiago Macieira2015-03-121-1/+1
| * | QHostAddress: add IPv6 address overloads that take const dataThiago Macieira2015-03-122-6/+35
| * | QtNetwork: Fix const correctness in old style castsThiago Macieira2015-03-122-5/+5
* | | Fix warning and improve the signature of parseRedirectResponseAllan Sandfeld Jensen2015-03-133-12/+10
* | | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-4/+4
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-0915-61/+177
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0915-61/+177
| |\| |
| | * | Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1
| | * | Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-062-1/+26
| | * | QHostAddress: Convert AnyIPv4 to AnyIPv6 instead of ::ffff:0.0.0.0Thiago Macieira2015-03-061-12/+25
| | * | QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-061-10/+4
| | * | 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-048-33/+84
| | * | QSslSocket: fix compilation errorNikita Baryshnikov2015-03-043-3/+3
* | | | QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-0916-55/+383
|/ / /
* / / Remove unneeded check in QNetworkReplyImpl::abort.Florian Bruhin2015-03-051-7/+5
|/ /
* | QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7