summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0228-197/+226
|\
| * Network: Use canonical license headersKai Koehne2017-02-288-20/+26
| * Doc: Use canonical contact URL in license headerKai Koehne2017-02-281-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-244-37/+41
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-37/+41
| | |\
| | | * Fix multicastMembershipHelper to not assume addresses are IPv4Edward Welbourne2017-02-222-8/+20
| | | * configure: generalize command line overrides of library parametersOswald Buddenhagen2017-02-221-3/+0
| | | * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-222-26/+21
| * | | HSTS policy - fix APITimur Pocheptsov2017-02-242-27/+30
| |/ /
| * | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-239-68/+68
| * | QNativeSocketEngine - set query type in checkProxyTimur Pocheptsov2017-02-231-2/+26
| * | HSTS - API/naming fixesTimur Pocheptsov2017-02-236-42/+34
* | | Fix proxy when changing only the passwordCédric Cabessa2017-02-241-0/+4
* | | Join two else/if lines that were left splitEdward Welbourne2017-02-212-5/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-174-13/+24
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-171-4/+4
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-4/+4
| | |\|
| | | * QNetworkSession - register types before connecting slotsTimur Pocheptsov2017-02-161-4/+4
| * | | Use static initialization for QBasicAtomicsMarc Mutz2017-02-162-2/+2
| |/ /
| * | Make some atomic counters zero-basedMarc Mutz2017-02-153-9/+20
* | | qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-02-131-0/+6
* | | Workaround the broken 'OPENSSL_config' (Windows)Timur Pocheptsov2017-02-113-1/+58
* | | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-02-112-6/+125
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-16/+6
|\|
| * QSocks5SocketEngine: stop polling on UDPAlex Trotsenko2017-02-012-14/+0
| * Doc: Normalize \since usageTopi Reinio2017-01-311-2/+6
| * qsslsocket_openssl_symbols.cpp: Fix signedness warning in DEFINEFUNC2Friedemann Kleint2017-01-311-1/+1
* | Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-061-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-301-4/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-4/+11
| |\|
| | * qnetworkproxy_mac - fix proxyAutoConfigCallbackTimur Pocheptsov2017-01-261-4/+11
* | | SecureTransport - remove (now) redundant standalone functionTimur Pocheptsov2017-01-301-94/+82
|/ /
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-2/+2
* | Revert "Network (HTTPS): prevent recursion among ->close() methods"Paolo Angelelli2017-01-261-23/+21
* | QHostAddress: add missing op!=(SpecialAddress, QHostAddress)Marc Mutz2017-01-262-0/+14
* | Make our redirect policies STS-awareTimur Pocheptsov2017-01-262-8/+31
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-268-20/+40
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-258-20/+40
| |\|
| | * QLocalSocket/Win: Fix access to deleted pipeWriterAleksei Timofeyev2017-01-231-4/+2
| | * QSslDiffieHellmanParameters: simplify defaultParameters() constructionMikkel Krautz2017-01-181-9/+9
| | * QHostAddress: add missing docsMarc Mutz2017-01-151-0/+14
| | * QtNetwork: fix GCC 7 warningsMarc Mutz2017-01-142-2/+8
| | * configure: make library sources fail more verboselyOswald Buddenhagen2016-12-301-0/+1
| | * Fix typo in documentationAndré Klitzing2016-12-271-1/+1
| | * Make the bearer QFactoryLoader a member variable, not a staticThiago Macieira2016-12-172-4/+5
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-251-1/+1
* | | Add QHostInfo::lookupHost overload with modern connect syntaxJesus Fernandez2017-01-243-1/+252
* | | Refactor HSTS cache implementationTimur Pocheptsov2017-01-247-154/+457
* | | Add debug stream operator for QNetworkProxyQueryLars Schmertmann2017-01-242-4/+19
|/ /