summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Update documentation regarding import/export restrictions for OpenSSLVolker Hilsheimer2019-06-041-7/+8
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-1/+8
|\
| * HTTP2: Fix handling of GOAWAY framesChristian Kamm2019-05-031-1/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-3/+8
|\|
| * Document that QHostInfo does not guarantee to return all IP addressesVolker Hilsheimer2019-04-251-3/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-241-2/+2
|\|
| * Fix typo in QHostAddress::SpecialAddress descriptionVolker Hilsheimer2019-04-231-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-095-24/+60
|\|
| * QUdpSocket: Convert snippet to functor connectAndre Hartmann2019-04-081-2/+2
| * QUdpSocket: Add missing \since to docsAndre Hartmann2019-04-081-0/+3
| * QHostInfo: use dlsym() with RTLD_DEFAULT in case libs cannot be loadedDavide Beatrici2019-04-062-13/+27
| * QDnsLookup: fix "Resolver functions not found" error on FreeBSDDavide Beatrici2019-04-062-14/+33
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-1/+1
|\|
| * Fix a crash in QHttp2ProtocolHandler in h2c-direct modeAlexey Edelev2019-03-291-1/+1
* | wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-11/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-263-21/+14
|\|
| * Network cache: Stop treating no-cache like no-storeMårten Nordheim2019-03-223-21/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-2/+2
| |\
| | * Add all library dependencies for static OpenSSL builds on WindowsJoerg Bornemann2019-02-251-2/+2
* | | wasm: QNAM: support relative urlsMorten Johan Sørvig2019-03-181-1/+2
* | | Fix some qdoc warningsFriedemann Kleint2019-03-151-4/+4
* | | QOcspResponse - fix broken documentationTimur Pocheptsov2019-03-121-4/+4
* | | wasm: fix error report when network request is cancelledv5.13.0-beta1Lorn Potter2019-03-111-0/+1
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-1/+4
|\| |
| * | Don't retry a ssl connection if encryption was never finishedMårten Nordheim2019-03-061-1/+4
* | | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
* | | QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-063-100/+122
|\| |
| * | wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
| * | Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
| |/
* | Fix can not -> cannotRobert Loehning2019-02-254-5/+5
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-205-10/+10
* | Feature 'ocsp' - fix a broken win-32 buildEric Lemanissier2019-02-191-2/+2
* | QtNetwork: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-181-0/+6
* | OCSP response - fix APITimur Pocheptsov2019-02-185-60/+125
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-133-9/+9
* | Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-123-9/+9
* | Schannel: slightly optimize memory-usage for encryptionMårten Nordheim2019-02-081-24/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-087-16/+18
|\|
| * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Qt Forward Merge Bot2019-02-061-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-061-1/+1
| | |\
| | | * Fix corewlan configure testJoerg Bornemann2019-01-281-1/+1
| * | | Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-063-5/+5
| |/ /
| * | http2: skip content-length for content-encoding: gzip/deflateTimur Pocheptsov2019-02-011-0/+4
| * | Fix session resumption with OpenSSL 1.1André Klitzing2019-01-311-0/+4
| * | SecureTransport: do not set max protocol versionTimur Pocheptsov2019-01-271-12/+4
* | | Feature 'ocsp' - fix a broken win-64 buildTimur Pocheptsov2019-02-064-2/+78
* | | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-0611-9/+105
* | | Merge dev into 5.13Paul Wicking2019-02-015-7/+98
|\ \ \