summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-2245-915/+915
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-101-3/+5
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-2845-915/+915
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* Skip IPv6 address if DAD failedTimur Pocheptsov2020-09-181-0/+3
* QAuthenticator: move debug printing to a logging categoryMårten Nordheim2020-09-141-1/+5
* QAuthenticator: Don't reset phase on every set* callMårten Nordheim2020-09-131-11/+30
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-122-12/+59
* QAuthenticator(Negotiate): Try provided credentialMårten Nordheim2020-09-101-4/+17
* QAuthenticator: Don't use Negotiate if unsupportedMårten Nordheim2020-09-101-0/+2
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* qnetworkproxy_mac - do not use the deprecated APITimur Pocheptsov2020-07-071-3/+10
* Fix living QObject member after shutdown of QCoreApplicationAndré Klitzing2020-06-291-2/+19
* Fix living QLibrary member after shutdown of QCoreApplicationMike Achtelik2020-06-231-1/+19
* QNetworkStatusMonitor(Win): make it possible to reinit COMMårten Nordheim2020-06-181-0/+1
* QNAM: Move QNetworkConnectionMonitor along during moveToThreadMårten Nordheim2020-06-174-14/+50
* Bearer classes: Don't mark as deprecated for MSVC 2015Mårten Nordheim2020-06-171-2/+3
* Android: Add support for proxiesAndy Shaw2020-06-162-1/+123
* QAuthenticator: Reprioritize authentication methodsMårten Nordheim2020-06-081-1/+1
* QNAM/QNetConMon: Update handling of QNetworkConnectionMonitor::startMårten Nordheim2020-05-191-0/+8
* QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
|\
| * QAuthenticator: Reset the authentication challengeMårten Nordheim2020-04-211-0/+2
* | QtNetwork deprecations: suppress internal warningsMårten Nordheim2020-03-122-0/+15
* | Bearer deprecation: centralize and suppress internal warningsMårten Nordheim2020-03-122-0/+15
* | Deprecate public bearer classesMårten Nordheim2020-02-291-0/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-7/+31
|\|
| * QNetConMonitor(Win): Account for LOCALNETWORK reachabilityMårten Nordheim2020-02-141-7/+31
* | QNetworkProxy/doc: Remove mention of network configurationMårten Nordheim2020-01-301-6/+1
* | QHostInfo: Remove useless codeMårten Nordheim2020-01-152-28/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-069-30/+30
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-2/+2
* | Network proxy (macOS) - fix a memory leakTimur Pocheptsov2019-10-271-5/+2
|/
* Remove a new-lineTimur Pocheptsov2019-10-091-1/+0
* QAuthenticator - use GSS framework, as Apple requiresTimur Pocheptsov2019-10-091-1/+6
* GSSAPI: strengthen configure test and make it a libraryMårten Nordheim2019-10-031-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-3/+5
|\
| * Doc: Edit QNetworkProxy::QNetworkProxy() default proxy typeLeena Miettinen2019-09-191-3/+5
* | qnetconmonitor_win: Mark destructors virtualMårten Nordheim2019-09-131-2/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-0/+1
|\|
| * Fix reporting the network interface type on macOS 10.14.5 and laterKarsten Heimrich2019-08-281-0/+1
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-6/+6
| |\
| | * Plug a memory leak introduced in e24a4976bebd7ca90deac2b40c08900625773Volker Hilsheimer2019-07-311-6/+6
* | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-1/+3
* | | QNetworkConnectionMonitor(win): Fix memory leakMårten Nordheim2019-08-251-2/+4
* | | QNetworkConnectionMonitor: Fix compilation with older Windows KitsFriedemann Kleint2019-08-131-2/+2
* | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-7/+5