summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-0/+2
|\
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-0/+2
| |\
| | * Work around FreeBSD 12.0 breaking source compatibility with IFM_FDDIThiago Macieira2019-01-011-0/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+2
|\| |
| * | Doc: Complete doc on QHostAddress::clear()Nico Vertriest2019-01-081-1/+2
| |/
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-2/+3
|\|
| * qnetworkinterface_unix: Use qstrncpy instead of strlcpyDmitry Shachnev2018-11-221-2/+3
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-052-24/+12
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-252-19/+4
|\|
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-152-19/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-294-3/+36
|\|
| * wasm: enable Network for nothreadLorn Potter2018-09-284-3/+36
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-031-0/+4
|\|
| * Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-0/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-023-19/+21
|\|
| * Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-303-19/+21
* | QAuthenticator: remove leftoversMårten Nordheim2018-08-242-16/+1
|/
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-2/+2
|\
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+2
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-4/+4
|/
* Fix change-of-sign warning found by ICCThiago Macieira2018-06-011-1/+1
* Fix build for Android with android-clangLiang Qi2018-05-251-1/+1
* Fix build for Android with android-clangLiang Qi2018-05-161-2/+2
* Compile when using -no-feature-networkinterfaceAndy Shaw2018-04-181-0/+4
* QNetworkInterface/Linux: fix support for P-t-P tunnelsThiago Macieira2018-03-261-1/+8
* Fix 5.11 API review findings in QtNetworkFriedemann Kleint2018-03-102-2/+2
* doc: Add more missing return types to \fn commandsMartin Smith2018-01-242-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+1
| |\
| | * Add overrideAlbert Astals Cid2018-01-101-1/+1
* | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-201-1/+1
* | | doc: Add template clauses in qhostinfo.cppMartin Smith2018-01-122-4/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-6/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-5/+22
| |\|
| | * Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
* | | QNetworkInterface: fix warning of unused functionAlex Trotsenko2017-12-291-0/+2
* | | Fix signed/unsigned comparisonTimur Pocheptsov2017-12-211-1/+1
* | | doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-062-3/+10
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-302-9/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-9/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
| | |\|
| | | * Fix indentationJesus Fernandez2017-11-051-1/+1
| | * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-8/+3
* | | | A temporary fix for CI: define macros from the missing if_types.hTimur Pocheptsov2017-11-232-1/+26
|/ / /
* | | QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-163-1/+247
* | | QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-1/+1
* | | Add a feature for DNS lookup supportUlf Hermann2017-11-083-9/+17
* | | QNetworkInterface: add MTUThiago Macieira2017-11-076-1/+50
* | | QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-079-29/+139